cert_captured    1723 ext/openssl/xp_ssl.c 	int cert_captured = 0;
cert_captured    1732 ext/openssl/xp_ssl.c 		cert_captured = 1;
cert_captured    1762 ext/openssl/xp_ssl.c 	return cert_captured;
cert_captured    1773 ext/openssl/xp_ssl.c 	int cert_captured;
cert_captured    1855 ext/openssl/xp_ssl.c 				cert_captured = capture_peer_certs(stream, sslsock, peer_cert);
cert_captured    1889 ext/openssl/xp_ssl.c 				cert_captured = capture_peer_certs(stream, sslsock, peer_cert);
cert_captured    1893 ext/openssl/xp_ssl.c 		if (n && peer_cert && cert_captured == 0) {