Home
last modified time | relevance | path

Searched refs:xsltPointerListCreate (Results 1 – 3 of 3) sorted by relevance

/external/libxslt/libxslt/
DxsltInternals.h503 xsltPointerListCreate (int initialSize);
Dxslt.c587 ret->tmpList = xsltPointerListCreate(20); in xsltCompilationCtxtCreate()
695 ret->inScopeNamespaces = xsltPointerListCreate(-1); in xsltNewPrincipalStylesheetData()
701 ret->exclResultNamespaces = xsltPointerListCreate(-1); in xsltNewPrincipalStylesheetData()
707 ret->extElemNamespaces = xsltPointerListCreate(-1); in xsltNewPrincipalStylesheetData()
2716 ret = xsltPointerListCreate(num); in xsltCompilerUtilsCreateMergedList()
Dxsltutils.c357 xsltPointerListCreate(int initialSize) in xsltPointerListCreate() function