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

  /external/libxslt/libxslt/
xsltInternals.h 190 * xsltPointerList:
194 typedef struct _xsltPointerList xsltPointerList;
195 typedef xsltPointerList *xsltPointerListPtr;
    [all...]
xsltutils.c 352 * Creates an xsltPointerList structure.
354 * Returns a xsltPointerList structure or NULL in case of an error.
361 ret = xmlMalloc(sizeof(xsltPointerList));
367 memset(ret, 0, sizeof(xsltPointerList));
379 * Frees the xsltPointerList structure. This does not free
    [all...]

Completed in 759 milliseconds