Home
last modified time | relevance | path

Searched refs:matchcallback (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
DxmlIO.c116 xmlInputMatchCallback matchcallback; member
133 xmlOutputMatchCallback matchcallback; member
524 xmlInputCallbackTable[i].matchcallback = NULL; in xmlCleanupInputCallbacks()
552 xmlInputCallbackTable[xmlInputCallbackNr].matchcallback = NULL; in xmlPopInputCallbacks()
576 xmlOutputCallbackTable[i].matchcallback = NULL; in xmlCleanupOutputCallbacks()
2275 xmlInputCallbackTable[xmlInputCallbackNr].matchcallback = matchFunc; in xmlRegisterInputCallbacks()
2302 xmlOutputCallbackTable[xmlOutputCallbackNr].matchcallback = matchFunc; in xmlRegisterOutputCallbacks()
2645 if ((xmlInputCallbackTable[i].matchcallback != NULL) && in __xmlParserInputBufferCreateFilename()
2646 (xmlInputCallbackTable[i].matchcallback(URI) != 0)) { in __xmlParserInputBufferCreateFilename()
2777 if ((xmlOutputCallbackTable[i].matchcallback != NULL) && in __xmlOutputBufferCreateFilename()
[all …]