Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dbz2module.c223 Util_GrowBuffer(PyObject **buf) in Util_GrowBuffer() function
1682 if (Util_GrowBuffer(&ret) < 0) { in BZ2Comp_compress()
1754 if (Util_GrowBuffer(&ret) < 0) in BZ2Comp_flush()
1990 if (Util_GrowBuffer(&ret) < 0) { in BZ2Decomp_decompress()
2226 if (Util_GrowBuffer(&ret) < 0) { in bz2_compress()
2328 if (Util_GrowBuffer(&ret) < 0) { in bz2_decompress()