Lines Matching defs:httppath
394 char *httppath = NULL;
395 size_t npath = 0; /* httppath length */
405 httppath = line + strlen(request);
406 npath = http - httppath;
409 while(npath && ISSPACE(*httppath)) {
410 httppath++;
414 while(npath && ISSPACE(httppath[npath - 1])) {
428 ptr = &httppath[npath];
429 while(ptr >= httppath) {
439 request, (int)npath, httppath, prot_major, prot_minor);