Searched refs:preComps (Results 1 – 4 of 4) sorted by relevance
367 cur->next = style->preComps; in xsltNewStylePreComp()368 style->preComps = (xsltElemPreCompPtr) cur; in xsltNewStylePreComp()1941 cur = style->preComps; in xsltFreeStylePreComps()
1542 comp->next = style->preComps; in xsltInitElemPreComp()1543 style->preComps = comp; in xsltInitElemPreComp()
2218 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()
1574 xsltElemPreCompPtr preComps;/* list of precomputed blocks */ member