Lines Matching defs:ah
587 struct allocated_headers *ah;
598 ah = pt->http.ah_list;
599 while (ah) {
604 if (!ah->in_use || !ah->wsi || !ah->assigned ||
605 (ah->wsi->a.vhost &&
606 (now - ah->assigned) <
607 ah->wsi->a.vhost->timeout_secs_ah_idle + 360)) {
608 ah = ah->next;
613 * a single ah session somehow got held for
618 wsi = ah->wsi;
625 lwsl_notice("%s: ah excessive hold: wsi %p\n"
627 " ah pos %lu\n", __func__, lws_wsi_tag(wsi),
628 buf, (unsigned long)ah->pos);
653 /* explicitly detach the ah */
659 "excessive ah");
661 ah = pt->http.ah_list;