Lines Matching defs:ah
338 * This seems to be too aggressive... we don't want the ah stuck
343 if (wsi->http.ah
644 struct allocated_headers *ah;
646 /* we may not have an ah, but may be on the waiting list... */
647 lwsl_info("%s: %s: ah det due to close\n", __func__, lws_wsi_tag(wsi));
650 ah = pt->http.ah_list;
652 while (ah) {
653 if (ah->in_use && ah->wsi == wsi) {
654 lwsl_err("%s: ah leak: %s\n", __func__, lws_wsi_tag(wsi));
655 ah->in_use = 0;
656 ah->wsi = NULL;
660 ah = ah->next;
1281 struct allocated_headers *ah;
1295 ah = wsi->http.ah;
1301 wsi->http.ah = ah;