Home
last modified time | relevance | path

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

/external/libxslt/libxslt/
Dpreproc.c367 cur->next = style->preComps; in xsltNewStylePreComp()
368 style->preComps = (xsltElemPreCompPtr) cur; in xsltNewStylePreComp()
1941 cur = style->preComps; in xsltFreeStylePreComps()
Dextensions.c1542 comp->next = style->preComps; in xsltInitElemPreComp()
1543 style->preComps = comp; in xsltInitElemPreComp()
Dxslt.c2218 item->next = cctxt->style->preComps; in xsltLREInfoCreate()
2219 cctxt->style->preComps = (xsltElemPreCompPtr) item; in xsltLREInfoCreate()
4258 item->next = cctxt->style->preComps; in xsltForwardsCompatUnkownItemCreate()
4259 cctxt->style->preComps = (xsltElemPreCompPtr) item; in xsltForwardsCompatUnkownItemCreate()
5451 item->next = cctxt->style->preComps; in xsltCompileXSLTIncludeElem()
5452 cctxt->style->preComps = (xsltElemPreCompPtr) item; in xsltCompileXSLTIncludeElem()
DxsltInternals.h1574 xsltElemPreCompPtr preComps;/* list of precomputed blocks */ member