Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/x509/
H A Dx509_addr.c1116 if ((aors = sk_IPAddressOrRange_new_null()) == NULL) in make_prefix_or_range()
/dragonfly/crypto/libressl/include/openssl/
H A Dsafestack.h977 #define sk_IPAddressOrRange_new_null() SKM_sk_new_null(IPAddressOrRange) macro