Home
last modified time | relevance | path

Searched refs:BZS_TOTAL_OUT (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dbz2module.c50 #define BZS_TOTAL_OUT(bzs) \ macro
53 #define BZS_TOTAL_OUT(bzs) \ macro
56 #define BZS_TOTAL_OUT(bzs) \ macro
75 #define BZS_TOTAL_OUT(bzs) bzs->total_out macro
1656 totalout = BZS_TOTAL_OUT(bzs); in BZ2Comp_compress()
1674 bzs->next_out = BUF(ret) + (BZS_TOTAL_OUT(bzs) in BZ2Comp_compress()
1680 _PyString_Resize(&ret, (Py_ssize_t)(BZS_TOTAL_OUT(bzs) - totalout)); in BZ2Comp_compress()
1724 totalout = BZS_TOTAL_OUT(bzs); in BZ2Comp_flush()
1741 bzs->next_out = BUF(ret) + (BZS_TOTAL_OUT(bzs) in BZ2Comp_flush()
1748 _PyString_Resize(&ret, (Py_ssize_t)(BZS_TOTAL_OUT(bzs) - totalout)); in BZ2Comp_flush()
[all …]