HomeSort by relevance Sort by last modified time
    Searched refs:xmlRegisterInputCallbacks (Results 1 - 9 of 9) sorted by null

  /external/libxml2/doc/examples/
io1.c 4 * purpose: Demonstrate the use of xmlRegisterInputCallbacks
117 if (xmlRegisterInputCallbacks(sqlMatch, sqlOpen, sqlRead, sqlClose) < 0) {
  /external/libxml2/include/libxml/
xmlIO.h 205 xmlRegisterInputCallbacks (xmlInputMatchCallback matchFunc,
  /external/libxml2/
xmlIO.c     [all...]
testlimits.c 677 if (xmlRegisterInputCallbacks(hugeMatch, hugeOpen,
682 if (xmlRegisterInputCallbacks(crazyMatch, crazyOpen,
    [all...]
testrecurse.c 585 if (xmlRegisterInputCallbacks(hugeMatch, hugeOpen,
libxml2.syms 620 xmlRegisterInputCallbacks;
    [all...]
runtest.c     [all...]
elfgcchack.h     [all...]
  /external/libxml2/python/
libxml.c 841 pythonInputCallbackID = xmlRegisterInputCallbacks(
    [all...]

Completed in 1120 milliseconds