Home
last modified time | relevance | path

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

/external/libxml2/
DxmlIO.c94 xmlInputMatchCallback matchcallback; member
111 xmlOutputMatchCallback matchcallback; member
502 xmlInputCallbackTable[i].matchcallback = NULL; in xmlCleanupInputCallbacks()
530 xmlInputCallbackTable[xmlInputCallbackNr].matchcallback = NULL; in xmlPopInputCallbacks()
554 xmlOutputCallbackTable[i].matchcallback = NULL; in xmlCleanupOutputCallbacks()
2184 xmlInputCallbackTable[xmlInputCallbackNr].matchcallback = matchFunc; in xmlRegisterInputCallbacks()
2211 xmlOutputCallbackTable[xmlOutputCallbackNr].matchcallback = matchFunc; in xmlRegisterOutputCallbacks()
2546 if ((xmlInputCallbackTable[i].matchcallback != NULL) && in __xmlParserInputBufferCreateFilename()
2547 (xmlInputCallbackTable[i].matchcallback(URI) != 0)) { in __xmlParserInputBufferCreateFilename()
2678 if ((xmlOutputCallbackTable[i].matchcallback != NULL) && in __xmlOutputBufferCreateFilename()
[all …]