Searched refs:targetno (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | xmlregexp.c | 561 int stateno, atomno, targetno, prev; in xmlRegEpxFromParse() local 588 targetno = stateRemap[trans->to]; in xmlRegEpxFromParse() 596 if (prev != targetno + 1) { in xmlRegEpxFromParse() 600 i, j, trans->atom->no, trans->to, atomno, targetno); in xmlRegEpxFromParse() 616 i, j, trans->atom->no, trans->to, atomno, targetno); in xmlRegEpxFromParse() 619 targetno + 1; /* to avoid 0 */ in xmlRegEpxFromParse()
|