Searched refs:nsDefs (Results 1 – 3 of 3) sorted by relevance
481 if (style->nsDefs != NULL) in xsltFreeExts()482 xsltFreeExtDefList((xsltExtDefPtr) style->nsDefs); in xsltFreeExts()515 def = (xsltExtDefPtr) style->nsDefs; in xsltRegisterExtPrefix()535 ret->next = (xsltExtDefPtr) style->nsDefs; in xsltRegisterExtPrefix()536 style->nsDefs = ret; in xsltRegisterExtPrefix()1184 if ((style == NULL) || (style->nsDefs == NULL)) in xsltCheckExtPrefix()1188 cur = (xsltExtDefPtr) style->nsDefs; in xsltCheckExtPrefix()1222 if ((style == NULL) || (style->nsDefs == NULL)) in xsltCheckExtURI()1226 cur = (xsltExtDefPtr) style->nsDefs; in xsltCheckExtURI()
1542 void *nsDefs; /* ATTENTION TODO: This is currently used to store member
4936 else if ((cur->ns != NULL) && (style->nsDefs != NULL) && in xsltParseTemplateContent()