Home
last modified time | relevance | path

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

/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_net.c391 zend_uchar * decompressed_data = mnd_malloc(decompressed_size); in MYSQLND_METHOD() local
392 int error = net->data->m.decode(decompressed_data, decompressed_size, in MYSQLND_METHOD()
401 printf("%.2X ", (int)*((char*)&(decompressed_data[i]))); in MYSQLND_METHOD()
402 DBG_INF_FMT("%.2X ", (int)*((char*)&(decompressed_data[i]))); in MYSQLND_METHOD()
407 mnd_free(decompressed_data); in MYSQLND_METHOD()

Completed in 11 milliseconds