Searched refs:auth_req (Results 1 – 2 of 2) sorted by relevance
101 bool auth_req; /* authentication required, don't wait for body unless member324 req->auth_req = TRUE; in ProcessRequest()515 if(req->auth_req) in ProcessRequest()583 if(req->auth_req && !req->auth) in ProcessRequest()676 req->auth_req = FALSE; in get_request()
104 bool auth_req; /* authentication required, don't wait for body unless member297 req->auth_req = TRUE; in parse_servercmd()696 if(req->auth_req) in ProcessRequest()764 if(req->auth_req && !req->auth) { in ProcessRequest()851 req->auth_req = FALSE; in init_httprequest()
Completed in 16 milliseconds