Home
last modified time | relevance | path

Searched refs:uncompressed_data (Results 1 – 2 of 2) sorted by relevance

/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd_net.c509 net->uncompressed_data = mysqlnd_create_read_buffer(decompressed_size TSRMLS_CC); in MYSQLND_METHOD()
516 net->uncompressed_data = mysqlnd_create_read_buffer(net_payload_size TSRMLS_CC); in MYSQLND_METHOD()
541 error = uncompress(uncompressed_data, &tmp_complen, compressed_data, compressed_data_len); in MYSQLND_METHOD()
565 error = compress(compress_buffer, &tmp_complen, uncompressed_data, uncompressed_data_len); in MYSQLND_METHOD()
594 if (net->uncompressed_data) { in MYSQLND_METHOD()
595 …size_t to_read_from_buffer = MIN(net->uncompressed_data->bytes_left(net->uncompressed_data), to_re… in MYSQLND_METHOD()
598 net->uncompressed_data->read(net->uncompressed_data, to_read_from_buffer, (zend_uchar *) p); in MYSQLND_METHOD()
603 if (TRUE == net->uncompressed_data->is_empty(net->uncompressed_data)) { in MYSQLND_METHOD()
605 net->uncompressed_data->free_buffer(&net->uncompressed_data TSRMLS_CC); in MYSQLND_METHOD()
905 if (net->uncompressed_data) { in MYSQLND_METHOD()
[all …]
H A Dmysqlnd_structs.h271 typedef enum_func_status (*func_mysqlnd_net__decode)(zend_uchar * uncompressed_data, const size_t u…
272 …ress_buffer, size_t * compress_buffer_len, const zend_uchar * const uncompressed_data, const size_…
779 MYSQLND_READ_BUFFER * uncompressed_data; member

Completed in 17 milliseconds