Home
last modified time | relevance | path

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

/reactos/sdk/include/reactos/libs/libxslt/
H A DxsltInternals.h1210 typedef xsltNsMap *xsltNsMapPtr; typedef
1212 xsltNsMapPtr next; /* next in the list */
1468 xsltNsMapPtr nsMap;
1961 xsltNsMapPtr ns,
/reactos/dll/3rdparty/libxslt/
H A Ddocuments.c196 xsltNsMapPtr nsMap; in xsltFreeStyleDocuments()
H A Dxslt.c472 xsltFreeNamespaceMap(xsltNsMapPtr item) in xsltFreeNamespaceMap()
474 xsltNsMapPtr tmp; in xsltFreeNamespaceMap()
484 static xsltNsMapPtr
490 xsltNsMapPtr ret; in xsltNewNamespaceMapItem()
495 ret = (xsltNsMapPtr) xmlMalloc(sizeof(xsltNsMap)); in xsltNewNamespaceMapItem()
3046 xsltNsMapPtr nsMapItem; in xsltParsePreprocessStylesheetTree()
6299 xsltRestoreDocumentNamespaces(xsltNsMapPtr ns, xmlDocPtr doc) in xsltRestoreDocumentNamespaces()