Searched refs:heim_get_tid (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/base/
H A Derror.c146 if (heim_get_tid(error) != HEIM_TID_ERROR) {
147 if (heim_get_tid(error) == heim_number_get_type_id())
160 if (heim_get_tid(error) != HEIM_TID_ERROR) {
161 if (heim_get_tid(error) == heim_number_get_type_id())
171 if (heim_get_tid(top) != HEIM_TID_ERROR) {
172 if (heim_get_tid(top) == heim_number_get_type_id())
H A Dtest_base.c254 heim_assert(heim_get_tid(o) == heim_string_get_type_id(), "string-tid");
260 heim_assert(heim_get_tid(o) == heim_string_get_type_id(), "string-tid");
266 heim_assert(heim_get_tid(o) == heim_dict_get_type_id(), "dict-tid");
272 heim_assert(heim_get_tid(o) == heim_dict_get_type_id(), "dict-tid");
282 heim_assert(heim_get_tid(o) == heim_dict_get_type_id(), "dict-tid");
284 heim_assert(heim_get_tid(o2) == heim_string_get_type_id(), "string-tid");
290 heim_assert(heim_get_tid(o) == heim_dict_get_type_id(), "dict-tid");
292 heim_assert(heim_get_tid(o2) == heim_dict_get_type_id(), "dict-tid");
298 heim_assert(heim_get_tid(o) == heim_dict_get_type_id(), "dict-tid");
300 heim_assert(heim_get_tid(o
[all...]
H A Dheimbase.c203 heim_get_tid(heim_object_t ptr) function
242 ta = heim_get_tid(a);
243 tb = heim_get_tid(b);
753 node_type = heim_get_tid(node);
772 if (heim_get_tid(path_element) == HEIM_TID_NUMBER)
925 node_type = heim_get_tid(node);
932 if (heim_get_tid(path_element) == HEIM_TID_NUMBER)
1059 if (heim_get_tid(parent) == HEIM_TID_DICT)
1061 else if (heim_get_tid(parent) == HEIM_TID_DB)
1063 else if (heim_get_tid(paren
[all...]
H A Ddb.c447 if (heim_get_tid(db) != HEIM_TID_DB)
494 if (heim_get_tid(db) != HEIM_TID_DB)
560 if (heim_get_tid(db) != HEIM_TID_DB)
694 if (heim_get_tid(db) != HEIM_TID_DB)
755 if (heim_get_tid(db) != HEIM_TID_DB)
819 if (heim_get_tid(db) != HEIM_TID_DB)
822 if (heim_get_tid(key) != HEIM_TID_DATA)
893 if (heim_get_tid(db) != HEIM_TID_DB)
954 if (heim_get_tid(db) != HEIM_TID_DB)
1090 if (heim_get_tid(journa
[all...]
H A Djson.c139 type = heim_get_tid(obj);
535 if (v != NULL && heim_get_tid(v) == HEIM_TID_STRING) {
H A Dheimbase.h105 heim_get_tid(heim_object_t object);
H A Dbsearch.c869 if (heim_get_tid(key) == HEIM_TID_STRING)
/netbsd-current/crypto/external/bsd/heimdal/dist/kdc/
H A Dkdc-tester.c431 heim_tid_t t = heim_get_tid(o);

Completed in 107 milliseconds