HomeSort by relevance Sort by last modified time
    Searched refs:checkindex (Results 1 - 3 of 3) sorted by null

  /external/curl/tests/server/
rtspd.c 99 size_t checkindex; /* where to start checking of the request */ member in struct:httprequest
338 char *line = &req->reqbuf[req->checkindex];
581 /* we do have a full set, advance the checkindex to after the end of the
583 req->checkindex += (end - line) + strlen(END_OF_HEADERS);
697 req->checkindex = (end - req->reqbuf) + strlen(END_OF_HEADERS);
705 line = &req->reqbuf[req->checkindex];
709 req->checkindex += (end - line) + strlen(END_OF_HEADERS);
796 pipereq = reqbuf + req->checkindex;
797 pipereq_length = req->offset - req->checkindex;
802 req->checkindex = 0
    [all...]
sws.c 101 size_t checkindex; /* where to start checking of the request */ member in struct:httprequest
474 char *line = &req->reqbuf[req->checkindex];
710 /* we do have a full set, advance the checkindex to after the end of the
712 req->checkindex += (end - line) + strlen(end_of_headers);
857 req->checkindex = (end - req->reqbuf) + strlen(end_of_headers);
865 line = &req->reqbuf[req->checkindex];
869 req->checkindex += (end - line) + strlen(end_of_headers);
955 checkindex and offset if pipelining is not set, since in a pipeline they
958 req->checkindex = 0;
995 pipereq = reqbuf + req->checkindex;
    [all...]
  /external/curl/lib/
progress.c 427 int checkindex; local
433 checkindex = (data->progress.speeder_c >= CURR_TIME)?
438 data->progress.speeder_time[checkindex]);
445 data->progress.speeder[checkindex];

Completed in 954 milliseconds