Searched refs:match_size (Results 1 - 6 of 6) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/setsockopt/ |
H A D | setsockopt08.c | 66 * ->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 D | setsockopt03.c | 61 p.match.u.match_size = OFFSET_OVERWRITE; in run()
|
/third_party/ltp/include/lapi/ |
H A 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/ |
H A 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/ |
H A D | ucm_regex.c | 57 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 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()
|
Completed in 3 milliseconds