Lines Matching defs:ah
68 if (!wsi->http.ah) {
69 lwsl_err("%s: LRS_HEADERS: NULL ah\n", __func__);
367 /* these states imply we MUST have an ah attached */
376 if (!wsi->http.ah && lws_header_table_attach(wsi, 0)) {
377 lwsl_info("%s: %s: ah not available\n", __func__,
459 * so the ah has no further meaning
462 if (wsi->http.ah &&
759 wsi->http.ah->parser_state = WSI_TOKEN_NAME_PART;
760 wsi->http.ah->lextable_pos = 0;
762 wsi->http.ah->unk_pos = 0;
874 struct allocated_headers *ah;
876 /* we may not have an ah, but may be on the waiting list... */
877 lwsl_info("%s: ah det due to close\n", __func__);
880 ah = pt->http.ah_list;
882 while (ah) {
883 if (ah->in_use && ah->wsi == wsi) {
884 lwsl_err("%s: ah leak: wsi %s\n", __func__,
886 ah->in_use = 0;
887 ah->wsi = NULL;
891 ah = ah->next;
917 lwsl_debug("Attached ah immediately\n");
919 lwsl_info("%s: waiting for ah\n", __func__);
1005 /* if we went on the ah waiting list, it's ok, we can wait.
1007 * When we do get the ah, now or later, he will end up at