Searched refs:xsltPointerListCreate (Results 1 – 3 of 3) sorted by relevance
503 xsltPointerListCreate (int initialSize);
587 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()
357 xsltPointerListCreate(int initialSize) in xsltPointerListCreate() function