Searched refs:heim_type_t (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/Heimdal-398.1.2/base/
H A Dheimbasepriv.h41 typedef struct heim_type_data *heim_type_t; typedef in typeref:struct:heim_type_data
73 heim_type_t _heim_get_isa(heim_object_t);
75 heim_type_t
84 _heim_alloc_object(heim_type_t type, size_t size);
87 _heim_type_get_tid(heim_type_t type);
H A Dheimbase_impl.h12 heim_type_t isa;
31 heim_type_t isa;
H A Dheimbase.c124 static heim_type_t tagged_isa[9] = {
138 heim_type_t
162 heim_type_t isa = _heim_get_isa(ptr);
177 heim_type_t isa = _heim_get_isa(ptr);
197 heim_type_t isa;
261 heim_type_t
269 heim_type_t type;
287 _heim_alloc_object(heim_type_t type, size_t size)
300 _heim_type_get_tid(heim_type_t type)

Completed in 112 milliseconds