Searched refs:inScopeNs (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/libxslt-13/libxslt/libxslt/
H A Dtransform.c4342 if (comp->inScopeNs != NULL) {
4343 xpctxt->namespaces = comp->inScopeNs->list;
4344 xpctxt->nsNr = comp->inScopeNs->xpathNumber;
4508 if (comp->inScopeNs != NULL) {
4509 xpctxt->namespaces = comp->inScopeNs->list;
4510 xpctxt->nsNr = comp->inScopeNs->xpathNumber;
4859 if (comp->inScopeNs != NULL) {
4860 xpctxt->namespaces = comp->inScopeNs->list;
4861 xpctxt->nsNr = comp->inScopeNs->xpathNumber;
5261 if (wcomp->inScopeNs !
[all...]
H A Dvariables.c877 if (comp->inScopeNs != NULL) {
878 xpctxt->namespaces = comp->inScopeNs->list;
879 xpctxt->nsNr = comp->inScopeNs->xpathNumber;
1114 if (comp->inScopeNs != NULL) {
1115 xpctxt->namespaces = comp->inScopeNs->list;
1116 xpctxt->nsNr = comp->inScopeNs->xpathNumber;
H A DxsltInternals.h565 #define XSLT_ITEM_NSINSCOPE_FIELDS xsltNsListContainerPtr inScopeNs;
598 xsltNsListContainerPtr inScopeNs; member in struct:_xsltStylePreComp
1274 xsltNsListContainerPtr inScopeNs; member in struct:_xsltCompilerNodeInfo
H A Dxslt.c1902 * OPTIMIZE TODO: Use the compiler-node-info inScopeNs.
2047 if (item->inScopeNs == NULL)
2053 for (i = 0; i < item->inScopeNs->totalNumber; i++) {
2054 ns = item->inScopeNs->list[i];
2231 * @inScopeNs are used for execution of XPath expressions
2234 item->inScopeNs = cctxt->inode->inScopeNs;
2382 inode->inScopeNs = iprev->inScopeNs;
2405 inode->inScopeNs
[all...]
H A Dxsltutils.c1024 if (comp->inScopeNs != NULL) {
1025 ctxt->xpathCtxt->namespaces = comp->inScopeNs->list;
1026 ctxt->xpathCtxt->nsNr = comp->inScopeNs->xpathNumber;
H A Dpreproc.c2182 ((xsltStylePreCompPtr) node->psvi)->inScopeNs =
2183 XSLT_CCTXT(style)->inode->inScopeNs;

Completed in 140 milliseconds