OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pausedata
(Results
1 - 2
of
2
) sorted by null
/external/curl/lib/
http2.c
107
http->
pausedata
= NULL;
391
stream->
pausedata
= data + nread;
859
else if(stream->
pausedata
) {
861
memcpy(mem, stream->
pausedata
, nread);
863
stream->
pausedata
+= nread;
872
stream->
pausedata
= NULL;
[
all
...]
http.h
167
const uint8_t *
pausedata
; /* pointer to data received in on_data_chunk */
member in struct:HTTP
Completed in 559 milliseconds