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

/macosx-10.10.1/libxslt-13/libxslt/libxslt/
H A Dpreproc.c368 cur->next = style->preComps;
369 style->preComps = (xsltElemPreCompPtr) cur;
1963 cur = style->preComps;
H A Dextensions.c1542 comp->next = style->preComps;
1543 style->preComps = comp;
H A Dxslt.c2228 item->next = cctxt->style->preComps;
2229 cctxt->style->preComps = (xsltElemPreCompPtr) item;
4268 item->next = cctxt->style->preComps;
4269 cctxt->style->preComps = (xsltElemPreCompPtr) item;
5468 item->next = cctxt->style->preComps;
5469 cctxt->style->preComps = (xsltElemPreCompPtr) item;
H A DxsltInternals.h1579 xsltElemPreCompPtr preComps;/* list of precomputed blocks */ member in struct:_xsltStylesheet

Completed in 138 milliseconds