Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libxslt/libxslt/
Dpattern.c2240 xsltStylesheetPtr curstyle; in xsltGetTemplate() local
2251 curstyle = ctxt->style; in xsltGetTemplate()
2253 curstyle = xsltNextImport(style); in xsltGetTemplate()
2256 while ((curstyle != NULL) && (curstyle != style)) { in xsltGetTemplate()
2259 if (curstyle->templatesHash != NULL) { in xsltGetTemplate()
2298 list = (xsltCompMatchPtr) xmlHashLookup3(curstyle->templatesHash, in xsltGetTemplate()
2319 list = curstyle->rootMatch; in xsltGetTemplate()
2321 list = curstyle->elemMatch; in xsltGetTemplate()
2327 list = curstyle->attrMatch; in xsltGetTemplate()
2333 list = curstyle->piMatch; in xsltGetTemplate()
[all …]