Searched refs:REGEXP_ALL_COUNTER (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlregexp.c345 #define REGEXP_ALL_COUNTER 0x123456 macro
1123 if (trans->count == REGEXP_ALL_COUNTER) {
1394 if (count == REGEXP_ALL_COUNTER)
1464 xmlRegStateAddTrans(ctxt, from, NULL, to, -1, REGEXP_ALL_COUNTER);
3344 (trans->count < REGEXP_ALL_COUNTER)) {
3798 } else if (trans->count == REGEXP_ALL_COUNTER) {
3945 (trans->count < REGEXP_ALL_COUNTER)) {
4217 } else if (trans->count == REGEXP_ALL_COUNTER) {
4260 } else if (trans->count == REGEXP_ALL_COUNTER) {

Completed in 58 milliseconds