Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlregexp.c229 int nbTrans; member
572 for (j = 0;j < state->nbTrans;j++) { in xmlRegEpxFromParse()
1162 fprintf(output, "%d, %d transitions:\n", state->no, state->nbTrans); in xmlRegPrintState()
1163 for (i = 0;i < state->nbTrans; i++) { in xmlRegPrintState()
1368 for (nrtrans = state->nbTrans - 1; nrtrans >= 0; nrtrans--) { in xmlRegStateAddTrans()
1391 } else if (state->nbTrans >= state->maxTrans) { in xmlRegStateAddTrans()
1417 state->trans[state->nbTrans].atom = atom; in xmlRegStateAddTrans()
1418 state->trans[state->nbTrans].to = target->no; in xmlRegStateAddTrans()
1419 state->trans[state->nbTrans].counter = counter; in xmlRegStateAddTrans()
1420 state->trans[state->nbTrans].count = count; in xmlRegStateAddTrans()
[all …]