HomeSort by relevance Sort by last modified time
    Searched refs:templTab (Results 1 - 3 of 3) sorted by null

  /external/libxslt/libxslt/
extra.c 67 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);
transform.c 120 ctxt->templTab =
122 sizeof(ctxt->templTab[0]));
123 if (ctxt->templTab == NULL) {
130 ctxt->templTab =
131 (xsltTemplatePtr *) xmlRealloc(ctxt->templTab,
133 sizeof(ctxt->templTab[0]));
134 if (ctxt->templTab == NULL) {
139 ctxt->templTab[ctxt->templNr] = value;
160 ctxt->templ = ctxt->templTab[ctxt->templNr - 1];
163 ret = ctxt->templTab[ctxt->templNr]
    [all...]
xsltInternals.h     [all...]

Completed in 134 milliseconds