Home
last modified time | relevance | path

Searched refs:nbstrings (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dxmlregexp.c284 int nbstrings; member
656 ret->nbstrings = nbatoms; in xmlRegEpxFromParse()
3692 if (comp->compact[state * (comp->nbstrings + 1)] == in xmlRegCompactPushString()
3705 for (i = 0;i < comp->nbstrings;i++) { in xmlRegCompactPushString()
3706 target = comp->compact[state * (comp->nbstrings + 1) + i + 1]; in xmlRegCompactPushString()
3713 comp->transdata[state * comp->nbstrings + i], data); in xmlRegCompactPushString()
3718 if (comp->compact[target * (comp->nbstrings + 1)] == in xmlRegCompactPushString()
3722 if (comp->compact[target * (comp->nbstrings + 1)] == in xmlRegCompactPushString()
4222 if (comp->compact[state * (comp->nbstrings + 1)] == in xmlRegExecGetValues()
4228 for (i = 0;(i < comp->nbstrings) && (nb < maxval);i++) { in xmlRegExecGetValues()
[all …]