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

/external/chromium_org/third_party/libxml/src/
H A Dxmlregexp.c349 #define REGEXP_ALL_COUNTER 0x123456 macro
1130 if (trans->count == REGEXP_ALL_COUNTER) {
1401 if (count == REGEXP_ALL_COUNTER)
1471 xmlRegStateAddTrans(ctxt, from, NULL, to, -1, REGEXP_ALL_COUNTER);
3405 (trans->count < REGEXP_ALL_COUNTER)) {
3859 } else if (trans->count == REGEXP_ALL_COUNTER) {
4006 (trans->count < REGEXP_ALL_COUNTER)) {
4278 } else if (trans->count == REGEXP_ALL_COUNTER) {
4321 } else if (trans->count == REGEXP_ALL_COUNTER) {
/external/libxml2/
H A Dxmlregexp.c353 #define REGEXP_ALL_COUNTER 0x123456 macro
1134 if (trans->count == REGEXP_ALL_COUNTER) {
1405 if (count == REGEXP_ALL_COUNTER)
1475 xmlRegStateAddTrans(ctxt, from, NULL, to, -1, REGEXP_ALL_COUNTER);
3413 (trans->count < REGEXP_ALL_COUNTER)) {
3869 } else if (trans->count == REGEXP_ALL_COUNTER) {
4016 (trans->count < REGEXP_ALL_COUNTER)) {
4288 } else if (trans->count == REGEXP_ALL_COUNTER) {
4331 } else if (trans->count == REGEXP_ALL_COUNTER) {

Completed in 1281 milliseconds