Home
last modified time | relevance | path

Searched refs:xsltStyleItemCopyOfPtr (Results 1 – 3 of 3) sorted by relevance

/external/libxslt/libxslt/
Dpreproc.c411 xsltStyleItemCopyOfPtr item = (xsltStyleItemCopyOfPtr) comp; in xsltFreeStylePreComp()
1173 xsltStyleItemCopyOfPtr comp; in xsltCopyOfComp()
1182 comp = (xsltStyleItemCopyOfPtr) xsltNewStylePreComp(style, XSLT_FUNC_COPYOF); in xsltCopyOfComp()
DxsltInternals.h828 typedef xsltStyleItemCopyOf *xsltStyleItemCopyOfPtr; typedef
Dtransform.c4176 xsltStyleItemCopyOfPtr comp = (xsltStyleItemCopyOfPtr) castedComp; in xsltCopyOf()