Home
last modified time | relevance | path

Searched refs:match_size (Results 1 - 6 of 6) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/setsockopt/
H A Dsetsockopt08.c66 * ->u.user.match_size or ->u.user.target_size consistent to the
71 * independent of the actual values of ->u.user.match_size or
76 * must be taken into account in the match_size calculation below.
78 * For the match_size calculation below, note that the chosen
115 const size_t match_size = 1024 - 64 - 112 - 4 - tgt_size - 4; in run() local
117 ((struct xt_entry_target *) (&ipt_entry->elems[0] + match_size)); in run()
121 xt_entry_match->u.user.match_size = (u_int16_t)match_size; in run()
128 (__builtin_offsetof(struct ipt_entry, elems) + match_size); in run()
H A Dsetsockopt03.c61 p.match.u.match_size = OFFSET_OVERWRITE; in run()
/third_party/ltp/include/lapi/
H A Dip_tables.h15 uint16_t match_size; member
20 uint16_t match_size; member
23 uint16_t match_size; member
/third_party/pcre2/pcre2/src/
H A Dpcre2_fuzzsupport.c63 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/
H A Ducm_regex.c57 unsigned int match_size, regmatch_t *match, in set_variables()
75 for (i = 1; i < match_size; i++) { in set_variables()
56 set_variables(snd_use_case_mgr_t *uc_mgr, const char *data, unsigned int match_size, regmatch_t *match, const char *name) set_variables() argument
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-helpers.c921 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()

Completed in 3 milliseconds