Searched refs:CHECKED_PTR_OF (Results 1 – 2 of 2) sorted by relevance
/external/boringssl/src/include/openssl/ |
D | asn1.h | 768 CHECKED_PTR_OF(type, x))) 773 CHECKED_PTR_OF(const type, x))) 781 ASN1_item_free(CHECKED_PTR_OF(type, x), ASN1_ITEM_rptr(type)) 798 CHECKED_PTR_OF(type, x))) 803 CHECKED_PTR_OF(const type, x))) 825 CHECKED_PTR_OF(type, x))) 830 CHECKED_PTR_OF(const type, x)))
|
D | type_check.h | 77 #define CHECKED_PTR_OF(type, p) CHECKED_CAST(void*, type*, (p)) macro
|