Lines Matching refs:nbstrings
288 int nbstrings; member
660 ret->nbstrings = nbatoms; in xmlRegEpxFromParse()
3709 if (comp->compact[state * (comp->nbstrings + 1)] == in xmlRegCompactPushString()
3722 for (i = 0;i < comp->nbstrings;i++) { in xmlRegCompactPushString()
3723 target = comp->compact[state * (comp->nbstrings + 1) + i + 1]; in xmlRegCompactPushString()
3730 comp->transdata[state * comp->nbstrings + i], data); in xmlRegCompactPushString()
3735 if (comp->compact[target * (comp->nbstrings + 1)] == in xmlRegCompactPushString()
3739 if (comp->compact[target * (comp->nbstrings + 1)] == in xmlRegCompactPushString()
4239 if (comp->compact[state * (comp->nbstrings + 1)] == in xmlRegExecGetValues()
4245 for (i = 0;(i < comp->nbstrings) && (nb < maxval);i++) { in xmlRegExecGetValues()
4246 target = comp->compact[state * (comp->nbstrings + 1) + i + 1]; in xmlRegExecGetValues()
4248 (comp->compact[(target - 1) * (comp->nbstrings + 1)] != in xmlRegExecGetValues()
4254 for (i = 0;(i < comp->nbstrings) && (nb < maxval);i++) { in xmlRegExecGetValues()
4255 target = comp->compact[state * (comp->nbstrings + 1) + i + 1]; in xmlRegExecGetValues()
4257 (comp->compact[(target - 1) * (comp->nbstrings + 1)] == in xmlRegExecGetValues()
5585 for (i = 0; i < regexp->nbstrings;i++) in xmlRegFreeRegexp()