Lines Matching refs:state

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()
641 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_auth_response_read()
755 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_change_auth_response_write()
793 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_ok_read()
887 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_eof_read()
955 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_cmd_write()
1014 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_rset_header_read()
1143 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_rset_field_read()
1654 ret = php_mysqlnd_read_row_ex(pfc, vio, stats, error_info, &conn->state, in php_mysqlnd_rowp_read()
1721 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_stats_read()
1764 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_prepare_read()
1847 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_chg_user_read()
1959 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_sha256_pk_request_response_read()
2041 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_cached_sha2_result_read()
2399 enum mysqlnd_connection_state state; in MYSQLND_METHOD() local
2404 state = connection_state->m->get(connection_state); in MYSQLND_METHOD()
2406 switch (state) { in MYSQLND_METHOD()
2415 DBG_ERR_FMT("Command out of sync. State=%u", state); in MYSQLND_METHOD()