Home
last modified time | relevance | path

Searched refs:limit_match (Results 1 – 8 of 8) sorted by relevance

/external/iptables/extensions/
Dlibxt_limit.c155 static struct xtables_match limit_match = { variable
171 xtables_register_match(&limit_match); in _init()
/external/pcre/dist/
Dpcre_byte_order.c135 re->limit_match = swap_uint32(re->limit_match); in pcre_pattern_to_host_byte_order()
Dpcre_fullinfo.c227 *((pcre_uint32 *)where) = re->limit_match; in pcre_fullinfo()
Dpcre_jit_compile.c171 pcre_uint32 limit_match; member
187 pcre_uint32 limit_match; member
10034 OP1(SLJIT_MOV_UI, TMP1, 0, SLJIT_MEM1(TMP1), SLJIT_OFFSETOF(jit_arguments, limit_match)); in PRIV()
10382 functions->limit_match = (re->flags & PCRE_MLSET) != 0 ? re->limit_match : 0; in PRIV()
10438 arguments.limit_match = ((extra_data->flags & PCRE_EXTRA_MATCH_LIMIT) == 0) ? MATCH_LIMIT : (pcre_u… in PRIV()
10439 if (functions->limit_match != 0 && functions->limit_match < arguments.limit_match) in PRIV()
10440 arguments.limit_match = functions->limit_match; in PRIV()
10531 arguments.limit_match = ((extra_data->flags & PCRE_EXTRA_MATCH_LIMIT) == 0) ? MATCH_LIMIT : (pcre_u… in pcre_jit_exec()
10532 if (functions->limit_match != 0 && functions->limit_match < arguments.limit_match) in pcre_jit_exec()
10533 arguments.limit_match = functions->limit_match; in pcre_jit_exec()
Dpcre_internal.h2330 pcre_uint32 limit_match; /* Limit set from regex */ member
2356 pcre_uint32 limit_match; /* Limit set from regex */ member
Dpcretest.c2513 re->limit_match = swap_uint32(re->limit_match); in regexflip8_or_16()
2694 re->limit_match = swap_uint32(re->limit_match); in regexflip_32()
Dpcre_compile.c9000 pcre_uint32 limit_match = PCRE_UINT32_MAX; in pcre_compile2() local
9122 if (c < limit_match) in pcre_compile2()
9124 limit_match = c; in pcre_compile2()
9361 re->limit_match = limit_match; in pcre_compile2()
Dpcre_exec.c6530 if ((re->flags & PCRE_MLSET) != 0 && re->limit_match < md->match_limit) in pcre_exec()
6531 md->match_limit = re->limit_match; in pcre_exec()