Home
last modified time | relevance | path

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

/external/libxslt/libxslt/
Dextra.c67 if (ctxt->templTab[j]->name != NULL) in xsltDebug()
69 ctxt->templTab[j]->name); in xsltDebug()
70 if (ctxt->templTab[j]->match != NULL) in xsltDebug()
72 ctxt->templTab[j]->match); in xsltDebug()
73 if (ctxt->templTab[j]->mode != NULL) in xsltDebug()
75 ctxt->templTab[j]->mode); in xsltDebug()
Dtransform.c120 ctxt->templTab = in templPush()
122 sizeof(ctxt->templTab[0])); in templPush()
123 if (ctxt->templTab == NULL) { in templPush()
130 ctxt->templTab = in templPush()
131 (xsltTemplatePtr *) xmlRealloc(ctxt->templTab, in templPush()
133 sizeof(ctxt->templTab[0])); in templPush()
134 if (ctxt->templTab == NULL) { in templPush()
139 ctxt->templTab[ctxt->templNr] = value; in templPush()
160 ctxt->templ = ctxt->templTab[ctxt->templNr - 1]; in templPop()
163 ret = ctxt->templTab[ctxt->templNr]; in templPop()
[all …]
DxsltInternals.h1672 xsltTemplatePtr *templTab; /* the template stack */ member