Home
last modified time | relevance | path

Searched refs:httppath (Results 1 – 1 of 1) sorted by relevance

/curl/tests/server/
H A Dsws.c391 char *httppath = NULL; in ProcessRequest() local
402 httppath = line + strlen(request); in ProcessRequest()
403 npath = http - httppath; in ProcessRequest()
406 while(npath && ISSPACE(*httppath)) { in ProcessRequest()
407 httppath++; in ProcessRequest()
411 while(npath && ISSPACE(httppath[npath - 1])) { in ProcessRequest()
425 ptr = &httppath[npath]; in ProcessRequest()
426 while(ptr >= httppath) { in ProcessRequest()
436 request, (int)npath, httppath, prot_major, prot_minor); in ProcessRequest()

Completed in 12 milliseconds