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

  /external/pcre/dist2/src/
pcre2_jit_match.c 138 arguments.limit_match = (mcontext->match_limit < re->limit_match)?
139 mcontext->match_limit : re->limit_match;
150 arguments.limit_match = (MATCH_LIMIT < re->limit_match)?
151 MATCH_LIMIT : re->limit_match;
pcre2_pattern_info.c 190 *((uint32_t *)where) = re->limit_match;
191 if (re->limit_match == UINT32_MAX) return PCRE2_ERROR_UNSET;
pcre2_intmodedep.h 614 uint32_t limit_match; /* Limit set in the pattern */ member in struct:pcre2_real_code
    [all...]
pcre2_compile.c 631 as (*LIMIT_MATCH=nnnn) and (*CRLF). For completeness and backward
8333 uint32_t limit_match = UINT32_MAX; \/* Unset match limits *\/ local
    [all...]
pcre2_match.c     [all...]
pcre2_jit_compile.c 189 sljit_u32 limit_match; member in struct:jit_arguments
201 sljit_u32 limit_match; member in struct:executable_functions
524 #define LIMIT_MATCH (4 * sizeof(sljit_sw))
    [all...]
  /external/iptables/extensions/
libxt_limit.c 193 static struct xtables_match limit_match = { variable in typeref:struct:xtables_match
210 xtables_register_match(&limit_match);

Completed in 76 milliseconds