HomeSort by relevance Sort by last modified time
    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
109 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/include/libxml/
xmlIO.h 127 xmlInputReadCallback readcallback; member in struct:_xmlParserInputBuffer
  /external/libxml2/
xmlIO.c 118 xmlInputReadCallback readcallback; member in struct:_xmlInputCallback
526 xmlInputCallbackTable[i].readcallback = NULL;
554 xmlInputCallbackTable[xmlInputCallbackNr].readcallback = NULL;
    [all...]

Completed in 80 milliseconds