Searched defs:inauth (Results 1 - 2 of 2) sorted by relevance

/forgerock/web-agents-v4/source/varnish/
H A Dagent.c63 int inauth; member in struct:request
198 req_list->inauth = 1;
211 req_list_entry->inauth = 1;
675 if (req->inauth) {
717 if (req && req->inauth) {
/forgerock/web-agents-v4/source/varnish3/
H A Dagent.c64 int inauth; member in struct:request
204 req_list->inauth = 1;
217 req_list_entry->inauth = 1;
719 if (req == NULL || !req->inauth) return;
753 if (req != NULL && req->inauth) {

Completed in 23 milliseconds