Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlregexp.c288 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()
[all …]