Home
last modified time | relevance | path

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

/reactos/dll/3rdparty/libxslt/
H A Dxslt.c2082 xsltPointerListPtr extElemNs = cctxt->inode->extElemNs; in xsltLREBuildEffectiveNsNodes() local
2092 extElemNs = cctxt->inode->extElemNs; in xsltLREBuildEffectiveNsNodes()
2178 if (extElemNs) { in xsltLREBuildEffectiveNsNodes()
2179 for (j = 0; j < extElemNs->number; j++) in xsltLREBuildEffectiveNsNodes()
2180 if (xmlStrEqual(ns->href, BAD_CAST extElemNs->items[j])) in xsltLREBuildEffectiveNsNodes()
2437 inode->extElemNs = iprev->extElemNs; in xsltCompilerNodePush()
2449 inode->extElemNs = NULL; in xsltCompilerNodePush()
4631 cctxt->inode->extElemNs = in xsltParseSequenceConstructor()
4633 cur, cctxt->inode->extElemNs, in xsltParseSequenceConstructor()
4639 (cctxt->inode->extElemNs != NULL) && in xsltParseSequenceConstructor()
[all …]
H A Dextensions.c1163 (XSLT_CCTXT(style)->inode->extElemNs == NULL)) in xsltCheckExtPrefix()
1169 if (XSLT_CCTXT(style)->inode->extElemNs != NULL) { in xsltCheckExtPrefix()
1171 xsltPointerListPtr list = XSLT_CCTXT(style)->inode->extElemNs; in xsltCheckExtPrefix()
/reactos/sdk/include/reactos/libs/libxslt/
H A DxsltInternals.h1274 xsltPointerListPtr extElemNs; member