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

/external/libxslt/libxslt/
H A Dtransform.c4235 if (comp->inScopeNs != NULL) {
4236 xpctxt->namespaces = comp->inScopeNs->list;
4237 xpctxt->nsNr = comp->inScopeNs->xpathNumber;
4402 if (comp->inScopeNs != NULL) {
4403 xpctxt->namespaces = comp->inScopeNs->list;
4404 xpctxt->nsNr = comp->inScopeNs->xpathNumber;
4754 if (comp->inScopeNs != NULL) {
4755 xpctxt->namespaces = comp->inScopeNs->list;
4756 xpctxt->nsNr = comp->inScopeNs->xpathNumber;
5151 if (wcomp->inScopeNs !
[all...]
H A Dvariables.c872 if (comp->inScopeNs != NULL) {
873 xpctxt->namespaces = comp->inScopeNs->list;
874 xpctxt->nsNr = comp->inScopeNs->xpathNumber;
1105 if (comp->inScopeNs != NULL) {
1106 xpctxt->namespaces = comp->inScopeNs->list;
1107 xpctxt->nsNr = comp->inScopeNs->xpathNumber;
H A DxsltInternals.h560 #define XSLT_ITEM_NSINSCOPE_FIELDS xsltNsListContainerPtr inScopeNs;
593 xsltNsListContainerPtr inScopeNs; member in struct:_xsltStylePreComp
1269 xsltNsListContainerPtr inScopeNs; member in struct:_xsltCompilerNodeInfo
H A Dxslt.c1892 * OPTIMIZE TODO: Use the compiler-node-info inScopeNs.
2037 if (item->inScopeNs == NULL)
2043 for (i = 0; i < item->inScopeNs->totalNumber; i++) {
2044 ns = item->inScopeNs->list[i];
2221 * @inScopeNs are used for execution of XPath expressions
2224 item->inScopeNs = cctxt->inode->inScopeNs;
2372 inode->inScopeNs = iprev->inScopeNs;
2395 inode->inScopeNs
[all...]
H A Dxsltutils.c1012 if (comp->inScopeNs != NULL) {
1013 ctxt->xpathCtxt->namespaces = comp->inScopeNs->list;
1014 ctxt->xpathCtxt->nsNr = comp->inScopeNs->xpathNumber;
H A Dpreproc.c2160 ((xsltStylePreCompPtr) node->psvi)->inScopeNs =
2161 XSLT_CCTXT(style)->inode->inScopeNs;

Completed in 417 milliseconds