Searched defs:closeFunc (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/xml/parser/
H A DXMLDocumentParser.cpp681 static int closeFunc(void* context) function in namespace:blink
706 xmlRegisterInputCallbacks(matchFunc, openFunc, readFunc, closeFunc);
707 xmlRegisterOutputCallbacks(matchFunc, openFunc, writeFunc, closeFunc);
/external/chromium_org/third_party/libxml/src/
H A DxmlIO.c2115 * @closeFunc: the xmlInputCloseCallback
2124 xmlInputCloseCallback closeFunc) {
2131 xmlInputCallbackTable[xmlInputCallbackNr].closecallback = closeFunc;
2142 * @closeFunc: the xmlOutputCloseCallback
2151 xmlOutputCloseCallback closeFunc) {
2158 xmlOutputCallbackTable[xmlOutputCallbackNr].closecallback = closeFunc;
2122 xmlRegisterInputCallbacks(xmlInputMatchCallback matchFunc, xmlInputOpenCallback openFunc, xmlInputReadCallback readFunc, xmlInputCloseCallback closeFunc) argument
2149 xmlRegisterOutputCallbacks(xmlOutputMatchCallback matchFunc, xmlOutputOpenCallback openFunc, xmlOutputWriteCallback writeFunc, xmlOutputCloseCallback closeFunc) argument
/external/libxml2/
H A DxmlIO.c2248 * @closeFunc: the xmlInputCloseCallback
2257 xmlInputCloseCallback closeFunc) {
2264 xmlInputCallbackTable[xmlInputCallbackNr].closecallback = closeFunc;
2275 * @closeFunc: the xmlOutputCloseCallback
2284 xmlOutputCloseCallback closeFunc) {
2291 xmlOutputCallbackTable[xmlOutputCallbackNr].closecallback = closeFunc;
2255 xmlRegisterInputCallbacks(xmlInputMatchCallback matchFunc, xmlInputOpenCallback openFunc, xmlInputReadCallback readFunc, xmlInputCloseCallback closeFunc) argument
2282 xmlRegisterOutputCallbacks(xmlOutputMatchCallback matchFunc, xmlOutputOpenCallback openFunc, xmlOutputWriteCallback writeFunc, xmlOutputCloseCallback closeFunc) argument

Completed in 2771 milliseconds