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