Lines Matching refs:connection_state
289 MYSQLND_CONNECTION_STATE * connection_state, in mysqlnd_read_packet_header_and_body() argument
297 SET_CONNECTION_STATE(connection_state, CONN_QUIT_SENT); in mysqlnd_read_packet_header_and_body()
308 SET_CONNECTION_STATE(connection_state, CONN_QUIT_SENT); in mysqlnd_read_packet_header_and_body()
335 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_greet_read() local
339 …ket_header_and_body(&(packet->header), pfc, vio, stats, error_info, connection_state, buf, sizeof(… in php_mysqlnd_greet_read()
500 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_auth_write() local
631 SET_CONNECTION_STATE(connection_state, CONN_QUIT_SENT); in php_mysqlnd_auth_write()
650 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_auth_response_read() local
661 …ket_header_and_body(&(packet->header), pfc, vio, stats, error_info, connection_state, buf, buf_len… in php_mysqlnd_auth_response_read()
773 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_change_auth_response_write() local
795 SET_CONNECTION_STATE(connection_state, CONN_QUIT_SENT); in php_mysqlnd_change_auth_response_write()
814 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_ok_read() local
824 …ket_header_and_body(&(packet->header), pfc, vio, stats, error_info, connection_state, buf, buf_len… in php_mysqlnd_ok_read()
909 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_eof_read() local
917 …ket_header_and_body(&(packet->header), pfc, vio, stats, error_info, connection_state, buf, buf_len… in php_mysqlnd_eof_read()
977 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_cmd_write() local
1029 SET_CONNECTION_STATE(connection_state, CONN_QUIT_SENT); in php_mysqlnd_cmd_write()
1045 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_rset_header_read() local
1055 …ket_header_and_body(&(packet->header), pfc, vio, stats, error_info, connection_state, buf, buf_len… in php_mysqlnd_rset_header_read()
1187 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_rset_field_read() local
1199 …ket_header_and_body(&(packet->header), pfc, vio, stats, error_info, connection_state, buf, buf_len… in php_mysqlnd_rset_field_read()
1375 MYSQLND_CONNECTION_STATE * connection_state, in php_mysqlnd_read_row_ex() argument
1404 SET_CONNECTION_STATE(connection_state, CONN_QUIT_SENT); in php_mysqlnd_read_row_ex()
1413 SET_CONNECTION_STATE(connection_state, CONN_QUIT_SENT); in php_mysqlnd_read_row_ex()
1443 SET_CONNECTION_STATE(connection_state, CONN_QUIT_SENT); in php_mysqlnd_read_row_ex()
1865 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_stats_read() local
1871 …ket_header_and_body(&(packet->header), pfc, vio, stats, error_info, connection_state, buf, buf_len… in php_mysqlnd_stats_read()
1911 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_prepare_read() local
1921 …ket_header_and_body(&(packet->header), pfc, vio, stats, error_info, connection_state, buf, buf_len… in php_mysqlnd_prepare_read()
1994 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_chg_user_read() local
2003 …ket_header_and_body(&(packet->header), pfc, vio, stats, error_info, connection_state, buf, buf_len… in php_mysqlnd_chg_user_read()
2108 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_sha256_pk_request_response_read() local
2116 …ket_header_and_body(&(packet->header), pfc, vio, stats, error_info, connection_state, buf, sizeof(… in php_mysqlnd_sha256_pk_request_response_read()
2187 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_cached_sha2_result_read() local
2193 …ket_header_and_body(&(packet->header), pfc, vio, stats, error_info, connection_state, buf, sizeof(… in php_mysqlnd_cached_sha2_result_read()
2535 struct st_mysqlnd_connection_state * connection_state, in MYSQLND_METHOD()
2549 state = connection_state->m->get(connection_state); in MYSQLND_METHOD()
2582 connection_state->m->set(connection_state, CONN_QUIT_SENT); in MYSQLND_METHOD()