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 96 size_t checkindex; /* where to start checking of the request */ member in struct:httprequest
329 char *line=&req->reqbuf[req->checkindex];
574 /* we do have a full set, advance the checkindex to after the end of the
576 req->checkindex += (end - line) + strlen(END_OF_HEADERS);
690 req->checkindex = (end - req->reqbuf) + strlen(END_OF_HEADERS);
698 line = &req->reqbuf[req->checkindex];
702 req->checkindex += (end - line) + strlen(END_OF_HEADERS);
789 pipereq = reqbuf + req->checkindex;
790 pipereq_length = req->offset - req->checkindex;
795 req->checkindex = 0
    [all...]
sws.c 98 size_t checkindex; /* where to start checking of the request */ member in struct:httprequest
453 char *line=&req->reqbuf[req->checkindex];
681 /* we do have a full set, advance the checkindex to after the end of the
683 req->checkindex += (end - line) + strlen(end_of_headers);
798 req->checkindex = (end - req->reqbuf) + strlen(end_of_headers);
806 line = &req->reqbuf[req->checkindex];
810 req->checkindex += (end - line) + strlen(end_of_headers);
896 checkindex and offset if pipelining is not set, since in a pipeline they
899 req->checkindex = 0;
937 pipereq = reqbuf + req->checkindex;
    [all...]
  /external/curl/lib/
progress.c 351 int checkindex; local
410 checkindex = (data->progress.speeder_c>=CURR_TIME)?
415 data->progress.speeder_time[checkindex]);
422 data->progress.speeder[checkindex];

Completed in 85 milliseconds