compress_buffer   634 ext/mysqlnd/mysqlnd_net.c MYSQLND_METHOD(mysqlnd_net, encode)(zend_uchar * compress_buffer, size_t * compress_buffer_len,
compress_buffer   641 ext/mysqlnd/mysqlnd_net.c 	error = compress(compress_buffer, &tmp_complen, uncompressed_data, uncompressed_data_len);
compress_buffer   291 ext/mysqlnd/mysqlnd_structs.h typedef enum_func_status	(*func_mysqlnd_net__encode)(zend_uchar * compress_buffer, size_t * compress_buffer_len, const zend_uchar * const uncompressed_data, const size_t uncompressed_data_len);