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

/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A DxsltInternals.h335 * xsltElemPreComp:
340 typedef struct _xsltElemPreComp xsltElemPreComp; typedef in typeref:struct:_xsltElemPreComp
341 typedef xsltElemPreComp *xsltElemPreCompPtr;
405 * @comp: the #xsltElemPreComp to free up
407 * Deallocates an #xsltElemPreComp structure.
412 * xsltElemPreComp:
1057 * NOTE: Due to the fact that the structure xsltElemPreComp is most
H A Dextensions.c1386 * Creates and initializes an #xsltElemPreComp
1388 * Returns the new and initialized #xsltElemPreComp
1396 cur = (xsltElemPreCompPtr) xmlMalloc(sizeof(xsltElemPreComp));
1402 memset(cur, 0, sizeof(xsltElemPreComp));
1412 * @comp: an #xsltElemPreComp (or generally a derived structure)
1418 * Initializes an existing #xsltElemPreComp structure. This is usefull
1419 * when extending an #xsltElemPreComp to store precomputed data.
1467 * This will return a xsltElemPreComp structure or NULL.
1471 * xsltElemPreComp; thus we obviously *cannot* refactor
1472 * the xsltElemPreComp structur
[all...]
/haiku-fatelf/src/tools/docbook/libxslt/libexslt/
H A Defunctions.c42 xsltElemPreComp comp;

Completed in 49 milliseconds