Home
last modified time | relevance | path

Searched refs:attrMatch (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/3rdparty/libxslt/
H A Dpattern.c2091 top = &(style->attrMatch); in xsltAddTemplate()
2350 list = curstyle->attrMatch; in xsltGetTemplate()
2536 if (style->attrMatch != NULL) in xsltFreeTemplateHashes()
2537 xsltFreeCompMatchList(style->attrMatch); in xsltFreeTemplateHashes()
/reactos/sdk/include/reactos/libs/libxslt/
H A DxsltInternals.h1512 struct _xsltCompMatch *attrMatch; /* template based on @* */ member