Searched refs:opencallback (Results 1 – 1 of 1) sorted by relevance
95 xmlInputOpenCallback opencallback; member112 xmlOutputOpenCallback opencallback; member503 xmlInputCallbackTable[i].opencallback = NULL; in xmlCleanupInputCallbacks()531 xmlInputCallbackTable[xmlInputCallbackNr].opencallback = NULL; in xmlPopInputCallbacks()555 xmlOutputCallbackTable[i].opencallback = NULL; in xmlCleanupOutputCallbacks()2185 xmlInputCallbackTable[xmlInputCallbackNr].opencallback = openFunc; in xmlRegisterInputCallbacks()2212 xmlOutputCallbackTable[xmlOutputCallbackNr].opencallback = openFunc; in xmlRegisterOutputCallbacks()2548 context = xmlInputCallbackTable[i].opencallback(URI); in __xmlParserInputBufferCreateFilename()2568 if ((xmlInputCallbackTable[i].opencallback == xmlGzfileOpen) && in __xmlParserInputBufferCreateFilename()2588 if ((xmlInputCallbackTable[i].opencallback == xmlXzfileOpen) && in __xmlParserInputBufferCreateFilename()[all …]