Searched refs:_heim_alloc_object (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/base/ |
| H A D | data.c | 102 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 D | string.c | 129 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 D | number.c | 98 n = _heim_alloc_object(&_heim_number_object, sizeof(int)); in heim_number_create()
|
| H A D | heimbasepriv.h | 96 _heim_alloc_object(heim_type_t type, size_t size);
|
| H A D | error.c | 132 e = _heim_alloc_object(&_heim_error_object, sizeof(struct heim_error)); in heim_error_createv()
|
| H A D | dict.c | 119 dict = _heim_alloc_object(&dict_object, sizeof(*dict)); in heim_dict_create()
|
| H A D | heimbase.c | 337 _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 D | array.c | 83 array = _heim_alloc_object(&array_object, sizeof(*array)); in heim_array_create()
|
| H A D | db.c | 382 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 D | valgrind-suppressions | 112 fun:_heim_alloc_object
|