38 #define SSL_DECLARE(type) type 39 #define SSL_DECLARE_NONSTD(type) type 40 #define SSL_DECLARE_DATA 41 #elif defined(SSL_DECLARE_STATIC) 42 #define SSL_DECLARE(type) type __stdcall 43 #define SSL_DECLARE_NONSTD(type) type 44 #define SSL_DECLARE_DATA 45 #elif defined(SSL_DECLARE_EXPORT) 46 #define SSL_DECLARE(type) __declspec(dllexport) type __stdcall 47 #define SSL_DECLARE_NONSTD(type) __declspec(dllexport) type 48 #define SSL_DECLARE_DATA __declspec(dllexport) 50 #define SSL_DECLARE(type) __declspec(dllimport) type __stdcall 51 #define SSL_DECLARE_NONSTD(type) __declspec(dllimport) type 52 #define SSL_DECLARE_DATA __declspec(dllimport) 77 const
char *extension));
100 int proxy,
int enable));
103 #define SSL_CERT_HOOKS 104 #ifdef SSL_CERT_HOOKS 113 apr_array_header_t *cert_files,
114 apr_array_header_t *key_files))
125 apr_array_header_t *cert_files,
126 apr_array_header_t *key_files))
int ssl_engine_set(conn_rec *, ap_conf_vector_t *, int proxy, int enable)
AP_FN_ATTR_NONNULL((1, 2, 5)) AP_FN_ATTR_WARN_UNUSED_RESULT
Structure to store things which are per connection.
Definition: httpd.h:1183
dav_buffer apr_size_t size
Definition: mod_dav.h:460
APR-UTIL registration of functions exported by modules.
A structure to store information for each virtual server.
Definition: httpd.h:1370
#define APR_DECLARE_EXTERNAL_HOOK(ns, link, ret, name, args)
Definition: apr_hooks.h:118
apr_array_header_t * ssl_ext_list(apr_pool_t *p, conn_rec *c, int peer, const char *extension)
const char * ssl_var_lookup(apr_pool_t *p, server_rec *s, conn_rec *c, request_rec *r, const char *name)
int ssl_proxy_enable(conn_rec *)
int ssl_is_https(conn_rec *)
apr_status_t ssl_get_tls_cb(apr_pool_t *p, conn_rec *c, const char *type, unsigned char **buf, apr_size_t *size)
A structure that represents the current request.
Definition: httpd.h:860
const char * name
Definition: mod_dav.h:805
struct apr_pool_t apr_pool_t
Definition: apr_pools.h:60
int apr_status_t
Definition: apr_errno.h:44
request_rec * r
Definition: mod_dav.h:518
#define APR_DECLARE_OPTIONAL_FN(ret, name, args)
Definition: apr_optional.h:50
int ssl_engine_disable(conn_rec *)
struct ap_conf_vector_t ap_conf_vector_t
Definition: http_config.h:519
const char AP_FN_ATTR_WARN_UNUSED_RESULT
Definition: ssl_private.h:1119