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

  /external/libxml2/include/libxml/
xmlIO.h 208 xmlInputCloseCallback closeFunc);
269 xmlOutputCloseCallback closeFunc);
  /external/webkit/WebCore/dom/
XMLTokenizerLibxml2.cpp 451 static int closeFunc(void* context)
473 xmlRegisterInputCallbacks(matchFunc, openFunc, readFunc, closeFunc);
474 xmlRegisterOutputCallbacks(matchFunc, openFunc, writeFunc, closeFunc);
495 xmlRegisterInputCallbacks(matchFunc, openFunc, readFunc, closeFunc);
496 xmlRegisterOutputCallbacks(matchFunc, openFunc, writeFunc, closeFunc);
    [all...]
  /external/libxml2/
xmlIO.c     [all...]

Completed in 573 milliseconds