Home
last modified time | relevance | path

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

/PHP-8.3/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c288 MYSQLND_CONNECTION_STATE * connection_state, in mysqlnd_read_packet_header_and_body()
332 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_greet_read()
499 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_auth_write()
647 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_auth_response_read()
761 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_change_auth_response_write()
800 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_ok_read()
894 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_eof_read()
962 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_cmd_write()
1021 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_rset_header_read()
1150 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_rset_field_read()
[all …]
H A Dmysqlnd_structs.h866 typedef struct st_mysqlnd_connection_state MYSQLND_CONNECTION_STATE; typedef
867 …nd_connection_state (*func_mysqlnd_connection_state__get)(const MYSQLND_CONNECTION_STATE * const s…
868 typedef void (*func_mysqlnd_connection_state__set)(MYSQLND_CONNECTION_STATE * const state_struct, c…
918 MYSQLND_CONNECTION_STATE state;
1008 MYSQLND_CONNECTION_STATE * connection_state,

Completed in 23 milliseconds