Lines Matching refs:Py_buffer
22 zlib_compress_impl(PyObject *module, Py_buffer *data, int level, int wbits);
32 Py_buffer data = {NULL, NULL}; in zlib_compress()
92 zlib_decompress_impl(PyObject *module, Py_buffer *data, int wbits,
103 Py_buffer data = {NULL, NULL}; in zlib_decompress()
189 int memLevel, int strategy, Py_buffer *zdict);
204 Py_buffer zdict = {NULL, NULL}; in zlib_compressobj()
348 Py_buffer *data);
357 Py_buffer data = {NULL, NULL}; in zlib_Compress_compress()
403 Py_buffer *data, Py_ssize_t max_length);
413 Py_buffer data = {NULL, NULL}; in zlib_Decompress_decompress()
739 zlib_adler32_impl(PyObject *module, Py_buffer *data, unsigned int value);
745 Py_buffer data = {NULL, NULL}; in zlib_adler32()
792 zlib_crc32_impl(PyObject *module, Py_buffer *data, unsigned int value);
798 Py_buffer data = {NULL, NULL}; in zlib_crc32()