Home
last modified time | relevance | path

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

/external/curl/tests/server/
Drtspd.c779 char *pipereq = NULL; in get_request() local
783 pipereq = reqbuf + req->checkindex; in get_request()
811 if(pipereq_length && pipereq) { in get_request()
812 memmove(reqbuf, pipereq, pipereq_length); in get_request()
Dsws.c930 char *pipereq = NULL; in get_request() local
934 pipereq = reqbuf + req->checkindex; in get_request()
949 if(pipereq_length && pipereq) { in get_request()
950 memmove(reqbuf, pipereq, pipereq_length); in get_request()