HomeSort by: relevance | last modified time | path
    Searched refs:_heim_alloc_object (Results 1 - 9 of 9) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/base/
number.c 98 n = _heim_alloc_object(&_heim_number_object, sizeof(int));
data.c 102 os = _heim_alloc_object(&_heim_data_object, sizeof(*os) + length);
118 os = _heim_alloc_object(&_heim_data_object, sizeof(*os) + length);
string.c 129 s = _heim_alloc_object(&_heim_string_object, 1);
156 s = _heim_alloc_object(&_heim_string_object, len + 1);
heimbasepriv.h 96 _heim_alloc_object(heim_type_t type, size_t size);
error.c 132 e = _heim_alloc_object(&_heim_error_object, sizeof(struct heim_error));
array.c 83 array = _heim_alloc_object(&array_object, sizeof(*array));
dict.c 119 dict = _heim_alloc_object(&dict_object, sizeof(*dict));
heimbase.c 337 _heim_alloc_object(heim_type_t type, size_t size) function
654 ar = _heim_alloc_object(&_heim_autorel_object, sizeof(struct heim_auto_release));
db.c 382 db = _heim_alloc_object(&db_object, sizeof(*db));
458 result = _heim_alloc_object(&db_object, sizeof(*result));

Completed in 30 milliseconds