Lines Matching refs:connection_state

301 									MYSQLND_CONNECTION_STATE * connection_state,  in mysqlnd_read_packet_header_and_body()  argument
309 SET_CONNECTION_STATE(connection_state, CONN_QUIT_SENT); in mysqlnd_read_packet_header_and_body()
323 SET_CONNECTION_STATE(connection_state, CONN_QUIT_SENT); in mysqlnd_read_packet_header_and_body()
347 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_greet_read() local
355 …ket_header_and_body(&(packet->header), pfc, vio, stats, error_info, connection_state, buf, buf_len… in php_mysqlnd_greet_read()
514 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_auth_write() local
639 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
664 …ket_header_and_body(&(packet->header), pfc, vio, stats, error_info, connection_state, buf, buf_len… in php_mysqlnd_auth_response_read()
770 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_change_auth_response_write() local
791 SET_CONNECTION_STATE(connection_state, CONN_QUIT_SENT); in php_mysqlnd_change_auth_response_write()
808 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_ok_read() local
817 …ket_header_and_body(&(packet->header), pfc, vio, stats, error_info, connection_state, buf, buf_len… in php_mysqlnd_ok_read()
902 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_eof_read() local
910 …ket_header_and_body(&(packet->header), pfc, vio, stats, error_info, connection_state, buf, buf_len… in php_mysqlnd_eof_read()
970 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_cmd_write() local
1013 SET_CONNECTION_STATE(connection_state, CONN_QUIT_SENT); in php_mysqlnd_cmd_write()
1029 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_rset_header_read() local
1039 …ket_header_and_body(&(packet->header), pfc, vio, stats, error_info, connection_state, buf, buf_len… in php_mysqlnd_rset_header_read()
1158 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_rset_field_read() local
1170 …ket_header_and_body(&(packet->header), pfc, vio, stats, error_info, connection_state, buf, buf_len… in php_mysqlnd_rset_field_read()
1346 MYSQLND_CONNECTION_STATE * connection_state, in php_mysqlnd_read_row_ex() argument
1375 SET_CONNECTION_STATE(connection_state, CONN_QUIT_SENT); in php_mysqlnd_read_row_ex()
1388 SET_CONNECTION_STATE(connection_state, CONN_QUIT_SENT); in php_mysqlnd_read_row_ex()
1409 SET_CONNECTION_STATE(connection_state, CONN_QUIT_SENT); in php_mysqlnd_read_row_ex()
1738 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_stats_read() local
1744 …ket_header_and_body(&(packet->header), pfc, vio, stats, error_info, connection_state, buf, buf_len… in php_mysqlnd_stats_read()
1781 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_prepare_read() local
1791 …ket_header_and_body(&(packet->header), pfc, vio, stats, error_info, connection_state, buf, buf_len… in php_mysqlnd_prepare_read()
1864 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_chg_user_read() local
1873 …ket_header_and_body(&(packet->header), pfc, vio, stats, error_info, connection_state, buf, buf_len… in php_mysqlnd_chg_user_read()
1976 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_sha256_pk_request_response_read() local
1985 …ket_header_and_body(&(packet->header), pfc, vio, stats, error_info, connection_state, buf, buf_len… in php_mysqlnd_sha256_pk_request_response_read()
2058 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_cached_sha2_result_read() local
2065 …ket_header_and_body(&(packet->header), pfc, vio, stats, error_info, connection_state, buf, buf_len… in php_mysqlnd_cached_sha2_result_read()
2407 struct st_mysqlnd_connection_state * connection_state, in MYSQLND_METHOD()
2421 state = connection_state->m->get(connection_state); in MYSQLND_METHOD()
2454 connection_state->m->set(connection_state, CONN_QUIT_SENT); in MYSQLND_METHOD()