Home
last modified time | relevance | path

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

/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd_auth.c126 *switch_to_auth_protocol_data = mnd_emalloc(*switch_to_auth_protocol_data_len); in mysqlnd_auth_handshake()
247 *switch_to_auth_protocol_data = mnd_emalloc(*switch_to_auth_protocol_data_len); in mysqlnd_auth_change_user()
H A Dmysqlnd_alloc.h73 #define mnd_emalloc(size) mysqlnd_allocator.m_emalloc((size) MYSQLND_MEM_C) macro
H A Dmysqlnd_net.c317 compress_buf = mnd_emalloc(comp_buf_size); in MYSQLND_METHOD()
469 MYSQLND_READ_BUFFER * ret = mnd_emalloc(sizeof(MYSQLND_READ_BUFFER)); in mysqlnd_create_read_buffer()
475 ret->data = mnd_emalloc(count); in mysqlnd_create_read_buffer()
504 compressed_data = mnd_emalloc(net_payload_size); in MYSQLND_METHOD()
H A Dmysqlnd_ps_codec.c650 tmp_buf = mnd_emalloc(*buf_len); in mysqlnd_stmt_execute_store_params()
733 tmp_buf = mnd_emalloc(*buf_len); in mysqlnd_stmt_execute_store_params()
881 tmp_buf = mnd_emalloc(*buf_len); in mysqlnd_stmt_execute_store_params()
H A Dmysqlnd_wireprotocol.c623 packet->new_auth_protocol_data = mnd_emalloc(packet->new_auth_protocol_data_len); in php_mysqlnd_auth_response_read()
702 …buffer.length >= packet->auth_data_len? conn->net->cmd_buffer.buffer : mnd_emalloc(packet->auth_da… in php_mysqlnd_change_auth_response_write()
939 tmp = (tmp_len > net->cmd_buffer.length)? mnd_emalloc(tmp_len):net->cmd_buffer.buffer; in php_mysqlnd_cmd_write()
1028 packet->info_or_local_file = mnd_emalloc(len + 1); in php_mysqlnd_rset_header_read()
1055 packet->info_or_local_file = mnd_emalloc(len + 1); in php_mysqlnd_rset_header_read()
1881 packet->message = mnd_emalloc(packet->header.size + 1); in php_mysqlnd_stats_read()
2045 packet->new_auth_protocol_data = mnd_emalloc(packet->new_auth_protocol_data_len); in php_mysqlnd_chg_user_read()
H A Dmysqlnd_result.c1127 set->row_buffers = mnd_emalloc((size_t)(free_rows * sizeof(MYSQLND_MEMORY_POOL_CHUNK *))); in MYSQLND_METHOD()
1197 set->data = mnd_emalloc((size_t)(set->row_count * meta->field_count * sizeof(zval *))); in MYSQLND_METHOD()
H A Dmysqlnd.c516 plugin_data = mnd_emalloc(plugin_data_len + 1); in mysqlnd_connect_run_authentication()
2158 plugin_data = mnd_emalloc(plugin_data_len);
H A Dmysqlnd_ps.c1330 cmd_buf = mnd_emalloc(packet_len = STMT_ID_LENGTH + 2 + length); in MYSQLND_METHOD()

Completed in 36 milliseconds