Searched refs:xsltElemPreComp (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/libxslt-13/libxslt/libxslt/
H A DxsltInternals.h393 * xsltElemPreComp:
398 typedef struct _xsltElemPreComp xsltElemPreComp; typedef in typeref:struct:_xsltElemPreComp
399 typedef xsltElemPreComp *xsltElemPreCompPtr;
464 * @comp: the #xsltElemPreComp to free up
466 * Deallocates an #xsltElemPreComp structure.
471 * xsltElemPreComp:
1133 * NOTE: Due to the fact that the structure xsltElemPreComp is most
H A Dextensions.c1495 * Creates and initializes an #xsltElemPreComp
1497 * Returns the new and initialized #xsltElemPreComp
1505 cur = (xsltElemPreCompPtr) xmlMalloc(sizeof(xsltElemPreComp));
1511 memset(cur, 0, sizeof(xsltElemPreComp));
1521 * @comp: an #xsltElemPreComp (or generally a derived structure)
1527 * Initializes an existing #xsltElemPreComp structure. This is usefull
1528 * when extending an #xsltElemPreComp to store precomputed data.
1581 * This will return a xsltElemPreComp structure or NULL.
1585 * xsltElemPreComp; thus we obviously *cannot* refactor
1586 * the xsltElemPreComp structur
[all...]
/macosx-10.10.1/libxslt-13/libxslt/libexslt/
H A Dfunctions.c43 xsltElemPreComp comp;

Completed in 132 milliseconds