Home
last modified time | relevance | path

Searched refs:_heim_alloc_object (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/base/
H A Ddata.c102 os = _heim_alloc_object(&_heim_data_object, sizeof(*os) + length); in heim_data_create()
118 os = _heim_alloc_object(&_heim_data_object, sizeof(*os) + length); in heim_data_ref_create()
H A Dstring.c129 s = _heim_alloc_object(&_heim_string_object, 1); in heim_string_ref_create()
156 s = _heim_alloc_object(&_heim_string_object, len + 1); in heim_string_create_with_bytes()
H A Dnumber.c98 n = _heim_alloc_object(&_heim_number_object, sizeof(int)); in heim_number_create()
H A Dheimbasepriv.h96 _heim_alloc_object(heim_type_t type, size_t size);
H A Derror.c132 e = _heim_alloc_object(&_heim_error_object, sizeof(struct heim_error)); in heim_error_createv()
H A Ddict.c119 dict = _heim_alloc_object(&dict_object, sizeof(*dict)); in heim_dict_create()
H A Dheimbase.c337 _heim_alloc_object(heim_type_t type, size_t size) in _heim_alloc_object() function
654 ar = _heim_alloc_object(&_heim_autorel_object, sizeof(struct heim_auto_release)); in heim_auto_release_create()
H A Darray.c83 array = _heim_alloc_object(&array_object, sizeof(*array)); in heim_array_create()
H A Ddb.c382 db = _heim_alloc_object(&db_object, sizeof(*db)); in heim_db_create()
458 result = _heim_alloc_object(&db_object, sizeof(*result)); in heim_db_clone()
/netbsd-src/crypto/external/bsd/heimdal/dist/cf/
H A Dvalgrind-suppressions112 fun:_heim_alloc_object