Lines Matching refs:Py_buffer
20 zlib_compress_impl(PyObject *module, Py_buffer *data, int level);
30 Py_buffer data = {NULL, NULL}; in zlib_compress()
80 zlib_decompress_impl(PyObject *module, Py_buffer *data, int wbits,
91 Py_buffer data = {NULL, NULL}; in zlib_decompress()
177 int memLevel, int strategy, Py_buffer *zdict);
192 Py_buffer zdict = {NULL, NULL}; in zlib_compressobj()
336 Py_buffer *data);
344 Py_buffer data = {NULL, NULL}; in zlib_Compress_compress()
383 Py_buffer *data, Py_ssize_t max_length);
391 Py_buffer data = {NULL, NULL}; in zlib_Decompress_decompress()
692 zlib_adler32_impl(PyObject *module, Py_buffer *data, unsigned int value);
698 Py_buffer data = {NULL, NULL}; in zlib_adler32()
745 zlib_crc32_impl(PyObject *module, Py_buffer *data, unsigned int value);
751 Py_buffer data = {NULL, NULL}; in zlib_crc32()