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()
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()
[all …]