Home
last modified time | relevance | path

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

/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_alloc.h73 #define mnd_emalloc(size) mysqlnd_allocator.m_emalloc((size) MYSQLND_MEM_C) macro
H A Dmysqlnd_wireprotocol.c687 packet->new_auth_protocol_data = mnd_emalloc(packet->new_auth_protocol_data_len); in php_mysqlnd_auth_response_read()
766 …buffer.length >= packet->auth_data_len? conn->net->cmd_buffer.buffer : mnd_emalloc(packet->auth_da… in php_mysqlnd_change_auth_response_write()
1003 tmp = (tmp_len > net->cmd_buffer.length)? mnd_emalloc(tmp_len):net->cmd_buffer.buffer; in php_mysqlnd_cmd_write()
1092 packet->info_or_local_file = mnd_emalloc(len + 1); in php_mysqlnd_rset_header_read()
1119 packet->info_or_local_file = mnd_emalloc(len + 1); in php_mysqlnd_rset_header_read()
1897 packet->message = mnd_emalloc(packet->header.size + 1); in php_mysqlnd_stats_read()
2061 packet->new_auth_protocol_data = mnd_emalloc(packet->new_auth_protocol_data_len); in php_mysqlnd_chg_user_read()
2153 packet->public_key = mnd_emalloc(packet->public_key_len + 1); in php_mysqlnd_sha256_pk_request_response_read()
H A Dmysqlnd_net.c355 compress_buf = mnd_emalloc(comp_buf_size); in MYSQLND_METHOD()
507 MYSQLND_READ_BUFFER * ret = mnd_emalloc(sizeof(MYSQLND_READ_BUFFER)); in mysqlnd_create_read_buffer()
513 ret->data = mnd_emalloc(count); in mysqlnd_create_read_buffer()
542 compressed_data = mnd_emalloc(net_payload_size); in MYSQLND_METHOD()
H A Dmysqlnd_ps_codec.c551 tmp_buf = mnd_emalloc(*buf_len); in mysqlnd_stmt_execute_store_params()
634 tmp_buf = mnd_emalloc(*buf_len); in mysqlnd_stmt_execute_store_params()
772 tmp_buf = mnd_emalloc(*buf_len); in mysqlnd_stmt_execute_store_params()
H A Dmysqlnd_auth.c125 *switch_to_auth_protocol_data = mnd_emalloc(*switch_to_auth_protocol_data_len); in mysqlnd_auth_handshake()
246 *switch_to_auth_protocol_data = mnd_emalloc(*switch_to_auth_protocol_data_len); in mysqlnd_auth_change_user()
H A Dmysqlnd_result.c1096 set->row_buffers = mnd_emalloc((size_t)(free_rows * sizeof(MYSQLND_MEMORY_POOL_CHUNK *))); in MYSQLND_METHOD()
1166 set->data = mnd_emalloc((size_t)(set->row_count * meta->field_count * sizeof(zval *))); in MYSQLND_METHOD()
H A Dmysqlnd.c555 plugin_data = mnd_emalloc(plugin_data_len + 1); in mysqlnd_run_authentication()
2705 p_copy = ret = mnd_emalloc(strlen(name) + 1 + 2 + 2 + 1); /* space, open, close, NullS */
H A Dmysqlnd_ps.c1315 cmd_buf = mnd_emalloc(packet_len = STMT_ID_LENGTH + 2 + length); in MYSQLND_METHOD()

Completed in 40 milliseconds