OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
];
569
/* we do have a full set, advance the
checkindex
to after the end of the
571
req->
checkindex
+= (end - line) + strlen(END_OF_HEADERS);
684
req->
checkindex
= (end - req->reqbuf) + strlen(END_OF_HEADERS);
692
line = &req->reqbuf[req->
checkindex
];
696
req->
checkindex
+= (end - line) + strlen(END_OF_HEADERS);
783
pipereq = reqbuf + req->
checkindex
;
784
pipereq_length = req->offset - req->
checkindex
;
789
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
];
678
/* we do have a full set, advance the
checkindex
to after the end of the
680
req->
checkindex
+= (end - line) + strlen(end_of_headers);
795
req->
checkindex
= (end - req->reqbuf) + strlen(end_of_headers);
803
line = &req->reqbuf[req->
checkindex
];
807
req->
checkindex
+= (end - line) + strlen(end_of_headers);
893
checkindex
and offset if pipelining is not set, since in a pipeline they
896
req->
checkindex
= 0;
934
pipereq = reqbuf + req->
checkindex
;
[
all
...]
/external/curl/lib/
progress.c
274
int
checkindex
;
local
335
checkindex
= (data->progress.speeder_c>=CURR_TIME)?
340
data->progress.speeder_time[
checkindex
]);
347
data->progress.speeder[
checkindex
];
Completed in 2935 milliseconds