OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:readcallback
(Results
1 - 4
of
4
) sorted by null
/external/curl/tests/libtest/
lib547.c
41
static size_t
readcallback
(void *ptr,
function
110
test_setopt(curl, CURLOPT_READFUNCTION,
readcallback
);
lib555.c
48
static size_t
readcallback
(void *ptr,
function
105
easy_setopt(curl, CURLOPT_READFUNCTION,
readcallback
);
/external/libxml2/include/libxml/
xmlIO.h
127
xmlInputReadCallback
readcallback
;
member in struct:_xmlParserInputBuffer
/external/libxml2/
xmlIO.c
96
xmlInputReadCallback
readcallback
;
member in struct:_xmlInputCallback
504
xmlInputCallbackTable[i].
readcallback
= NULL;
532
xmlInputCallbackTable[xmlInputCallbackNr].
readcallback
= NULL;
[
all
...]
Completed in 134 milliseconds