Lines Matching defs:ah
776 wsi->http.ah->frag_index[WSI_TOKEN_HTTP_RANGE] = 0;
1169 fi = wsi->http.ah->frag_index[WSI_TOKEN_HTTP_AUTHORIZATION];
1170 if (wsi->http.ah->frags[fi].nfrag) {
1228 wsi->http.ah->frags[fi].len = (uint16_t)lws_ptr_diff_size_t(pcolon, &plain[0]);
2177 "protocol %s, cb %d, ah %p\n", __func__, wsi->a.vhost->name,
2179 wsi->http.ah);
2199 struct allocated_headers *ah;
2213 if (!wsi->http.ah) {
2214 lwsl_err("%s: assert: NULL ah\n", __func__);
2240 * the ah, bind to the role with mode as
2260 if (!wsi->http.ah)
2263 if (wsi->http.ah->parser_state != WSI_PARSING_COMPLETE)
2436 lwsl_debug("%s: %s: ah %p\n", __func__, lws_wsi_tag(wsi),
2437 (void *)wsi->http.ah);
2464 ah = wsi->http.ah;
2469 wsi->http.ah = ah;
2599 lwsl_info("%s: (from %s) ignoring, ah parsing incomplete\n",
2663 * If there is no pending rx and we still have the ah, drop it and
2664 * reacquire a new ah when the new headers start to arrive. (Otherwise
2665 * we needlessly hog an ah indefinitely.)
2671 if (wsi->http.ah) {
2674 lwsl_debug("%s: %s: nothing in buflist, detaching ah\n",
2680 * with no pending pipelined headers (or ah now), and
2694 lwsl_info("%s: %s: resetting/keeping ah as pipeline\n",
2698 * If we kept the ah, we should restrict the amount
2707 if (wsi->http.ah)
2708 wsi->http.ah->ues = URIES_IDLE;
2714 lwsl_debug("acquired ah\n");