HomeSort by relevance Sort by last modified time
    Searched refs:nsDefs (Results 1 - 3 of 3) sorted by null

  /external/libxslt/libxslt/
extensions.c 481 if (style->nsDefs != NULL)
482 xsltFreeExtDefList((xsltExtDefPtr) style->nsDefs);
515 def = (xsltExtDefPtr) style->nsDefs;
535 ret->next = (xsltExtDefPtr) style->nsDefs;
536 style->nsDefs = ret;
1184 if ((style == NULL) || (style->nsDefs == NULL))
1188 cur = (xsltExtDefPtr) style->nsDefs;
1222 if ((style == NULL) || (style->nsDefs == NULL))
1226 cur = (xsltExtDefPtr) style->nsDefs;
    [all...]
xsltInternals.h     [all...]
xslt.c     [all...]

Completed in 64 milliseconds