Searched refs:max_object_size (Results 1 – 3 of 3) sorted by relevance
141 size_t max_object_size = MAX (sizeof (wint_t), sizeof (Idx)); in re_string_realloc_buffers() local142 if (BE (SIZE_MAX / max_object_size < new_buf_len, 0)) in re_string_realloc_buffers()1416 size_t max_object_size = in re_dfa_add_node() local1422 if (BE (SIZE_MAX / 2 / max_object_size < dfa->nodes_alloc, 0)) in re_dfa_add_node()
860 size_t max_object_size = in init_dfa() local876 if (BE (SIZE_MAX / max_object_size / 2 <= pat_len, 0)) in init_dfa()
4199 size_t max_object_size = in match_ctx_init() local4202 if (BE (SIZE_MAX / max_object_size < n, 0)) in match_ctx_init()