Searched refs:matchcallback (Results 1 – 1 of 1) sorted by relevance
116 xmlInputMatchCallback matchcallback; member133 xmlOutputMatchCallback matchcallback; member524 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 …]