Home
last modified time | relevance | path

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

/external/libxml2/
Dxinclude.c71 xmlXIncludeRefPtr *incTab; /* array of included references */ member
250 ctxt->incTab = (xmlXIncludeRefPtr *) xmlMalloc(ctxt->incMax * in xmlXIncludeNewRef()
251 sizeof(ctxt->incTab[0])); in xmlXIncludeNewRef()
252 if (ctxt->incTab == NULL) { in xmlXIncludeNewRef()
260 ctxt->incTab = (xmlXIncludeRefPtr *) xmlRealloc(ctxt->incTab, in xmlXIncludeNewRef()
261 ctxt->incMax * sizeof(ctxt->incTab[0])); in xmlXIncludeNewRef()
262 if (ctxt->incTab == NULL) { in xmlXIncludeNewRef()
268 ctxt->incTab[ctxt->incNr++] = ret; in xmlXIncludeNewRef()
300 ret->incTab = NULL; in xmlXIncludeNewContext()
392 if (ctxt->incTab[i] != NULL) in xmlXIncludeFreeContext()
[all …]
Drelaxng.c247 xmlRelaxNGIncludePtr *incTab; /* array of incs */ member
1454 if (ctxt->incTab == NULL) { in xmlRelaxNGIncludePush()
1457 ctxt->incTab = in xmlRelaxNGIncludePush()
1459 sizeof(ctxt->incTab[0])); in xmlRelaxNGIncludePush()
1460 if (ctxt->incTab == NULL) { in xmlRelaxNGIncludePush()
1467 ctxt->incTab = in xmlRelaxNGIncludePush()
1468 (xmlRelaxNGIncludePtr *) xmlRealloc(ctxt->incTab, in xmlRelaxNGIncludePush()
1470 sizeof(ctxt->incTab[0])); in xmlRelaxNGIncludePush()
1471 if (ctxt->incTab == NULL) { in xmlRelaxNGIncludePush()
1476 ctxt->incTab[ctxt->incNr] = value; in xmlRelaxNGIncludePush()
[all …]