Lines Matching refs:xmlMalloc
423 ret = (xmlRegexpPtr) xmlMalloc(sizeof(xmlRegexp));
463 stateRemap = xmlMalloc(ret->nbStates * sizeof(int));
480 stringMap = xmlMalloc(ret->nbAtoms * sizeof(char *));
487 stringRemap = xmlMalloc(ret->nbAtoms * sizeof(int));
532 transitions = (int *) xmlMalloc((nbstates + 1) *
567 transdata = (void **) xmlMalloc(nbstates * nbatoms *
677 ret = (xmlRegParserCtxtPtr) xmlMalloc(sizeof(xmlRegParserCtxt));
708 ret = (xmlRegRangePtr) xmlMalloc(sizeof(xmlRegRange));
779 ret = (xmlRegAtomPtr) xmlMalloc(sizeof(xmlRegAtom));
831 ret = (xmlRegAtomPtr) xmlMalloc(sizeof(xmlRegAtom));
844 ret->ranges = (xmlRegRangePtr *) xmlMalloc(sizeof(xmlRegRangePtr) *
868 ret = (xmlRegStatePtr) xmlMalloc(sizeof(xmlRegState));
1221 atom->ranges = (xmlRegRangePtr *) xmlMalloc(atom->maxRanges *
1252 ctxt->counters = (xmlRegCounter *) xmlMalloc(ctxt->maxCounters *
1284 ctxt->atoms = (xmlRegAtomPtr *) xmlMalloc(ctxt->maxAtoms *
1313 target->transTo = (int *) xmlMalloc(target->maxTransTo *
1373 state->trans = (xmlRegTrans *) xmlMalloc(state->maxTrans *
1420 ctxt->states = (xmlRegStatePtr *) xmlMalloc(ctxt->maxStates *
3055 exec->rollbacks = (xmlRegExecRollback *) xmlMalloc(exec->maxRollbacks *
3086 xmlMalloc(exec->comp->nbCounters * sizeof(int));
3155 exec->counts = (int *) xmlMalloc(comp->nbCounters * sizeof(int));
3457 exec = (xmlRegExecCtxtPtr) xmlMalloc(sizeof(xmlRegExecCtxt));
3482 exec->counts = (int *) xmlMalloc(comp->nbCounters * sizeof(int)
3550 xmlMalloc(exec->inputStackMax * sizeof(xmlRegInputToken));
6280 ret = (xmlExpCtxtPtr) xmlMalloc(sizeof(xmlExpCtxt));
6286 ret->table = xmlMalloc(size * sizeof(xmlExpNodePtr));
6451 ret = (xmlExpNodePtr) xmlMalloc(sizeof(xmlExpNode));
7609 tab = (const xmlChar **) xmlMalloc(ctxt->tabSize *