Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_blocks_output_buffer.h249 _BlocksOutputBuffer_GetDataSize(_BlocksOutputBuffer *buffer, in _BlocksOutputBuffer_GetDataSize() function
/third_party/python/Modules/
D_bz2module.c49 return _BlocksOutputBuffer_GetDataSize(buffer, (Py_ssize_t) avail_out); in OutputBuffer_GetDataSize()
Dzlibmodule.c50 return _BlocksOutputBuffer_GetDataSize(buffer, (Py_ssize_t) avail_out); in OutputBuffer_GetDataSize()
D_lzmamodule.c56 return _BlocksOutputBuffer_GetDataSize(buffer, (Py_ssize_t) avail_out); in OutputBuffer_GetDataSize()