ssl_ctx_options   250 ext/ftp/ftp.c  	long ssl_ctx_options = SSL_OP_ALL;
ssl_ctx_options   290 ext/ftp/ftp.c  		ssl_ctx_options &= ~SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS;
ssl_ctx_options   292 ext/ftp/ftp.c  		SSL_CTX_set_options(ctx, ssl_ctx_options);
ssl_ctx_options  1640 ext/ftp/ftp.c  	zend_long ssl_ctx_options = SSL_OP_ALL;
ssl_ctx_options  1670 ext/ftp/ftp.c  		ssl_ctx_options &= ~SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS;
ssl_ctx_options  1672 ext/ftp/ftp.c  		SSL_CTX_set_options(ctx, ssl_ctx_options);
ssl_ctx_options  1001 ext/openssl/xp_ssl.c 	int ssl_ctx_options = SSL_OP_ALL;
ssl_ctx_options  1005 ext/openssl/xp_ssl.c 		ssl_ctx_options |= SSL_OP_NO_SSLv2;
ssl_ctx_options  1010 ext/openssl/xp_ssl.c 		ssl_ctx_options |= SSL_OP_NO_SSLv3;
ssl_ctx_options  1014 ext/openssl/xp_ssl.c 		ssl_ctx_options |= SSL_OP_NO_TLSv1;
ssl_ctx_options  1018 ext/openssl/xp_ssl.c 		ssl_ctx_options |= SSL_OP_NO_TLSv1_1;
ssl_ctx_options  1023 ext/openssl/xp_ssl.c 		ssl_ctx_options |= SSL_OP_NO_TLSv1_2;
ssl_ctx_options  1027 ext/openssl/xp_ssl.c 	return ssl_ctx_options;
ssl_ctx_options  1254 ext/openssl/xp_ssl.c 	long ssl_ctx_options = SSL_CTX_get_options(ctx);
ssl_ctx_options  1274 ext/openssl/xp_ssl.c 		ssl_ctx_options |= SSL_OP_SINGLE_DH_USE;
ssl_ctx_options  1280 ext/openssl/xp_ssl.c 		ssl_ctx_options |= SSL_OP_CIPHER_SERVER_PREFERENCE;
ssl_ctx_options  1283 ext/openssl/xp_ssl.c 	SSL_CTX_set_options(ctx, ssl_ctx_options);
ssl_ctx_options  1496 ext/openssl/xp_ssl.c 	int ssl_ctx_options;
ssl_ctx_options  1520 ext/openssl/xp_ssl.c 		ssl_ctx_options = SSL_OP_ALL;
ssl_ctx_options  1527 ext/openssl/xp_ssl.c 		ssl_ctx_options = php_get_crypto_method_ctx_flags(method_flags);
ssl_ctx_options  1528 ext/openssl/xp_ssl.c 		if (ssl_ctx_options == -1) {
ssl_ctx_options  1547 ext/openssl/xp_ssl.c 		ssl_ctx_options |= SSL_OP_NO_TICKET;
ssl_ctx_options  1552 ext/openssl/xp_ssl.c 	ssl_ctx_options &= ~SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS;
ssl_ctx_options  1557 ext/openssl/xp_ssl.c 		ssl_ctx_options |= SSL_OP_NO_COMPRESSION;
ssl_ctx_options  1619 ext/openssl/xp_ssl.c 	SSL_CTX_set_options(sslsock->ctx, ssl_ctx_options);