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()
1184 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_rset_field_read() local
1196 …ket_header_and_body(&(packet->header), pfc, vio, stats, error_info, connection_state, buf, buf_len… in php_mysqlnd_rset_field_read()
1372 MYSQLND_CONNECTION_STATE * connection_state, in php_mysqlnd_read_row_ex() argument
1401 SET_CONNECTION_STATE(connection_state, CONN_QUIT_SENT); in php_mysqlnd_read_row_ex()
1414 SET_CONNECTION_STATE(connection_state, CONN_QUIT_SENT); in php_mysqlnd_read_row_ex()
1435 SET_CONNECTION_STATE(connection_state, CONN_QUIT_SENT); in php_mysqlnd_read_row_ex()
1850 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_stats_read() local
1856 …ket_header_and_body(&(packet->header), pfc, vio, stats, error_info, connection_state, buf, buf_len… in php_mysqlnd_stats_read()
1896 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_prepare_read() local
1906 …ket_header_and_body(&(packet->header), pfc, vio, stats, error_info, connection_state, buf, buf_len… in php_mysqlnd_prepare_read()
1979 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_chg_user_read() local
1988 …ket_header_and_body(&(packet->header), pfc, vio, stats, error_info, connection_state, buf, buf_len… in php_mysqlnd_chg_user_read()
2093 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_sha256_pk_request_response_read() local
2101 …ket_header_and_body(&(packet->header), pfc, vio, stats, error_info, connection_state, buf, sizeof(… in php_mysqlnd_sha256_pk_request_response_read()
2174 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_cached_sha2_result_read() local
2180 …ket_header_and_body(&(packet->header), pfc, vio, stats, error_info, connection_state, buf, sizeof(… in php_mysqlnd_cached_sha2_result_read()
2522 struct st_mysqlnd_connection_state * connection_state, in MYSQLND_METHOD()
2536 state = connection_state->m->get(connection_state); in MYSQLND_METHOD()
2569 connection_state->m->set(connection_state, CONN_QUIT_SENT); in MYSQLND_METHOD()