Home
last modified time | relevance | path

Searched refs:tmpList (Results 1 – 2 of 2) sorted by relevance

/external/libxslt/libxslt/
Dxslt.c550 if (cctxt->tmpList != NULL) in xsltCompilationCtxtFree()
551 xsltPointerListFree(cctxt->tmpList); in xsltCompilationCtxtFree()
587 ret->tmpList = xsltPointerListCreate(20); in xsltCompilationCtxtCreate()
588 if (ret->tmpList == NULL) { in xsltCompilationCtxtCreate()
2782 if (xsltParseNsPrefixList(cctxt, cctxt->tmpList, node, in xsltParseExclResultPrefixes()
2785 if (cctxt->tmpList->number == 0) in xsltParseExclResultPrefixes()
2790 list = xsltCompilerUtilsCreateMergedList(def, cctxt->tmpList); in xsltParseExclResultPrefixes()
2865 if (xsltParseNsPrefixList(cctxt, cctxt->tmpList, node, in xsltParseExtElemPrefixes()
2869 if (cctxt->tmpList->number == 0) in xsltParseExtElemPrefixes()
2874 for (i = 0; i < cctxt->tmpList->number; i++) in xsltParseExtElemPrefixes()
[all …]
DxsltInternals.h1327 xsltPointerListPtr tmpList; /* Used for various purposes */ member