Home
last modified time | relevance | path

Searched refs:xmlWrapOpen (Results 1 – 2 of 2) sorted by relevance

/external/libxml2/
DxmlIO.c715 static xmlWrapOpenFunc xmlWrapOpen = xmlWrapOpenNative; variable
738 xmlWrapOpen = xmlWrapOpenUtf8; in xmlInitPlatformSpecificIo()
744 xmlWrapOpen = xmlWrapOpenNative; in xmlInitPlatformSpecificIo()
933 fd = xmlWrapOpen(path, 0); in xmlFileOpen_real()
1006 fd = xmlWrapOpen(path, 1); in xmlFileOpenW()
DChangeLog1610 * xmlIO.c: fix Windows compile - missing xmlWrapOpen.