Searched refs:checkindex (Results 1 - 9 of 9) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/tests/server/
H A Drtspd.c98 size_t checkindex; /* where to start checking of the request */ member in struct:httprequest
316 char *line=&req->reqbuf[req->checkindex];
557 /* we do have a full set, advance the checkindex to after the end of the
559 req->checkindex += (end - line) + strlen(END_OF_HEADERS);
672 req->checkindex = (end - req->reqbuf) + strlen(END_OF_HEADERS);
680 line = &req->reqbuf[req->checkindex];
684 req->checkindex += (end - line) + strlen(END_OF_HEADERS);
771 pipereq = reqbuf + req->checkindex;
772 pipereq_length = req->offset - req->checkindex;
777 req->checkindex
[all...]
H A Dsws.c98 size_t checkindex; /* where to start checking of the request */ member in struct:httprequest
307 char *line=&req->reqbuf[req->checkindex];
523 /* we do have a full set, advance the checkindex to after the end of the
525 req->checkindex += (end - line) + strlen(end_of_headers);
638 req->checkindex = (end - req->reqbuf) + strlen(end_of_headers);
646 line = &req->reqbuf[req->checkindex];
650 req->checkindex += (end - line) + strlen(end_of_headers);
737 pipereq = reqbuf + req->checkindex;
738 pipereq_length = req->offset - req->checkindex;
743 req->checkindex
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/tests/server/
H A Drtspd.c98 size_t checkindex; /* where to start checking of the request */ member in struct:httprequest
316 char *line=&req->reqbuf[req->checkindex];
557 /* we do have a full set, advance the checkindex to after the end of the
559 req->checkindex += (end - line) + strlen(END_OF_HEADERS);
672 req->checkindex = (end - req->reqbuf) + strlen(END_OF_HEADERS);
680 line = &req->reqbuf[req->checkindex];
684 req->checkindex += (end - line) + strlen(END_OF_HEADERS);
771 pipereq = reqbuf + req->checkindex;
772 pipereq_length = req->offset - req->checkindex;
777 req->checkindex
[all...]
H A Dsws.c98 size_t checkindex; /* where to start checking of the request */ member in struct:httprequest
307 char *line=&req->reqbuf[req->checkindex];
523 /* we do have a full set, advance the checkindex to after the end of the
525 req->checkindex += (end - line) + strlen(end_of_headers);
638 req->checkindex = (end - req->reqbuf) + strlen(end_of_headers);
646 line = &req->reqbuf[req->checkindex];
650 req->checkindex += (end - line) + strlen(end_of_headers);
737 pipereq = reqbuf + req->checkindex;
738 pipereq_length = req->offset - req->checkindex;
743 req->checkindex
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/tests/server/
H A Drtspd.c98 size_t checkindex; /* where to start checking of the request */ member in struct:httprequest
316 char *line=&req->reqbuf[req->checkindex];
557 /* we do have a full set, advance the checkindex to after the end of the
559 req->checkindex += (end - line) + strlen(END_OF_HEADERS);
672 req->checkindex = (end - req->reqbuf) + strlen(END_OF_HEADERS);
680 line = &req->reqbuf[req->checkindex];
684 req->checkindex += (end - line) + strlen(END_OF_HEADERS);
771 pipereq = reqbuf + req->checkindex;
772 pipereq_length = req->offset - req->checkindex;
777 req->checkindex
[all...]
H A Dsws.c98 size_t checkindex; /* where to start checking of the request */ member in struct:httprequest
307 char *line=&req->reqbuf[req->checkindex];
523 /* we do have a full set, advance the checkindex to after the end of the
525 req->checkindex += (end - line) + strlen(end_of_headers);
638 req->checkindex = (end - req->reqbuf) + strlen(end_of_headers);
646 line = &req->reqbuf[req->checkindex];
650 req->checkindex += (end - line) + strlen(end_of_headers);
737 pipereq = reqbuf + req->checkindex;
738 pipereq_length = req->offset - req->checkindex;
743 req->checkindex
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/lib/
H A Dprogress.c247 int checkindex; local
308 checkindex = (data->progress.speeder_c>=CURR_TIME)?
313 data->progress.speeder_time[checkindex]);
320 data->progress.speeder[checkindex];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/lib/
H A Dprogress.c247 int checkindex; local
308 checkindex = (data->progress.speeder_c>=CURR_TIME)?
313 data->progress.speeder_time[checkindex]);
320 data->progress.speeder[checkindex];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/lib/
H A Dprogress.c247 int checkindex; local
308 checkindex = (data->progress.speeder_c>=CURR_TIME)?
313 data->progress.speeder_time[checkindex]);
320 data->progress.speeder[checkindex];

Completed in 153 milliseconds