Home
last modified time | relevance | path

Searched refs:MYSQLND_CONNECTION_STATE (Results 1 – 2 of 2) sorted by relevance

/PHP-8.2/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c288 MYSQLND_CONNECTION_STATE * connection_state, in mysqlnd_read_packet_header_and_body()
335 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_greet_read()
506 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_auth_write()
656 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_auth_response_read()
779 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_change_auth_response_write()
820 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_ok_read()
915 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_eof_read()
983 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_cmd_write()
1042 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_rset_header_read()
1171 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_rset_field_read()
[all …]
H A Dmysqlnd_structs.h869 typedef struct st_mysqlnd_connection_state MYSQLND_CONNECTION_STATE; typedef
870 …nd_connection_state (*func_mysqlnd_connection_state__get)(const MYSQLND_CONNECTION_STATE * const s…
871 typedef void (*func_mysqlnd_connection_state__set)(MYSQLND_CONNECTION_STATE * const state_struct, c…
921 MYSQLND_CONNECTION_STATE state;
1011 MYSQLND_CONNECTION_STATE * connection_state,

Completed in 35 milliseconds