Searched refs:preComps (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dpreproc.c367 cur->next = style->preComps;
368 style->preComps = (xsltElemPreCompPtr) cur;
1822 cur = style->preComps;
H A Dextensions.c1433 comp->next = style->preComps;
1434 style->preComps = comp;
H A Dxslt.c2142 item->next = cctxt->style->preComps;
2143 cctxt->style->preComps = (xsltElemPreCompPtr) item;
3962 item->next = cctxt->style->preComps;
3963 cctxt->style->preComps = (xsltElemPreCompPtr) item;
5173 item->next = cctxt->style->preComps;
5174 cctxt->style->preComps = (xsltElemPreCompPtr) item;
H A DxsltInternals.h1474 xsltElemPreCompPtr preComps;/* list of precomputed blocks */ member in struct:_xsltStylesheet

Completed in 141 milliseconds