Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlregexp.c296 int nbstrings; member
692 ret->nbstrings = nbatoms; in xmlRegEpxFromParse()
3779 if (comp->compact[state * (comp->nbstrings + 1)] == in xmlRegCompactPushString()
3792 for (i = 0;i < comp->nbstrings;i++) { in xmlRegCompactPushString()
3793 target = comp->compact[state * (comp->nbstrings + 1) + i + 1]; in xmlRegCompactPushString()
3800 comp->transdata[state * comp->nbstrings + i], data); in xmlRegCompactPushString()
3805 if (comp->compact[target * (comp->nbstrings + 1)] == in xmlRegCompactPushString()
3809 if (comp->compact[target * (comp->nbstrings + 1)] == in xmlRegCompactPushString()
4310 if (comp->compact[state * (comp->nbstrings + 1)] == in xmlRegExecGetValues()
4316 for (i = 0;(i < comp->nbstrings) && (nb < maxval);i++) { in xmlRegExecGetValues()
[all …]