Searched refs:_heim_alloc_object (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/base/
H A Dnumber.c98 n = _heim_alloc_object(&_heim_number_object, sizeof(int));
H A Ddata.c102 os = _heim_alloc_object(&_heim_data_object, sizeof(*os) + length);
118 os = _heim_alloc_object(&_heim_data_object, sizeof(*os) + length);
H A Dstring.c129 s = _heim_alloc_object(&_heim_string_object, 1);
156 s = _heim_alloc_object(&_heim_string_object, len + 1);
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));
H A Darray.c83 array = _heim_alloc_object(&array_object, sizeof(*array));
H A Ddict.c119 dict = _heim_alloc_object(&dict_object, sizeof(*dict));
H A Dheimbase.c337 _heim_alloc_object(heim_type_t type, size_t size) function
654 ar = _heim_alloc_object(&_heim_autorel_object, sizeof(struct heim_auto_release));
H A Ddb.c382 db = _heim_alloc_object(&db_object, sizeof(*db));
458 result = _heim_alloc_object(&db_object, sizeof(*result));

Completed in 152 milliseconds