Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlregexp.c235 int nbTrans; member
607 for (j = 0;j < state->nbTrans;j++) { in xmlRegEpxFromParse()
1194 fprintf(output, "%d, %d transitions:\n", state->no, state->nbTrans); in xmlRegPrintState()
1195 for (i = 0;i < state->nbTrans; i++) { in xmlRegPrintState()
1400 for (nrtrans = state->nbTrans - 1; nrtrans >= 0; nrtrans--) { in xmlRegStateAddTrans()
1423 } else if (state->nbTrans >= state->maxTrans) { in xmlRegStateAddTrans()
1449 state->trans[state->nbTrans].atom = atom; in xmlRegStateAddTrans()
1450 state->trans[state->nbTrans].to = target->no; in xmlRegStateAddTrans()
1451 state->trans[state->nbTrans].counter = counter; in xmlRegStateAddTrans()
1452 state->trans[state->nbTrans].count = count; in xmlRegStateAddTrans()
[all …]