uncompressed_data_len  610 ext/mysqlnd/mysqlnd_net.c MYSQLND_METHOD(mysqlnd_net, decode)(zend_uchar * uncompressed_data, const size_t uncompressed_data_len,
uncompressed_data_len  615 ext/mysqlnd/mysqlnd_net.c 	uLongf tmp_complen = uncompressed_data_len;
uncompressed_data_len  635 ext/mysqlnd/mysqlnd_net.c 									const zend_uchar * const uncompressed_data, const size_t uncompressed_data_len)
uncompressed_data_len  641 ext/mysqlnd/mysqlnd_net.c 	error = compress(compress_buffer, &tmp_complen, uncompressed_data, uncompressed_data_len);
uncompressed_data_len  290 ext/mysqlnd/mysqlnd_structs.h typedef enum_func_status	(*func_mysqlnd_net__decode)(zend_uchar * uncompressed_data, const size_t uncompressed_data_len, const zend_uchar * const compressed_data, const size_t compressed_data_len);
uncompressed_data_len  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);