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

/macosx-10.10.1/libxslt-13/libxslt/libxslt/
H A Dextra.c67 if (ctxt->templTab[j]->name != NULL)
69 ctxt->templTab[j]->name);
70 if (ctxt->templTab[j]->match != NULL)
72 ctxt->templTab[j]->match);
73 if (ctxt->templTab[j]->mode != NULL)
75 ctxt->templTab[j]->mode);
H A Dtransform.c122 ctxt->templTab =
124 sizeof(ctxt->templTab[0]));
125 if (ctxt->templTab == NULL) {
132 ctxt->templTab =
133 (xsltTemplatePtr *) xmlRealloc(ctxt->templTab,
135 sizeof(ctxt->templTab[0]));
136 if (ctxt->templTab == NULL) {
141 ctxt->templTab[ctxt->templNr] = value;
162 ctxt->templ = ctxt->templTab[ctxt->templNr - 1];
165 ret = ctxt->templTab[ctx
[all...]
H A DxsltInternals.h1681 xsltTemplatePtr *templTab; /* the template stack */ member in struct:_xsltTransformContext

Completed in 111 milliseconds