Searched refs:xmlWrapOpen (Results 1 – 2 of 2) sorted by relevance
715 static xmlWrapOpenFunc xmlWrapOpen = xmlWrapOpenNative; variable738 xmlWrapOpen = xmlWrapOpenUtf8; in xmlInitPlatformSpecificIo()744 xmlWrapOpen = xmlWrapOpenNative; in xmlInitPlatformSpecificIo()933 fd = xmlWrapOpen(path, 0); in xmlFileOpen_real()1006 fd = xmlWrapOpen(path, 1); in xmlFileOpenW()
1610 * xmlIO.c: fix Windows compile - missing xmlWrapOpen.