Home
last modified time | relevance | path

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

/external/libxml2/
DxmlIO.c113 xmlInputMatchCallback matchcallback; member
130 xmlOutputMatchCallback matchcallback; member
521 xmlInputCallbackTable[i].matchcallback = NULL; in xmlCleanupInputCallbacks()
549 xmlInputCallbackTable[xmlInputCallbackNr].matchcallback = NULL; in xmlPopInputCallbacks()
573 xmlOutputCallbackTable[i].matchcallback = NULL; in xmlCleanupOutputCallbacks()
2250 xmlInputCallbackTable[xmlInputCallbackNr].matchcallback = matchFunc; in xmlRegisterInputCallbacks()
2277 xmlOutputCallbackTable[xmlOutputCallbackNr].matchcallback = matchFunc; in xmlRegisterOutputCallbacks()
2623 if ((xmlInputCallbackTable[i].matchcallback != NULL) && in __xmlParserInputBufferCreateFilename()
2624 (xmlInputCallbackTable[i].matchcallback(URI) != 0)) { in __xmlParserInputBufferCreateFilename()
2749 if ((xmlOutputCallbackTable[i].matchcallback != NULL) && in __xmlOutputBufferCreateFilename()
[all …]