Searched defs:rcmd (Results 1 - 2 of 2) sorted by relevance

/external/curl/tests/server/
H A Drtspd.c113 int rcmd; /* doing a special command, see defines above */ member in struct:httprequest
457 req->rcmd = RCMD_IDLE;
462 req->rcmd = RCMD_STREAM;
801 req->rcmd = RCMD_NORMALREQ;
904 switch(req->rcmd) {
H A Dsws.c117 int rcmd; /* doing a special command, see defines above */ member in struct:httprequest
392 req->rcmd = RCMD_IDLE;
397 req->rcmd = RCMD_STREAM;
911 req->rcmd = RCMD_NORMALREQ;
1043 switch(req->rcmd) {

Completed in 173 milliseconds