Lines Matching defs:open
103 bool open; /* keep connection open info, as found in the request */
296 logmsg("Couldn't open test file %ld", req->testno);
297 req->open = FALSE; /* closes connection */
316 req->open = FALSE; /* closes connection */
332 req->open = TRUE;
419 req->open = FALSE; /* HTTP 1.0 closes connection by default */
486 req->open = FALSE; /* closes connection */
556 req->open = FALSE; /* close connection after this request */
559 req->open &&
678 req->open = TRUE;
811 req->open = FALSE;
866 logmsg("Couldn't open test file");
884 /* re-open the same file again */
889 logmsg("Couldn't open test file");
1045 req->open = persistent;
1349 if(!req.open) {
1354 if(req.open)
1357 } while(req.open || (req.testno == DOCNUMBER_CONNECT));