OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:readcallback
(Results
1 - 7
of
7
) 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
40
static size_t
readcallback
(void *ptr,
function
97
easy_setopt(curl, CURLOPT_READFUNCTION,
readcallback
);
/external/libxml2/
xmlIO.c
96
xmlInputReadCallback
readcallback
;
member in struct:_xmlInputCallback
504
xmlInputCallbackTable[i].
readcallback
= NULL;
532
xmlInputCallbackTable[xmlInputCallbackNr].
readcallback
= NULL;
[
all
...]
parserInternals.c
323
if (in->buf->
readcallback
!= NULL) {
[
all
...]
parser.c
[
all
...]
/external/libxml2/include/libxml/
xmlIO.h
127
xmlInputReadCallback
readcallback
;
member in struct:_xmlParserInputBuffer
/external/libxml2/python/
libxml.c
670
ret->
readcallback
= xmlPythonFileRead;
737
buf->
readcallback
= xmlPythonFileReadRaw;
[
all
...]
Completed in 286 milliseconds