Lines Matching defs:command

41 mysqlnd_com_no_params_free_command(void * command)  in mysqlnd_com_no_params_free_command()
66 …struct st_mysqlnd_protocol_com_set_option_command * command = (struct st_mysqlnd_protocol_com_set_… in mysqlnd_com_set_option_run() local
97 struct st_mysqlnd_protocol_com_set_option_command * command; in mysqlnd_com_set_option_create_command() local
118 …struct st_mysqlnd_protocol_no_params_command * command = (struct st_mysqlnd_protocol_no_params_com… in mysqlnd_com_debug_run() local
147 struct st_mysqlnd_protocol_no_params_command * command; in mysqlnd_com_debug_create_command() local
178 …struct st_mysqlnd_protocol_com_init_db_command * command = (struct st_mysqlnd_protocol_com_init_db… in mysqlnd_com_init_db_run() local
226 struct st_mysqlnd_protocol_com_init_db_command * command; in mysqlnd_com_init_db_create_command() local
247 …struct st_mysqlnd_protocol_no_params_command * command = (struct st_mysqlnd_protocol_no_params_com… in mysqlnd_com_ping_run() local
281 struct st_mysqlnd_protocol_no_params_command * command; in mysqlnd_com_ping_create_command() local
312 …struct st_mysqlnd_protocol_com_statistics_command * command = (struct st_mysqlnd_protocol_com_stat… in mysqlnd_com_statistics_run() local
351 struct st_mysqlnd_protocol_com_statistics_command * command; in mysqlnd_com_statistics_create_command() local
383 …struct st_mysqlnd_protocol_com_process_kill_command * command = (struct st_mysqlnd_protocol_com_pr… in mysqlnd_com_process_kill_run() local
426 struct st_mysqlnd_protocol_com_process_kill_command * command; in mysqlnd_com_process_kill_create_command() local
458 …struct st_mysqlnd_protocol_com_refresh_command * command = (struct st_mysqlnd_protocol_com_refresh… in mysqlnd_com_refresh_run() local
489 struct st_mysqlnd_protocol_com_refresh_command * command; in mysqlnd_com_refresh_create_command() local
521 …struct st_mysqlnd_protocol_com_shutdown_command * command = (struct st_mysqlnd_protocol_com_shutdo… in mysqlnd_com_shutdown_run() local
552 struct st_mysqlnd_protocol_com_shutdown_command * command; in mysqlnd_com_shutdown_create_command() local
583 …struct st_mysqlnd_protocol_com_quit_command * command = (struct st_mysqlnd_protocol_com_quit_comma… in mysqlnd_com_quit_run() local
607 struct st_mysqlnd_protocol_com_quit_command * command; in mysqlnd_com_quit_create_command() local
637 …struct st_mysqlnd_protocol_com_query_command * command = (struct st_mysqlnd_protocol_com_query_com… in mysqlnd_com_query_run() local
665 struct st_mysqlnd_protocol_com_query_command * command; in mysqlnd_com_query_create_command() local
697 …struct st_mysqlnd_protocol_com_change_user_command * command = (struct st_mysqlnd_protocol_com_cha… in mysqlnd_com_change_user_run() local
721 struct st_mysqlnd_protocol_com_change_user_command * command; in mysqlnd_com_change_user_create_command() local
753 …struct st_mysqlnd_protocol_com_reap_result_command * command = (struct st_mysqlnd_protocol_com_rea… in mysqlnd_com_reap_result_run() local
775 struct st_mysqlnd_protocol_com_reap_result_command * command; in mysqlnd_com_reap_result_create_command() local
806 …struct st_mysqlnd_protocol_com_stmt_prepare_command * command = (struct st_mysqlnd_protocol_com_st… in mysqlnd_com_stmt_prepare_run() local
830 struct st_mysqlnd_protocol_com_stmt_prepare_command * command; in mysqlnd_com_stmt_prepare_create_command() local
862 …struct st_mysqlnd_protocol_com_stmt_execute_command * command = (struct st_mysqlnd_protocol_com_st… in mysqlnd_com_stmt_execute_run() local
886 struct st_mysqlnd_protocol_com_stmt_execute_command * command; in mysqlnd_com_stmt_execute_create_command() local
918 …struct st_mysqlnd_protocol_com_stmt_fetch_command * command = (struct st_mysqlnd_protocol_com_stmt… in mysqlnd_com_stmt_fetch_run() local
942 struct st_mysqlnd_protocol_com_stmt_fetch_command * command; in mysqlnd_com_stmt_fetch_create_command() local
975 …struct st_mysqlnd_protocol_com_stmt_reset_command * command = (struct st_mysqlnd_protocol_com_stmt… in mysqlnd_com_stmt_reset_run() local
1005 struct st_mysqlnd_protocol_com_stmt_reset_command * command; in mysqlnd_com_stmt_reset_create_command() local
1037 …struct st_mysqlnd_protocol_com_stmt_send_long_data_command * command = (struct st_mysqlnd_protocol… in mysqlnd_com_stmt_send_long_data_run() local
1061 struct st_mysqlnd_protocol_com_stmt_send_long_data_command * command; in mysqlnd_com_stmt_send_long_data_create_command() local
1094 …struct st_mysqlnd_protocol_com_stmt_close_command * command = (struct st_mysqlnd_protocol_com_stmt… in mysqlnd_com_stmt_close_run() local
1119 struct st_mysqlnd_protocol_com_stmt_close_command * command; in mysqlnd_com_stmt_close_create_command() local
1154 …struct st_mysqlnd_protocol_com_enable_ssl_command * command = (struct st_mysqlnd_protocol_com_enab… in mysqlnd_com_enable_ssl_run() local
1246 struct st_mysqlnd_protocol_com_enable_ssl_command * command; in mysqlnd_com_enable_ssl_create_command() local
1282 …struct st_mysqlnd_protocol_com_handshake_command * command = (struct st_mysqlnd_protocol_com_hands… in mysqlnd_com_handshake_run() local
1363 struct st_mysqlnd_protocol_com_handshake_command * command; in mysqlnd_com_handshake_create_command() local
1385 mysqlnd_get_command(enum php_mysqlnd_server_command command, ...) in mysqlnd_get_command()