HomeSort by relevance Sort by last modified time
    Searched refs:TABLE_GET (Results 1 - 4 of 4) sorted by null

  /external/pcre/dist/
pcre_dfa_exec.c     [all...]
pcre_internal.h 256 The TABLE_GET macro is designed for accessing elements of tables whose contain
266 #define TABLE_GET(c, table, default) ((table)[c])
280 #define TABLE_GET(c, table, default) (MAX_255(c)? ((table)[c]):(default))
288 #define TABLE_GET(c, table, default) (MAX_255(c)? ((table)[c]):(default))
    [all...]
pcre_exec.c 242 if (TABLE_GET(cp, md->lcc, cp) != TABLE_GET(cc, md->lcc, cc)) return -1;
    [all...]
pcre_jit_compile.c     [all...]

Completed in 47 milliseconds