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

  /external/libxslt/libxslt/
xsltInternals.h 503 xsltPointerListCreate (int initialSize);
    [all...]
xslt.c 587 ret->tmpList = xsltPointerListCreate(20);
695 ret->inScopeNamespaces = xsltPointerListCreate(-1);
701 ret->exclResultNamespaces = xsltPointerListCreate(-1);
707 ret->extElemNamespaces = xsltPointerListCreate(-1);
    [all...]
xsltutils.c 349 * xsltPointerListCreate:
357 xsltPointerListCreate(int initialSize)
364 "xsltPointerListCreate: memory allocation failure.\n");
    [all...]

Completed in 23 milliseconds