Home
last modified time | relevance | path

Searched refs:CHECKED_PTR_OF (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/include/openssl/
Dasn1.h768 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)))
Dtype_check.h77 #define CHECKED_PTR_OF(type, p) CHECKED_CAST(void*, type*, (p)) macro