Home
last modified time | relevance | path

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

/external/libxslt/libxslt/
Dpattern.c2097 top = &(style->piMatch); in xsltAddTemplate()
2329 list = curstyle->piMatch; in xsltGetTemplate()
2504 if (style->piMatch != NULL) in xsltFreeTemplateHashes()
2505 xsltFreeCompMatchList(style->piMatch); in xsltFreeTemplateHashes()
DxsltInternals.h1517 void *piMatch; /* template based on processing-instruction() */ member