Home
last modified time | relevance | path

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

/reactos/dll/3rdparty/libxslt/
H A Dpattern.c2101 top = &(style->keyMatch); in xsltAddTemplate()
2446 list = curstyle->keyMatch; in xsltGetTemplate()
2532 if (style->keyMatch != NULL) in xsltFreeTemplateHashes()
2533 xsltFreeCompMatchList(style->keyMatch); in xsltFreeTemplateHashes()
H A Dtransform.c5692 if (style->keyMatch != NULL) { in xsltCountKeys()
/reactos/sdk/include/reactos/libs/libxslt/
H A DxsltInternals.h1510 struct _xsltCompMatch *keyMatch; /* template based on key() */ member