Lines Matching defs:ah
320 wsi->http.ah->parser_state = WSI_TOKEN_NAME_PART;
321 wsi->http.ah->lextable_pos = 0;
322 wsi->http.ah->unk_pos = 0;
324 wsi->http.ah->ues = URIES_IDLE;
351 wsi->http.ah->parser_state = WSI_TOKEN_NAME_PART;
352 wsi->http.ah->lextable_pos = 0;
353 wsi->http.ah->unk_pos = 0;
402 while (wsi->http.ah->parser_state != WSI_PARSING_COMPLETE) {
438 (wsi->http.ah->parser_state ==
456 assert(wsi->http.ah->parser_state ==
468 if (wsi->http.ah->parser_state != WSI_PARSING_COMPLETE)
509 // if (wsi->http.ah && wsi->http.ah->http_response)
531 if (wsi->http.ah) {
541 _lws_header_table_reset(wsi->http.ah);
544 if (!n || !wsi->http.ah)
548 * H1: we can serialize the queued guys into the same ah
549 * H2: everybody needs their own ah until their own STREAM_END
555 wsi->http.ah->parser_state = WSI_TOKEN_NAME_PART;
556 wsi->http.ah->lextable_pos = 0;
557 wsi->http.ah->unk_pos = 0;
563 wsi->http.ah->ues = URIES_IDLE;
575 if (wsi->http.ah && wsi->http.ah->http_response)
576 return wsi->http.ah->http_response;
596 struct allocated_headers *ah, *ah1;
609 ah = wsi->http.ah;
634 wsi->http.ah = ah;
635 ah->http_response = 0;
695 if (ah)
696 ah->http_response = (unsigned int)n;
753 wsi->http.ah->frags[wsi->http.ah->frag_index[
967 ah1 = wsi->http.ah;
968 wsi->http.ah = ah;
972 wsi->http.ah = ah1;
986 wsi->http.ah = ah1;
991 wsi->http.ah = ah1;
1362 if (wsi->http.ah &&
1363 wsi->http.ah->parser_state == WSI_PARSING_COMPLETE &&
1619 * goal is to close our role part, close the sockfd, detach the ah
1676 * path any more, since they may have been pointing into the old ah.
1681 __lws_reset_wsi(wsi); /* detaches ah here */