Lines Matching defs:command

54 …struct st_mysqlnd_protocol_com_set_option_command * command = (struct st_mysqlnd_protocol_com_set_…  in mysqlnd_com_set_option_run()  local
85 struct st_mysqlnd_protocol_com_set_option_command command; in mysqlnd_com_set_option_run_command() local
104 …struct st_mysqlnd_protocol_no_params_command * command = (struct st_mysqlnd_protocol_no_params_com… in mysqlnd_com_debug_run() local
133 struct st_mysqlnd_protocol_no_params_command command; in mysqlnd_com_debug_run_command() local
161 …struct st_mysqlnd_protocol_com_init_db_command * command = (struct st_mysqlnd_protocol_com_init_db… in mysqlnd_com_init_db_run() local
209 struct st_mysqlnd_protocol_com_init_db_command command; in mysqlnd_com_init_db_run_command() local
228 …struct st_mysqlnd_protocol_no_params_command * command = (struct st_mysqlnd_protocol_no_params_com… in mysqlnd_com_ping_run() local
262 struct st_mysqlnd_protocol_no_params_command command; in mysqlnd_com_ping_run_command() local
290 …struct st_mysqlnd_protocol_com_statistics_command * command = (struct st_mysqlnd_protocol_com_stat… in mysqlnd_com_statistics_run() local
327 struct st_mysqlnd_protocol_com_statistics_command command; in mysqlnd_com_statistics_run_command() local
356 …struct st_mysqlnd_protocol_com_process_kill_command * command = (struct st_mysqlnd_protocol_com_pr… in mysqlnd_com_process_kill_run() local
399 struct st_mysqlnd_protocol_com_process_kill_command command; in mysqlnd_com_process_kill_run_command() local
428 …struct st_mysqlnd_protocol_com_refresh_command * command = (struct st_mysqlnd_protocol_com_refresh… in mysqlnd_com_refresh_run() local
459 struct st_mysqlnd_protocol_com_refresh_command command; in mysqlnd_com_refresh_run_command() local
488 …struct st_mysqlnd_protocol_com_shutdown_command * command = (struct st_mysqlnd_protocol_com_shutdo… in mysqlnd_com_shutdown_run() local
519 struct st_mysqlnd_protocol_com_shutdown_command command; in mysqlnd_com_shutdown_run_command() local
547 …struct st_mysqlnd_protocol_com_quit_command * command = (struct st_mysqlnd_protocol_com_quit_comma… in mysqlnd_com_quit_run() local
571 struct st_mysqlnd_protocol_com_quit_command command; in mysqlnd_com_quit_run_command() local
598 …struct st_mysqlnd_protocol_com_query_command * command = (struct st_mysqlnd_protocol_com_query_com… in mysqlnd_com_query_run() local
626 struct st_mysqlnd_protocol_com_query_command command; in mysqlnd_com_query_run_command() local
655 …struct st_mysqlnd_protocol_com_change_user_command * command = (struct st_mysqlnd_protocol_com_cha… in mysqlnd_com_change_user_run() local
679 struct st_mysqlnd_protocol_com_change_user_command command; in mysqlnd_com_change_user_run_command() local
708 …struct st_mysqlnd_protocol_com_reap_result_command * command = (struct st_mysqlnd_protocol_com_rea… in mysqlnd_com_reap_result_run() local
730 struct st_mysqlnd_protocol_com_reap_result_command command; in mysqlnd_com_reap_result_run_command() local
758 …struct st_mysqlnd_protocol_com_stmt_prepare_command * command = (struct st_mysqlnd_protocol_com_st… in mysqlnd_com_stmt_prepare_run() local
782 struct st_mysqlnd_protocol_com_stmt_prepare_command command; in mysqlnd_com_stmt_prepare_run_command() local
811 …struct st_mysqlnd_protocol_com_stmt_execute_command * command = (struct st_mysqlnd_protocol_com_st… in mysqlnd_com_stmt_execute_run() local
835 struct st_mysqlnd_protocol_com_stmt_execute_command command; in mysqlnd_com_stmt_execute_run_command() local
864 …struct st_mysqlnd_protocol_com_stmt_fetch_command * command = (struct st_mysqlnd_protocol_com_stmt… in mysqlnd_com_stmt_fetch_run() local
888 struct st_mysqlnd_protocol_com_stmt_fetch_command command; in mysqlnd_com_stmt_fetch_run_command() local
918 …struct st_mysqlnd_protocol_com_stmt_reset_command * command = (struct st_mysqlnd_protocol_com_stmt… in mysqlnd_com_stmt_reset_run() local
948 struct st_mysqlnd_protocol_com_stmt_reset_command command; in mysqlnd_com_stmt_reset_run_command() local
977 …struct st_mysqlnd_protocol_com_stmt_send_long_data_command * command = (struct st_mysqlnd_protocol… in mysqlnd_com_stmt_send_long_data_run() local
1001 struct st_mysqlnd_protocol_com_stmt_send_long_data_command command; in mysqlnd_com_stmt_send_long_data_run_command() local
1031 …struct st_mysqlnd_protocol_com_stmt_close_command * command = (struct st_mysqlnd_protocol_com_stmt… in mysqlnd_com_stmt_close_run() local
1056 struct st_mysqlnd_protocol_com_stmt_close_command command; in mysqlnd_com_stmt_close_run_command() local
1088 …struct st_mysqlnd_protocol_com_enable_ssl_command * command = (struct st_mysqlnd_protocol_com_enab… in mysqlnd_com_enable_ssl_run() local
1176 struct st_mysqlnd_protocol_com_enable_ssl_command command; in mysqlnd_com_enable_ssl_run_command() local
1209 …struct st_mysqlnd_protocol_com_handshake_command * command = (struct st_mysqlnd_protocol_com_hands… in mysqlnd_com_handshake_run() local
1286 struct st_mysqlnd_protocol_com_handshake_command command; in mysqlnd_com_handshake_run_command() local
1306 _mysqlnd_run_command(enum php_mysqlnd_server_command command, ...) in _mysqlnd_run_command()