decompressed_data 421 ext/mysqlnd/mysqlnd_net.c zend_uchar * decompressed_data = mnd_malloc(decompressed_size); decompressed_data 422 ext/mysqlnd/mysqlnd_net.c int error = net->data->m.decode(decompressed_data, decompressed_size, decompressed_data 431 ext/mysqlnd/mysqlnd_net.c printf("%.2X ", (int)*((char*)&(decompressed_data[i]))); decompressed_data 432 ext/mysqlnd/mysqlnd_net.c DBG_INF_FMT("%.2X ", (int)*((char*)&(decompressed_data[i]))); decompressed_data 437 ext/mysqlnd/mysqlnd_net.c mnd_free(decompressed_data);