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