Home
last modified time | relevance | path

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

/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_protocol_frame_codec.c122 zend_uchar * decompressed_data = mnd_malloc(decompressed_size); in MYSQLND_METHOD() local
123 int error = pfc->data->m.decode(decompressed_data, decompressed_size, in MYSQLND_METHOD()
132 printf("%.2X ", (int)*((char*)&(decompressed_data[i]))); in MYSQLND_METHOD()
133 DBG_INF_FMT("%.2X ", (int)*((char*)&(decompressed_data[i]))); in MYSQLND_METHOD()
138 mnd_free(decompressed_data); in MYSQLND_METHOD()
H A Dmysqlnd_net.c419 zend_uchar * decompressed_data = mnd_malloc(decompressed_size); in MYSQLND_METHOD() local
420 int error = net->data->m.decode(decompressed_data, decompressed_size, in MYSQLND_METHOD()
429 printf("%.2X ", (int)*((char*)&(decompressed_data[i]))); in MYSQLND_METHOD()
430 DBG_INF_FMT("%.2X ", (int)*((char*)&(decompressed_data[i]))); in MYSQLND_METHOD()
435 mnd_free(decompressed_data); in MYSQLND_METHOD()

Completed in 9 milliseconds