Home
last modified time | relevance | path

Searched refs:max_alloc (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dstore_mem.c152 sp->max_alloc = UINT_MAX/8; in krb5_storage_from_mem()
212 sp->max_alloc = UINT_MAX/8; in krb5_storage_from_readonly_mem()
H A Dstore-int.h49 size_t max_alloc; member
H A Dstore.c136 sp->max_alloc = size; in krb5_storage_set_max_alloc()
143 if (sp->max_alloc && sp->max_alloc < size) in size_too_large()
151 if (sp->max_alloc == 0 || size == 0) in size_too_large_num()
153 size = sp->max_alloc / size; in size_too_large_num()
H A Dstore_sock.c159 sp->max_alloc = UINT_MAX/8; in krb5_storage_from_socket()
H A Dstore_fd.c185 sp->max_alloc = UINT_MAX/8; in krb5_storage_from_fd()
H A Dstore_emem.c198 sp->max_alloc = UINT_MAX/8; in krb5_storage_emem()
/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dunitregional.c237 size_t max_alloc = 2048 + 128; /* small chance of LARGE */ in random_burden() local
240 burden_test(max_alloc); in random_burden()