Lines Matching refs:npath
395 size_t npath = 0; /* httppath length */
406 npath = http - httppath;
409 while(npath && ISSPACE(*httppath)) {
411 npath--;
414 while(npath && ISSPACE(httppath[npath - 1])) {
415 npath--;
417 if(npath)
428 ptr = &httppath[npath];
437 if((npath + strlen(request)) < 400)
439 request, (int)npath, httppath, prot_major, prot_minor);