Lines Matching refs:ah
320 wsi->http.ah->parser_state = WSI_TOKEN_NAME_PART; in lws_http_client_socket_service()
321 wsi->http.ah->lextable_pos = 0; in lws_http_client_socket_service()
322 wsi->http.ah->unk_pos = 0; in lws_http_client_socket_service()
324 wsi->http.ah->ues = URIES_IDLE; in lws_http_client_socket_service()
351 wsi->http.ah->parser_state = WSI_TOKEN_NAME_PART; in lws_http_client_socket_service()
352 wsi->http.ah->lextable_pos = 0; in lws_http_client_socket_service()
353 wsi->http.ah->unk_pos = 0; in lws_http_client_socket_service()
402 while (wsi->http.ah->parser_state != WSI_PARSING_COMPLETE) { in lws_http_client_socket_service()
438 (wsi->http.ah->parser_state == in lws_http_client_socket_service()
456 assert(wsi->http.ah->parser_state == in lws_http_client_socket_service()
468 if (wsi->http.ah->parser_state != WSI_PARSING_COMPLETE) in lws_http_client_socket_service()
531 if (wsi->http.ah) { in lws_http_transaction_completed_client()
541 _lws_header_table_reset(wsi->http.ah); in lws_http_transaction_completed_client()
544 if (!n || !wsi->http.ah) in lws_http_transaction_completed_client()
555 wsi->http.ah->parser_state = WSI_TOKEN_NAME_PART; in lws_http_transaction_completed_client()
556 wsi->http.ah->lextable_pos = 0; in lws_http_transaction_completed_client()
557 wsi->http.ah->unk_pos = 0; in lws_http_transaction_completed_client()
563 wsi->http.ah->ues = URIES_IDLE; in lws_http_transaction_completed_client()
575 if (wsi->http.ah && wsi->http.ah->http_response) in lws_http_client_http_response()
576 return wsi->http.ah->http_response; in lws_http_client_http_response()
596 struct allocated_headers *ah, *ah1; in lws_client_interpret_server_handshake() local
609 ah = wsi->http.ah; in lws_client_interpret_server_handshake()
634 wsi->http.ah = ah; in lws_client_interpret_server_handshake()
635 ah->http_response = 0; in lws_client_interpret_server_handshake()
695 if (ah) in lws_client_interpret_server_handshake()
696 ah->http_response = (unsigned int)n; in lws_client_interpret_server_handshake()
753 wsi->http.ah->frags[wsi->http.ah->frag_index[ in lws_client_interpret_server_handshake()
967 ah1 = wsi->http.ah; in lws_client_interpret_server_handshake()
968 wsi->http.ah = ah; in lws_client_interpret_server_handshake()
972 wsi->http.ah = ah1; in lws_client_interpret_server_handshake()
986 wsi->http.ah = ah1; in lws_client_interpret_server_handshake()
991 wsi->http.ah = ah1; in lws_client_interpret_server_handshake()
1362 if (wsi->http.ah && in lws_http_client_read()
1363 wsi->http.ah->parser_state == WSI_PARSING_COMPLETE && in lws_http_client_read()