Home
last modified time | relevance | path

Searched refs:mnd_ecalloc (Results 1 – 5 of 5) sorted by relevance

/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_commands.c99 command = mnd_ecalloc(1, sizeof(struct st_mysqlnd_protocol_com_set_option_command)); in mysqlnd_com_set_option_create_command()
149 command = mnd_ecalloc(1, sizeof(struct st_mysqlnd_protocol_no_params_command)); in mysqlnd_com_debug_create_command()
228 command = mnd_ecalloc(1, sizeof(struct st_mysqlnd_protocol_com_init_db_command)); in mysqlnd_com_init_db_create_command()
283 command = mnd_ecalloc(1, sizeof(struct st_mysqlnd_protocol_no_params_command)); in mysqlnd_com_ping_create_command()
353 command = mnd_ecalloc(1, sizeof(struct st_mysqlnd_protocol_com_statistics_command)); in mysqlnd_com_statistics_create_command()
491 command = mnd_ecalloc(1, sizeof(struct st_mysqlnd_protocol_com_refresh_command)); in mysqlnd_com_refresh_create_command()
554 command = mnd_ecalloc(1, sizeof(struct st_mysqlnd_protocol_com_shutdown_command)); in mysqlnd_com_shutdown_create_command()
609 command = mnd_ecalloc(1, sizeof(struct st_mysqlnd_protocol_com_quit_command)); in mysqlnd_com_quit_create_command()
667 command = mnd_ecalloc(1, sizeof(struct st_mysqlnd_protocol_com_query_command)); in mysqlnd_com_query_create_command()
944 command = mnd_ecalloc(1, sizeof(struct st_mysqlnd_protocol_com_stmt_fetch_command)); in mysqlnd_com_stmt_fetch_create_command()
[all …]
H A Dmysqlnd_loaddata.c35 info = ((MYSQLND_INFILE_INFO *)mnd_ecalloc(1, sizeof(MYSQLND_INFILE_INFO))); in mysqlnd_local_infile_init()
167 buf = (zend_uchar *) mnd_ecalloc(1, buflen); in mysqlnd_handle_local_infile()
H A Dmysqlnd_block_alloc.c144 MYSQLND_MEMORY_POOL * ret = mnd_ecalloc(1, sizeof(MYSQLND_MEMORY_POOL)); in mysqlnd_mempool_create()
H A Dmysqlnd_alloc.h54 #define mnd_ecalloc(nmemb, size) mysqlnd_allocator.m_ecalloc((nmemb), (size) MYSQLND_MEM_C) macro
H A Dmysqlnd_ps_codec.c519 *copies = mnd_ecalloc(param_count, sizeof(zval)); in mysqlnd_stmt_copy_it()

Completed in 16 milliseconds