Searched refs:xsltPointerListCreate (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libxslt/libxslt/
H A DxsltInternals.h503 xsltPointerListCreate (int initialSize);
H A Dxslt.c587 ret->tmpList = xsltPointerListCreate(20);
695 ret->inScopeNamespaces = xsltPointerListCreate(-1);
701 ret->exclResultNamespaces = xsltPointerListCreate(-1);
707 ret->extElemNamespaces = xsltPointerListCreate(-1);
2716 ret = xsltPointerListCreate(num);
H A Dxsltutils.c349 * xsltPointerListCreate:
357 xsltPointerListCreate(int initialSize) function
364 "xsltPointerListCreate: memory allocation failure.\n");
/external/libxslt/libxslt/
H A DxsltInternals.h503 xsltPointerListCreate (int initialSize);
H A Dxslt.c587 ret->tmpList = xsltPointerListCreate(20);
695 ret->inScopeNamespaces = xsltPointerListCreate(-1);
701 ret->exclResultNamespaces = xsltPointerListCreate(-1);
707 ret->extElemNamespaces = xsltPointerListCreate(-1);
2716 ret = xsltPointerListCreate(num);
H A Dxsltutils.c349 * xsltPointerListCreate:
357 xsltPointerListCreate(int initialSize) function
364 "xsltPointerListCreate: memory allocation failure.\n");

Completed in 1938 milliseconds