Lines Matching refs:xmlRealloc
1238 tmp = (xmlRegRangePtr *) xmlRealloc(atom->ranges, atom->maxRanges *
1269 tmp = (xmlRegCounter *) xmlRealloc(ctxt->counters, ctxt->maxCounters *
1301 tmp = (xmlRegAtomPtr *) xmlRealloc(ctxt->atoms, ctxt->maxAtoms *
1330 tmp = (int *) xmlRealloc(target->transTo, target->maxTransTo *
1390 tmp = (xmlRegTrans *) xmlRealloc(state->trans, state->maxTrans *
1437 tmp = (xmlRegStatePtr *) xmlRealloc(ctxt->states, ctxt->maxStates *
3108 tmp = (xmlRegExecRollback *) xmlRealloc(exec->rollbacks,
3599 tmp = (xmlRegInputTokenPtr) xmlRealloc(exec->inputStack,
7690 temp = (const xmlChar **) xmlRealloc((xmlChar **) tab, ctxt->tabSize * 2 *