Searched refs:inheritedNs (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dxslt.c398 if (template->inheritedNs) xmlFree(template->inheritedNs);
1006 * template inheritedNs list with it.
1032 (template->inheritedNsNr != 0) || (template->inheritedNs != NULL))
1100 template->inheritedNs = ret;
4868 if (templ->inheritedNs == NULL) {
4869 templ->inheritedNs = (xmlNsPtr *) xmlMalloc(
4871 if (templ->inheritedNs == NULL) {
4877 memset(templ->inheritedNs, 0,
4880 templ->inheritedNs[temp
[all...]
H A DxsltInternals.h234 * TODO: @inheritedNsNr and @inheritedNs won't be used in the
238 xmlNsPtr *inheritedNs;/* inherited non-excluded namespaces */ member in struct:_xsltTemplate
H A Dtransform.c2284 (ctxt->templ->inheritedNs != NULL)) {
2292 ns = ctxt->templ->inheritedNs[i];
2653 (ctxt->templ != NULL) && (ctxt->templ->inheritedNs != NULL)) {
2660 ns = ctxt->templ->inheritedNs[i];

Completed in 57 milliseconds