mnd_emalloc 503 mysqlnd/mysqlnd.c plugin_data = mnd_emalloc(plugin_data_len + 1); mnd_emalloc 2133 mysqlnd/mysqlnd.c plugin_data = mnd_emalloc(plugin_data_len); mnd_emalloc 126 mysqlnd/mysqlnd_auth.c *switch_to_auth_protocol_data = mnd_emalloc(*switch_to_auth_protocol_data_len); mnd_emalloc 247 mysqlnd/mysqlnd_auth.c *switch_to_auth_protocol_data = mnd_emalloc(*switch_to_auth_protocol_data_len); mnd_emalloc 317 mysqlnd/mysqlnd_net.c compress_buf = mnd_emalloc(comp_buf_size); mnd_emalloc 469 mysqlnd/mysqlnd_net.c MYSQLND_READ_BUFFER * ret = mnd_emalloc(sizeof(MYSQLND_READ_BUFFER)); mnd_emalloc 475 mysqlnd/mysqlnd_net.c ret->data = mnd_emalloc(count); mnd_emalloc 504 mysqlnd/mysqlnd_net.c compressed_data = mnd_emalloc(net_payload_size); mnd_emalloc 1326 mysqlnd/mysqlnd_ps.c cmd_buf = mnd_emalloc(packet_len = STMT_ID_LENGTH + 2 + length); mnd_emalloc 609 mysqlnd/mysqlnd_ps_codec.c tmp_buf = mnd_emalloc(*buf_len); mnd_emalloc 671 mysqlnd/mysqlnd_ps_codec.c tmp_buf = mnd_emalloc(*buf_len); mnd_emalloc 820 mysqlnd/mysqlnd_ps_codec.c tmp_buf = mnd_emalloc(*buf_len); mnd_emalloc 1123 mysqlnd/mysqlnd_result.c set->row_buffers = mnd_emalloc((size_t)(free_rows * sizeof(MYSQLND_MEMORY_POOL_CHUNK *))); mnd_emalloc 1193 mysqlnd/mysqlnd_result.c set->data = mnd_emalloc((size_t)(set->row_count * meta->field_count * sizeof(zval *))); mnd_emalloc 622 mysqlnd/mysqlnd_wireprotocol.c packet->new_auth_protocol_data = mnd_emalloc(packet->new_auth_protocol_data_len); mnd_emalloc 701 mysqlnd/mysqlnd_wireprotocol.c zend_uchar * buffer = conn->net->cmd_buffer.length >= packet->auth_data_len? conn->net->cmd_buffer.buffer : mnd_emalloc(packet->auth_data_len); mnd_emalloc 937 mysqlnd/mysqlnd_wireprotocol.c tmp = (tmp_len > net->cmd_buffer.length)? mnd_emalloc(tmp_len):net->cmd_buffer.buffer; mnd_emalloc 1025 mysqlnd/mysqlnd_wireprotocol.c packet->info_or_local_file = mnd_emalloc(len + 1); mnd_emalloc 1052 mysqlnd/mysqlnd_wireprotocol.c packet->info_or_local_file = mnd_emalloc(len + 1); mnd_emalloc 1878 mysqlnd/mysqlnd_wireprotocol.c packet->message = mnd_emalloc(packet->header.size + 1); mnd_emalloc 2042 mysqlnd/mysqlnd_wireprotocol.c packet->new_auth_protocol_data = mnd_emalloc(packet->new_auth_protocol_data_len);