Home
last modified time | relevance | path

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

/external/libxml2/
DxmlIO.c718 static xmlWrapGzOpenFunc xmlWrapGzOpen = gzopen; variable
740 xmlWrapGzOpen = xmlWrapGzOpenUtf8; in xmlInitPlatformSpecificIo()
746 xmlWrapGzOpen = gzopen; in xmlInitPlatformSpecificIo()
1196 fd = xmlWrapGzOpen(path, "rb"); in xmlGzfileOpen_real()
1273 fd = xmlWrapGzOpen(path, mode); in xmlGzfileOpenW()