Searched refs:mnd_ecalloc (Results 1 – 5 of 5) sorted by relevance
/PHP-7.2/ext/mysqlnd/ |
H A D | mysqlnd_commands.c | 99 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 D | mysqlnd_loaddata.c | 35 info = ((MYSQLND_INFILE_INFO *)mnd_ecalloc(1, sizeof(MYSQLND_INFILE_INFO))); in mysqlnd_local_infile_init() 169 buf = (zend_uchar *) mnd_ecalloc(1, buflen); in mysqlnd_handle_local_infile()
|
H A D | mysqlnd_block_alloc.c | 144 MYSQLND_MEMORY_POOL * ret = mnd_ecalloc(1, sizeof(MYSQLND_MEMORY_POOL)); in mysqlnd_mempool_create()
|
H A D | mysqlnd_alloc.h | 54 #define mnd_ecalloc(nmemb, size) mysqlnd_allocator.m_ecalloc((nmemb), (size) MYSQLND_MEM_C) macro
|
H A D | mysqlnd_ps_codec.c | 519 *copies = mnd_ecalloc(param_count, sizeof(zval)); in mysqlnd_stmt_copy_it()
|
Completed in 19 milliseconds