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

/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dextra.c68 if (ctxt->templTab[j]->name != NULL)
70 ctxt->templTab[j]->name);
71 if (ctxt->templTab[j]->match != NULL)
73 ctxt->templTab[j]->match);
74 if (ctxt->templTab[j]->mode != NULL)
76 ctxt->templTab[j]->mode);
H A Dtransform.c99 ctxt->templTab =
101 sizeof(ctxt->templTab[0]));
102 if (ctxt->templTab == NULL) {
109 ctxt->templTab =
110 (xsltTemplatePtr *) xmlRealloc(ctxt->templTab,
112 sizeof(ctxt->templTab[0]));
113 if (ctxt->templTab == NULL) {
118 ctxt->templTab[ctxt->templNr] = value;
139 ctxt->templ = ctxt->templTab[ctxt->templNr - 1];
142 ret = ctxt->templTab[ctx
[all...]
H A DxsltInternals.h1557 xsltTemplatePtr *templTab; /* the template stack */ member in struct:_xsltTransformContext

Completed in 434 milliseconds