Lines Matching refs:PyBytes_AS_STRING
153 occupied = zst->next_out - (Byte *)PyBytes_AS_STRING(*buffer); in arrange_output_buffer_with_maximum()
172 zst->next_out = (Byte *)PyBytes_AS_STRING(*buffer) + occupied; in arrange_output_buffer_with_maximum()
267 (Byte *)PyBytes_AS_STRING(RetVal)) < 0) in zlib_compress_impl()
413 (Byte *)PyBytes_AS_STRING(RetVal)) < 0) in zlib_decompress_impl()
684 (Byte *)PyBytes_AS_STRING(RetVal)) == 0) in zlib_Compress_compress_impl()
715 memcpy(PyBytes_AS_STRING(new_data), in save_unconsumed_input()
716 PyBytes_AS_STRING(self->unused_data), old_size); in save_unconsumed_input()
717 memcpy(PyBytes_AS_STRING(new_data) + old_size, in save_unconsumed_input()
840 (Byte *)PyBytes_AS_STRING(RetVal)) == 0) in zlib_Decompress_decompress_impl()
924 (Byte *)PyBytes_AS_STRING(RetVal)) < 0) in zlib_Compress_flush_impl()
1179 (Byte *)PyBytes_AS_STRING(RetVal)) == 0) in zlib_Decompress_flush_impl()