Searched refs:match_size (Results 1 – 7 of 7) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/setsockopt/ |
D | setsockopt08.c | 113 const size_t match_size = 1024 - 64 - 112 - 4 - tgt_size - 4; in run() local 115 ((struct xt_entry_target *) (&ipt_entry->elems[0] + match_size)); in run() 119 xt_entry_match->u.user.match_size = (u_int16_t)match_size; in run() 126 (__builtin_offsetof(struct ipt_entry, elems) + match_size); in run()
|
D | setsockopt03.c | 61 p.match.u.match_size = OFFSET_OVERWRITE; in run()
|
/third_party/ltp/include/lapi/ |
D | ip_tables.h | 15 uint16_t match_size; member 20 uint16_t match_size; member 23 uint16_t match_size; member
|
/third_party/pcre2/pcre2/src/ |
D | pcre2_fuzzsupport.c | 63 size_t match_size; in LLVMFuzzerTestOneInput() local 73 match_size = (size > MAX_MATCH_SIZE)? MAX_MATCH_SIZE : size; in LLVMFuzzerTestOneInput() 209 errorcode = pcre2_match(code, (PCRE2_SPTR)data, (PCRE2_SIZE)match_size, 0, in LLVMFuzzerTestOneInput() 246 (PCRE2_SIZE)match_size, 0, match_options, match_data, match_context, in LLVMFuzzerTestOneInput()
|
/third_party/alsa-lib/src/ucm/ |
D | ucm_regex.c | 57 unsigned int match_size, regmatch_t *match, in set_variables() argument 75 for (i = 1; i < match_size; i++) { in set_variables()
|
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
D | ecma-builtin-helpers.c | 921 const lit_utf8_size_t match_size = ecma_string_get_size (matched_p); in ecma_builtin_replace_substitute() local 922 … const lit_utf8_byte_t *const begin_p = ctx_p->string_p + ctx_p->match_byte_pos + match_size; in ecma_builtin_replace_substitute()
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 84965 __u16 match_size; member 84970 __u16 match_size; member 84973 __u16 match_size; member
|