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

/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dxslt.c1846 * OPTIMIZE TODO: Use the compiler-node-info inScopeNs.
1991 if (item->inScopeNs == NULL)
1997 for (i = 0; i < item->inScopeNs->number; i++) {
1998 ns = item->inScopeNs->list[i];
2145 * @inScopeNs are used for execution of XPath expressions
2148 item->inScopeNs = cctxt->inode->inScopeNs;
2231 inode->inScopeNs = iprev->inScopeNs;
2254 inode->inScopeNs
4840 xsltNsListContainerPtr inScopeNs = cctxt->inode->inScopeNs; local
[all...]
H A Dvariables.c482 if (precomp->inScopeNs != NULL) {
483 ctxt->xpathCtxt->namespaces = precomp->inScopeNs->list;
484 ctxt->xpathCtxt->nsNr = precomp->inScopeNs->number;
651 if (precomp->inScopeNs != NULL) {
652 ctxt->xpathCtxt->namespaces = precomp->inScopeNs->list;
653 ctxt->xpathCtxt->nsNr = precomp->inScopeNs->number;
H A Dtransform.c3858 if (comp->inScopeNs != NULL) {
3859 ctxt->xpathCtxt->namespaces = comp->inScopeNs->list;
3860 ctxt->xpathCtxt->nsNr = comp->inScopeNs->number;
3996 if (comp->inScopeNs != NULL) {
3997 ctxt->xpathCtxt->namespaces = comp->inScopeNs->list;
3998 ctxt->xpathCtxt->nsNr = comp->inScopeNs->number;
4280 if (comp->inScopeNs != NULL) {
4281 ctxt->xpathCtxt->namespaces = comp->inScopeNs->list;
4282 ctxt->xpathCtxt->nsNr = comp->inScopeNs->number;
4619 if (wcomp->inScopeNs !
[all...]
H A DxsltInternals.h503 #define XSLT_ITEM_NSINSCOPE_FIELDS xsltNsListContainerPtr inScopeNs;
536 xsltNsListContainerPtr inScopeNs; member in struct:_xsltStylePreComp
1187 xsltNsListContainerPtr inScopeNs; member in struct:_xsltCompilerNodeInfo
H A Dxsltutils.c996 if (comp->inScopeNs != NULL) {
997 ctxt->xpathCtxt->namespaces = comp->inScopeNs->list;
998 ctxt->xpathCtxt->nsNr = comp->inScopeNs->number;
H A Dpreproc.c2041 ((xsltStylePreCompPtr) node->psvi)->inScopeNs =
2042 XSLT_CCTXT(style)->inode->inScopeNs;

Completed in 127 milliseconds