Searched refs:CHECKED_PTR_OF (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14-stable/crypto/openssl/include/openssl/ |
| HD | objects.h | 150 ((type2 *)OBJ_bsearch_(CHECKED_PTR_OF(type1,key),CHECKED_PTR_OF(type2,base), \ 152 ((void)CHECKED_PTR_OF(type1,cmp##_type_1), \ 153 (void)CHECKED_PTR_OF(type2,cmp##_type_2), \ 157 ((type2 *)OBJ_bsearch_ex_(CHECKED_PTR_OF(type1,key),CHECKED_PTR_OF(type2,base), \ 159 ((void)CHECKED_PTR_OF(type1,cmp##_type_1), \ 160 (void)type_2=CHECKED_PTR_OF(type2,cmp##_type_2), \
|
| HD | asn1.h | 360 # define CHECKED_PTR_OF(type, p) \ macro 909 CHECKED_PTR_OF(const type, x))) 926 ASN1_item_free(CHECKED_PTR_OF(type, x), ASN1_ITEM_rptr(type)) 945 CHECKED_PTR_OF(const type, x))) 969 CHECKED_PTR_OF(const type, x)))
|
| HD | asn1.h.in | 313 # define CHECKED_PTR_OF(type, p) \ macro 742 CHECKED_PTR_OF(const type, x))) 759 ASN1_item_free(CHECKED_PTR_OF(type, x), ASN1_ITEM_rptr(type)) 778 CHECKED_PTR_OF(const type, x))) 802 CHECKED_PTR_OF(const type, x)))
|
| /freebsd-14-stable/crypto/openssl/apps/include/ |
| HD | apps.h | 240 index_name_cmp((const OPENSSL_CSTRING *)CHECKED_PTR_OF(OPENSSL_STRING, a), \ 241 (const OPENSSL_CSTRING *)CHECKED_PTR_OF(OPENSSL_STRING, b))
|