Lines Matching defs:end
373 char *end = strstr(line, end_of_headers);
555 if(!end) {
667 /* end of chunks reached */
752 req->reqbuf + req->offset > end + strlen(end_of_headers) &&
758 req->checkindex = (end - req->reqbuf) + strlen(end_of_headers);
761 /* If authentication is required and no auth was provided, end now. This
778 if(req->cl <= req->offset - (end - req->reqbuf) - strlen(end_of_headers))
883 /* upgraded connection, work it differently until end of connection */
998 /* at the end of a request dump it to an external file */
1383 * either end.
1422 'end of headers' separate from the server data that follows.
2289 char *end = (char *) (all_sockets + num_sockets);
2290 memmove(dst, src, end - src);