Lines Matching refs:mnd_ecalloc
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()
428 command = mnd_ecalloc(1, sizeof(struct st_mysqlnd_protocol_com_process_kill_command)); in mysqlnd_com_process_kill_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()
723 command = mnd_ecalloc(1, sizeof(struct st_mysqlnd_protocol_com_change_user_command)); in mysqlnd_com_change_user_create_command()
777 command = mnd_ecalloc(1, sizeof(struct st_mysqlnd_protocol_com_reap_result_command)); in mysqlnd_com_reap_result_create_command()
832 command = mnd_ecalloc(1, sizeof(struct st_mysqlnd_protocol_com_stmt_prepare_command)); in mysqlnd_com_stmt_prepare_create_command()
888 command = mnd_ecalloc(1, sizeof(struct st_mysqlnd_protocol_com_stmt_execute_command)); in mysqlnd_com_stmt_execute_create_command()
944 command = mnd_ecalloc(1, sizeof(struct st_mysqlnd_protocol_com_stmt_fetch_command)); in mysqlnd_com_stmt_fetch_create_command()
1007 command = mnd_ecalloc(1, sizeof(struct st_mysqlnd_protocol_com_stmt_reset_command)); in mysqlnd_com_stmt_reset_create_command()
1063 command = mnd_ecalloc(1, sizeof(struct st_mysqlnd_protocol_com_stmt_send_long_data_command)); in mysqlnd_com_stmt_send_long_data_create_command()
1121 command = mnd_ecalloc(1, sizeof(struct st_mysqlnd_protocol_com_stmt_close_command)); in mysqlnd_com_stmt_close_create_command()
1248 command = mnd_ecalloc(1, sizeof(struct st_mysqlnd_protocol_com_enable_ssl_command)); in mysqlnd_com_enable_ssl_create_command()
1365 command = mnd_ecalloc(1, sizeof(struct st_mysqlnd_protocol_com_handshake_command)); in mysqlnd_com_handshake_create_command()