Lines Matching defs:check
294 char *check;
342 check = strchr(cmd, '\r');
343 if(!check)
344 check = strchr(cmd, '\n');
346 if(check) {
348 while((*check == '\r') || (*check == '\n'))
349 check++;
351 if(!*check)
354 cmd = check;
563 /* check for a Testno: header with the test case number */
578 /* when using gopher we cannot check the request until the entire
613 * If the request is an HTTP/1.1 one, we MUST check for a "Connection:"
2232 logmsg("reason, but double check it before anything else.");