Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_bz2module.c47 OutputBuffer_GetDataSize(_BlocksOutputBuffer *buffer, uint32_t avail_out) in OutputBuffer_GetDataSize() function
472 if (OutputBuffer_GetDataSize(&buffer, bzs->avail_out) == max_length) { in decompress_buf()
D_lzmamodule.c54 OutputBuffer_GetDataSize(_BlocksOutputBuffer *buffer, size_t avail_out) in OutputBuffer_GetDataSize() function
965 if (OutputBuffer_GetDataSize(&buffer, lzs->avail_out) == max_length) { in decompress_buf()
Dzlibmodule.c48 OutputBuffer_GetDataSize(_BlocksOutputBuffer *buffer, uint32_t avail_out) in OutputBuffer_GetDataSize() function
904 if (OutputBuffer_GetDataSize(&buffer, self->zst.avail_out) == max_length) { in zlib_Decompress_decompress_impl()