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

/external/chromium_org/third_party/libxslt/libxslt/
H A DxsltInternals.h388 * xsltElemPreComp:
393 typedef struct _xsltElemPreComp xsltElemPreComp; typedef in typeref:struct:_xsltElemPreComp
394 typedef xsltElemPreComp *xsltElemPreCompPtr;
459 * @comp: the #xsltElemPreComp to free up
461 * Deallocates an #xsltElemPreComp structure.
466 * xsltElemPreComp:
1128 * 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...]
/external/libxslt/libxslt/
H A DxsltInternals.h388 * xsltElemPreComp:
393 typedef struct _xsltElemPreComp xsltElemPreComp; typedef in typeref:struct:_xsltElemPreComp
394 typedef xsltElemPreComp *xsltElemPreCompPtr;
459 * @comp: the #xsltElemPreComp to free up
461 * Deallocates an #xsltElemPreComp structure.
466 * xsltElemPreComp:
1128 * 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...]
/external/chromium_org/third_party/libxslt/libexslt/
H A Dfunctions.c43 xsltElemPreComp comp;

Completed in 1752 milliseconds