Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlRealloc

1231 	tmp = (xmlRegRangePtr *) xmlRealloc(atom->ranges, atom->maxRanges *
1262 tmp = (xmlRegCounter *) xmlRealloc(ctxt->counters, ctxt->maxCounters *
1294 tmp = (xmlRegAtomPtr *) xmlRealloc(ctxt->atoms, ctxt->maxAtoms *
1323 tmp = (int *) xmlRealloc(target->transTo, target->maxTransTo *
1383 tmp = (xmlRegTrans *) xmlRealloc(state->trans, state->maxTrans *
1430 tmp = (xmlRegStatePtr *) xmlRealloc(ctxt->states, ctxt->maxStates *
3069 tmp = (xmlRegExecRollback *) xmlRealloc(exec->rollbacks,
3560 tmp = (xmlRegInputTokenPtr) xmlRealloc(exec->inputStack,
7621 temp = (const xmlChar **) xmlRealloc((xmlChar **) tab, ctxt->tabSize * 2 *