Lines Matching refs:end
292 char *meth, *url, *end;
334 if ((end = strchr(reqbuf, '\r')) != NULL
335 || (end = strchr(reqbuf, '\n')) != NULL)
336 *end = '\0';
360 for (end = url; *end != '\0'; end++)
361 if (*end == ' ')
363 if (strncmp(end, http_version_str, http_version_str_len) != 0) {
366 meth, end + 1);
370 *end = '\0';
373 *found_keep_alive = end[http_version_str_len] > '0';
415 while (end >= url + 2 && end[-2] == '/' && end[-1] == '/')
416 end--;
417 *end = '\0';
449 "Error parsing HTTP header: missing end of line");