Home
last modified time | relevance | path

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

/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_block_alloc.c70 new_ptr = mnd_emalloc(size); in mysqlnd_mempool_resize_chunk()
90 new_ptr = mnd_emalloc(size); in mysqlnd_mempool_resize_chunk()
120 chunk = mnd_emalloc(sizeof(MYSQLND_MEMORY_POOL_CHUNK)); in mysqlnd_mempool_get_chunk()
133 chunk->ptr = mnd_emalloc(size); in mysqlnd_mempool_get_chunk()
163 ret->arena = mnd_emalloc(ret->arena_size); in mysqlnd_mempool_create()
H A Dmysqlnd_alloc.h70 #define mnd_emalloc(size) mysqlnd_allocator.m_emalloc((size) MYSQLND_MEM_C) macro
H A Dmysqlnd_wireprotocol.c722 packet->new_auth_protocol_data = mnd_emalloc(packet->new_auth_protocol_data_len); in php_mysqlnd_auth_response_read()
801 …buffer.length >= packet->auth_data_len? conn->net->cmd_buffer.buffer : mnd_emalloc(packet->auth_da… in php_mysqlnd_change_auth_response_write()
1038 tmp = (tmp_len > net->cmd_buffer.length)? mnd_emalloc(tmp_len):net->cmd_buffer.buffer; in php_mysqlnd_cmd_write()
1127 packet->info_or_local_file = mnd_emalloc(len + 1); in php_mysqlnd_rset_header_read()
1154 packet->info_or_local_file = mnd_emalloc(len + 1); in php_mysqlnd_rset_header_read()
1953 packet->message = mnd_emalloc(packet->header.size + 1); in php_mysqlnd_stats_read()
2117 packet->new_auth_protocol_data = mnd_emalloc(packet->new_auth_protocol_data_len); in php_mysqlnd_chg_user_read()
2209 packet->public_key = mnd_emalloc(packet->public_key_len + 1); in php_mysqlnd_sha256_pk_request_response_read()
H A Dmysqlnd_net.c388 compress_buf = mnd_emalloc(comp_buf_size); in MYSQLND_METHOD()
544 MYSQLND_READ_BUFFER * ret = mnd_emalloc(sizeof(MYSQLND_READ_BUFFER)); in mysqlnd_create_read_buffer()
550 ret->data = mnd_emalloc(count); in mysqlnd_create_read_buffer()
579 compressed_data = mnd_emalloc(net_payload_size); in MYSQLND_METHOD()
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.c101 zval * current_row = mnd_emalloc(field_count * sizeof(zval)); in MYSQLND_METHOD()
1163 current_row = mnd_emalloc(field_count * sizeof(zval)); in MYSQLND_METHOD()
1447 set->data = mnd_emalloc((size_t)(set->row_count * meta->field_count * sizeof(zval))); in MYSQLND_METHOD()
H A Dmysqlnd_ps_codec.c557 tmp_buf = mnd_emalloc(*buf_len); in mysqlnd_stmt_execute_check_n_enlarge_buffer()
H A Dmysqlnd_ps.c112 …set->data = mnd_emalloc((size_t)(result->stored_data->row_count * result->meta->field_count * size… in MYSQLND_METHOD()
1374 cmd_buf = mnd_emalloc(packet_len = STMT_ID_LENGTH + 2 + length); in MYSQLND_METHOD()
H A Dmysqlnd.c583 plugin_data = mnd_emalloc(plugin_data_len + 1); in mysqlnd_run_authentication()
2722 p_copy = ret = mnd_emalloc(strlen(name) + 1 + 2 + 2 + 1); /* space, open, close, NullS */

Completed in 57 milliseconds