Lines Matching defs:st_mysqlnd_conn_data_methods

502 struct st_mysqlnd_conn_data_methods  struct
504 func_mysqlnd_conn_data__init init;
505 func_mysqlnd_conn_data__connect connect;
506 func_mysqlnd_conn_data__escape_string escape_string;
507 func_mysqlnd_conn_data__set_charset set_charset;
508 func_mysqlnd_conn_data__query query;
509 func_mysqlnd_conn_data__send_query send_query;
510 func_mysqlnd_conn_data__reap_query reap_query;
511 func_mysqlnd_conn_data__use_result use_result;
512 func_mysqlnd_conn_data__store_result store_result;
513 func_mysqlnd_conn_data__next_result next_result;
514 func_mysqlnd_conn_data__more_results more_results;
516 func_mysqlnd_conn_data__stmt_init stmt_init;
518 func_mysqlnd_conn_data__shutdown_server shutdown_server;
519 func_mysqlnd_conn_data__refresh_server refresh_server;
521 func_mysqlnd_conn_data__ping ping;
522 func_mysqlnd_conn_data__kill_connection kill_connection;
523 func_mysqlnd_conn_data__select_db select_db;
524 func_mysqlnd_conn_data__server_dump_debug_information server_dump_debug_information;
525 func_mysqlnd_conn_data__change_user change_user;
527 func_mysqlnd_conn_data__get_error_no get_error_no;
528 func_mysqlnd_conn_data__get_error_str get_error_str;
529 func_mysqlnd_conn_data__get_sqlstate get_sqlstate;
530 func_mysqlnd_conn_data__get_thread_id get_thread_id;
531 func_mysqlnd_conn_data__get_statistics get_statistics;
533 func_mysqlnd_conn_data__get_server_version get_server_version;
534 func_mysqlnd_conn_data__get_server_information get_server_information;
535 func_mysqlnd_conn_data__get_server_statistics get_server_statistics;
536 func_mysqlnd_conn_data__get_host_information get_host_information;
537 func_mysqlnd_conn_data__get_protocol_information get_protocol_information;
538 func_mysqlnd_conn_data__get_last_message get_last_message;
539 func_mysqlnd_conn_data__charset_name charset_name;
540 func_mysqlnd_conn_data__list_fields list_fields;
541 func_mysqlnd_conn_data__list_method list_method;
543 func_mysqlnd_conn_data__get_last_insert_id get_last_insert_id;
544 func_mysqlnd_conn_data__get_affected_rows get_affected_rows;
545 func_mysqlnd_conn_data__get_warning_count get_warning_count;
547 func_mysqlnd_conn_data__get_field_count get_field_count;
549 func_mysqlnd_conn_data__get_server_status get_server_status;
551 func_mysqlnd_conn_data__set_server_option set_server_option;
552 func_mysqlnd_conn_data__set_client_option set_client_option;
553 func_mysqlnd_conn_data__free_contents free_contents;
554 func_mysqlnd_conn_data__free_options free_options;
555 func_mysqlnd_conn_data__dtor dtor;
557 func_mysqlnd_conn_data__query_read_result_set_header query_read_result_set_header;
559 func_mysqlnd_conn_data__get_reference get_reference;
560 func_mysqlnd_conn_data__free_reference free_reference;
561 func_mysqlnd_conn_data__get_state get_state;
562 func_mysqlnd_conn_data__set_state set_state;
564 func_mysqlnd_conn_data__simple_command simple_command;
565 func_mysqlnd_conn_data__simple_command_handle_response simple_command_handle_response;
567 func_mysqlnd_conn_data__restart_psession restart_psession;
568 func_mysqlnd_conn_data__end_psession end_psession;
569 func_mysqlnd_conn_data__send_close send_close;
571 func_mysqlnd_conn_data__ssl_set ssl_set;
573 func_mysqlnd_conn_data__result_init result_init;
574 func_mysqlnd_conn_data__set_autocommit set_autocommit;
575 func_mysqlnd_conn_data__tx_commit tx_commit;
576 func_mysqlnd_conn_data__tx_rollback tx_rollback;
577 func_mysqlnd_conn_data__tx_begin tx_begin;
578 func_mysqlnd_conn_data__tx_commit_or_rollback tx_commit_or_rollback;
579 func_mysqlnd_conn_data__tx_cor_options_to_string tx_cor_options_to_string;
580 func_mysqlnd_conn_data__tx_savepoint tx_savepoint;
581 func_mysqlnd_conn_data__tx_savepoint_release tx_savepoint_release;
583 func_mysqlnd_conn_data__local_tx_start local_tx_start;
584 func_mysqlnd_conn_data__local_tx_end local_tx_end;
586 func_mysqlnd_conn_data__execute_init_commands execute_init_commands;
587 func_mysqlnd_conn_data__get_updated_connect_flags get_updated_connect_flags;
588 func_mysqlnd_conn_data__connect_handshake connect_handshake;
589 func_mysqlnd_conn_data__simple_command_send_request simple_command_send_request;
590 func_mysqlnd_conn_data__fetch_auth_plugin_by_name fetch_auth_plugin_by_name;
592 func_mysqlnd_conn_data__set_client_option_2d set_client_option_2d;