Lines Matching refs:nbstates
285 int nbstates; member
458 int i, j, nbstates = 0, nbatoms = 0; in xmlRegEpxFromParse() local
482 stateRemap[i] = nbstates; in xmlRegEpxFromParse()
483 nbstates++; in xmlRegEpxFromParse()
489 printf("Final: %d states\n", nbstates); in xmlRegEpxFromParse()
543 transitions = (int *) xmlMalloc((nbstates + 1) * in xmlRegEpxFromParse()
552 memset(transitions, 0, (nbstates + 1) * (nbatoms + 1) * sizeof(int)); in xmlRegEpxFromParse()
578 transdata = (void **) xmlMalloc(nbstates * nbatoms * in xmlRegEpxFromParse()
582 nbstates * nbatoms * sizeof(void *)); in xmlRegEpxFromParse()
631 for (i = 0;i < nbstates;i++) { in xmlRegEpxFromParse()
661 ret->nbstates = nbstates; in xmlRegEpxFromParse()
3724 if ((target > 0) && (target <= comp->nbstates)) { in xmlRegCompactPushString()
4247 if ((target > 0) && (target <= comp->nbstates) && in xmlRegExecGetValues()
4256 if ((target > 0) && (target <= comp->nbstates) && in xmlRegExecGetValues()