Searched defs:limit_match (Results 1 - 4 of 4) sorted by relevance

/external/iptables/extensions/
H A Dlibxt_limit.c155 static struct xtables_match limit_match = { variable in typeref:struct:xtables_match
171 xtables_register_match(&limit_match);
/external/pcre/dist/
H A Dpcre_compile.c8788 pcre_uint32 limit_match = PCRE_UINT32_MAX; local
8910 if (c < limit_match)
8912 limit_match = c;
9154 re->limit_match = limit_match;
H A Dpcre_jit_compile.c171 pcre_uint32 limit_match; member in struct:jit_arguments
187 pcre_uint32 limit_match; member in struct:executable_functions
9990 OP1(SLJIT_MOV_UI, TMP1, 0, SLJIT_MEM1(TMP1), SLJIT_OFFSETOF(jit_arguments, limit_match));
10352 functions->limit_match = (re->flags & PCRE_MLSET) != 0 ? re->limit_match : 0;
10408 arguments.limit_match = ((extra_data->flags & PCRE_EXTRA_MATCH_LIMIT) == 0) ? MATCH_LIMIT : (pcre_uint32)(extra_data->match_limit);
10409 if (functions->limit_match != 0 && functions->limit_match < arguments.limit_match)
10410 arguments.limit_match
[all...]
H A Dpcre_internal.h2322 pcre_uint32 limit_match; /* Limit set from regex */ member in struct:real_pcre8_or_16
2348 pcre_uint32 limit_match; /* Limit set from regex */ member in struct:real_pcre32

Completed in 2717 milliseconds