Searched refs:incTab (Results 1 – 2 of 2) sorted by relevance
71 xmlXIncludeRefPtr *incTab; /* array of included references */ member250 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 …]
247 xmlRelaxNGIncludePtr *incTab; /* array of incs */ member1454 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 …]