DupX509ExtPtr     498 ext/openssl/ossl_ocsp.c 	    x509ext = DupX509ExtPtr(RARRAY_PTR(ext)[i]);
DupX509ExtPtr      63 ext/openssl/ossl_x509.h X509_EXTENSION *DupX509ExtPtr(VALUE);
DupX509ExtPtr     658 ext/openssl/ossl_x509cert.c 	ext = DupX509ExtPtr(RARRAY_PTR(ary)[i]);
DupX509ExtPtr     681 ext/openssl/ossl_x509cert.c     ext = DupX509ExtPtr(extension);
DupX509ExtPtr     473 ext/openssl/ossl_x509crl.c 	ext = DupX509ExtPtr(RARRAY_PTR(ary)[i]);
DupX509ExtPtr     491 ext/openssl/ossl_x509crl.c     ext = DupX509ExtPtr(extension);
DupX509ExtPtr     186 ext/openssl/ossl_x509revoked.c 	ext = DupX509ExtPtr(item);
DupX509ExtPtr     201 ext/openssl/ossl_x509revoked.c     if(!X509_REVOKED_add_ext(rev, DupX509ExtPtr(ext), -1)) {