Searched refs:max_object_size (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregex_internal.c140 size_t max_object_size = MAX (sizeof (wint_t), sizeof (Idx));
141 if (BE (SIZE_MAX / max_object_size < new_buf_len, 0))
1419 size_t max_object_size =
1425 if (BE (SIZE_MAX / 2 / max_object_size < dfa->nodes_alloc, 0))
139 size_t max_object_size = MAX (sizeof (wint_t), sizeof (Idx)); local
1416 size_t max_object_size = local
H A Dregcomp.c867 size_t max_object_size =
883 if (BE (SIZE_MAX / max_object_size / 2 <= pat_len, 0))
862 size_t max_object_size = local
H A Dregexec.c4211 size_t max_object_size =
4214 if (BE (SIZE_MAX / max_object_size < n, 0))
4206 size_t max_object_size = local

Completed in 50 milliseconds