Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_exec.c226 if (TABLE_GET(cp, md->lcc, cp) != TABLE_GET(cc, md->lcc, cc)) return -1; in match_ref()
3194 if (md->lcc[fc] != TABLE_GET(cc, md->lcc, cc)) RRETURN(MATCH_NOMATCH); in match()
3226 if (TABLE_GET(ecode[1], md->lcc, ecode[1]) in match()
3227 != TABLE_GET(*eptr, md->lcc, *eptr)) RRETURN(MATCH_NOMATCH); in match()
3437 foc = TABLE_GET(fc, md->fcc, fc); in match()
3595 och = TABLE_GET(ch, md->fcc, ch); in match()
3604 if (ch == c || (op == OP_NOTI && TABLE_GET(ch, md->fcc, ch) == c)) in match()
3711 foc = TABLE_GET(fc, md->fcc, fc); in match()
6580 first_char2 = TABLE_GET(first_char, md->fcc, first_char); in pcre_exec()
6602 req_char2 = TABLE_GET(req_char, md->fcc, req_char); in pcre_exec()
H A Dpcre_internal.h260 #define TABLE_GET(c, table, default) ((table)[c]) macro
274 #define TABLE_GET(c, table, default) (MAX_255(c)? ((table)[c]):(default)) macro
282 #define TABLE_GET(c, table, default) (MAX_255(c)? ((table)[c]):(default)) macro
H A Dpcre_compile.c3194 return (c != TABLE_GET(next, cd->fcc, next)); /* Not UTF */ in check_auto_possessive()
3215 return (c == TABLE_GET(next, cd->fcc, next)); /* Not UTF */ in check_auto_possessive()

Completed in 42 milliseconds