Lines Matching refs:connection_state

288 									MYSQLND_CONNECTION_STATE * connection_state,  in mysqlnd_read_packet_header_and_body()  argument
296 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()
506 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_auth_write() local
637 SET_CONNECTION_STATE(connection_state, CONN_QUIT_SENT); in php_mysqlnd_auth_write()
656 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_auth_response_read() local
667 …ket_header_and_body(&(packet->header), pfc, vio, stats, error_info, connection_state, buf, buf_len… in php_mysqlnd_auth_response_read()
779 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_change_auth_response_write() local
801 SET_CONNECTION_STATE(connection_state, CONN_QUIT_SENT); in php_mysqlnd_change_auth_response_write()
820 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_ok_read() local
830 …ket_header_and_body(&(packet->header), pfc, vio, stats, error_info, connection_state, buf, buf_len… in php_mysqlnd_ok_read()
915 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_eof_read() local
923 …ket_header_and_body(&(packet->header), pfc, vio, stats, error_info, connection_state, buf, buf_len… in php_mysqlnd_eof_read()
983 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_cmd_write() local
1026 SET_CONNECTION_STATE(connection_state, CONN_QUIT_SENT); in php_mysqlnd_cmd_write()
1042 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_rset_header_read() local
1052 …ket_header_and_body(&(packet->header), pfc, vio, stats, error_info, connection_state, buf, buf_len… in php_mysqlnd_rset_header_read()
1171 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_rset_field_read() local
1183 …ket_header_and_body(&(packet->header), pfc, vio, stats, error_info, connection_state, buf, buf_len… in php_mysqlnd_rset_field_read()
1359 MYSQLND_CONNECTION_STATE * connection_state, in php_mysqlnd_read_row_ex() argument
1388 SET_CONNECTION_STATE(connection_state, CONN_QUIT_SENT); in php_mysqlnd_read_row_ex()
1401 SET_CONNECTION_STATE(connection_state, CONN_QUIT_SENT); in php_mysqlnd_read_row_ex()
1422 SET_CONNECTION_STATE(connection_state, CONN_QUIT_SENT); in php_mysqlnd_read_row_ex()
1749 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_stats_read() local
1755 …ket_header_and_body(&(packet->header), pfc, vio, stats, error_info, connection_state, buf, buf_len… in php_mysqlnd_stats_read()
1792 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_prepare_read() local
1802 …ket_header_and_body(&(packet->header), pfc, vio, stats, error_info, connection_state, buf, buf_len… in php_mysqlnd_prepare_read()
1875 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_chg_user_read() local
1884 …ket_header_and_body(&(packet->header), pfc, vio, stats, error_info, connection_state, buf, buf_len… in php_mysqlnd_chg_user_read()
1989 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_sha256_pk_request_response_read() local
1997 …ket_header_and_body(&(packet->header), pfc, vio, stats, error_info, connection_state, buf, sizeof(… in php_mysqlnd_sha256_pk_request_response_read()
2070 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_cached_sha2_result_read() local
2076 …ket_header_and_body(&(packet->header), pfc, vio, stats, error_info, connection_state, buf, sizeof(… in php_mysqlnd_cached_sha2_result_read()
2418 struct st_mysqlnd_connection_state * connection_state, in MYSQLND_METHOD()
2432 state = connection_state->m->get(connection_state); in MYSQLND_METHOD()
2465 connection_state->m->set(connection_state, CONN_QUIT_SENT); in MYSQLND_METHOD()