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

  /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);
  /external/pcre/dist2/src/
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_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...]

Completed in 686 milliseconds