Home
last modified time | relevance | path

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

/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_net.c547 net->uncompressed_data = mysqlnd_create_read_buffer(decompressed_size TSRMLS_CC); in MYSQLND_METHOD()
554 net->uncompressed_data = mysqlnd_create_read_buffer(net_payload_size TSRMLS_CC); in MYSQLND_METHOD()
579 error = uncompress(uncompressed_data, &tmp_complen, compressed_data, compressed_data_len); in MYSQLND_METHOD()
603 error = compress(compress_buffer, &tmp_complen, uncompressed_data, uncompressed_data_len); in MYSQLND_METHOD()
632 if (net->uncompressed_data) { in MYSQLND_METHOD()
633 …size_t to_read_from_buffer = MIN(net->uncompressed_data->bytes_left(net->uncompressed_data), to_re… in MYSQLND_METHOD()
636 net->uncompressed_data->read(net->uncompressed_data, to_read_from_buffer, (zend_uchar *) p); in MYSQLND_METHOD()
641 if (TRUE == net->uncompressed_data->is_empty(net->uncompressed_data)) { in MYSQLND_METHOD()
643 net->uncompressed_data->free_buffer(&net->uncompressed_data TSRMLS_CC); in MYSQLND_METHOD()
957 if (net->uncompressed_data) { in MYSQLND_METHOD()
[all …]
H A Dmysqlnd_structs.h281 typedef enum_func_status (*func_mysqlnd_net__decode)(zend_uchar * uncompressed_data, const size_t u…
282 …ress_buffer, size_t * compress_buffer_len, const zend_uchar * const uncompressed_data, const size_…
842 MYSQLND_READ_BUFFER * uncompressed_data; member

Completed in 19 milliseconds