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