Lines Matching refs:nbstrings
288 int nbstrings; member
660 ret->nbstrings = nbatoms; in xmlRegEpxFromParse()
3714 if (comp->compact[state * (comp->nbstrings + 1)] == in xmlRegCompactPushString()
3727 for (i = 0;i < comp->nbstrings;i++) { in xmlRegCompactPushString()
3728 target = comp->compact[state * (comp->nbstrings + 1) + i + 1]; in xmlRegCompactPushString()
3735 comp->transdata[state * comp->nbstrings + i], data); in xmlRegCompactPushString()
3740 if (comp->compact[target * (comp->nbstrings + 1)] == in xmlRegCompactPushString()
3744 if (comp->compact[target * (comp->nbstrings + 1)] == in xmlRegCompactPushString()
4245 if (comp->compact[state * (comp->nbstrings + 1)] == in xmlRegExecGetValues()
4251 for (i = 0;(i < comp->nbstrings) && (nb < maxval);i++) { in xmlRegExecGetValues()
4252 target = comp->compact[state * (comp->nbstrings + 1) + i + 1]; in xmlRegExecGetValues()
4254 (comp->compact[(target - 1) * (comp->nbstrings + 1)] != in xmlRegExecGetValues()
4260 for (i = 0;(i < comp->nbstrings) && (nb < maxval);i++) { in xmlRegExecGetValues()
4261 target = comp->compact[state * (comp->nbstrings + 1) + i + 1]; in xmlRegExecGetValues()
4263 (comp->compact[(target - 1) * (comp->nbstrings + 1)] == in xmlRegExecGetValues()
5592 for (i = 0; i < regexp->nbstrings;i++) in xmlRegFreeRegexp()