ssl_ctx_options   251 ext/ftp/ftp.c  	long ssl_ctx_options = SSL_OP_ALL;
ssl_ctx_options   289 ext/ftp/ftp.c  		ssl_ctx_options &= ~SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS;
ssl_ctx_options   291 ext/ftp/ftp.c  		SSL_CTX_set_options(ctx, ssl_ctx_options);
ssl_ctx_options  1498 ext/ftp/ftp.c  	long ssl_ctx_options = SSL_OP_ALL;
ssl_ctx_options  1526 ext/ftp/ftp.c  		ssl_ctx_options &= ~SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS;
ssl_ctx_options  1528 ext/ftp/ftp.c  		SSL_CTX_set_options(ctx, ssl_ctx_options);
ssl_ctx_options   981 ext/openssl/xp_ssl.c 	long ssl_ctx_options = SSL_OP_ALL;
ssl_ctx_options   985 ext/openssl/xp_ssl.c 		ssl_ctx_options |= SSL_OP_NO_SSLv2;
ssl_ctx_options   990 ext/openssl/xp_ssl.c 		ssl_ctx_options |= SSL_OP_NO_SSLv3;
ssl_ctx_options   995 ext/openssl/xp_ssl.c 		ssl_ctx_options |= SSL_OP_NO_TLSv1;
ssl_ctx_options  1000 ext/openssl/xp_ssl.c 		ssl_ctx_options |= SSL_OP_NO_TLSv1_1;
ssl_ctx_options  1004 ext/openssl/xp_ssl.c 		ssl_ctx_options |= SSL_OP_NO_TLSv1_2;
ssl_ctx_options  1008 ext/openssl/xp_ssl.c 	return ssl_ctx_options;
ssl_ctx_options  1230 ext/openssl/xp_ssl.c 	long ssl_ctx_options = SSL_CTX_get_options(ctx);
ssl_ctx_options  1260 ext/openssl/xp_ssl.c 		ssl_ctx_options |= SSL_OP_CIPHER_SERVER_PREFERENCE;
ssl_ctx_options  1267 ext/openssl/xp_ssl.c 		ssl_ctx_options |= SSL_OP_SINGLE_DH_USE;
ssl_ctx_options  1275 ext/openssl/xp_ssl.c 		ssl_ctx_options |= SSL_OP_SINGLE_ECDH_USE;
ssl_ctx_options  1279 ext/openssl/xp_ssl.c 	SSL_CTX_set_options(ctx, ssl_ctx_options);
ssl_ctx_options  1443 ext/openssl/xp_ssl.c 	long ssl_ctx_options;
ssl_ctx_options  1466 ext/openssl/xp_ssl.c 		ssl_ctx_options = SSL_OP_ALL;
ssl_ctx_options  1473 ext/openssl/xp_ssl.c 		ssl_ctx_options = php_get_crypto_method_ctx_flags(method_flags TSRMLS_CC);
ssl_ctx_options  1474 ext/openssl/xp_ssl.c 		if (ssl_ctx_options == -1) {
ssl_ctx_options  1493 ext/openssl/xp_ssl.c 		ssl_ctx_options |= SSL_OP_NO_TICKET;
ssl_ctx_options  1498 ext/openssl/xp_ssl.c 	ssl_ctx_options &= ~SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS;
ssl_ctx_options  1503 ext/openssl/xp_ssl.c 		ssl_ctx_options |= SSL_OP_NO_COMPRESSION;
ssl_ctx_options  1534 ext/openssl/xp_ssl.c 	SSL_CTX_set_options(sslsock->ctx, ssl_ctx_options);