Home
last modified time | relevance | path

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

/external/curl/tests/server/
Drtspd.c785 char *pipereq = NULL; in get_request() local
789 pipereq = reqbuf + req->checkindex; in get_request()
817 if(pipereq_length && pipereq) { in get_request()
818 memmove(reqbuf, pipereq, pipereq_length); in get_request()
Dsws.c933 char *pipereq = NULL; in get_request() local
937 pipereq = reqbuf + req->checkindex; in get_request()
952 if(pipereq_length && pipereq) { in get_request()
953 memmove(reqbuf, pipereq, pipereq_length); in get_request()