Searched defs:nwssl_module (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/arch/netware/
H A Dmod_nw_ssl.c101 module AP_MODULE_DECLARE_DATA nwssl_module; variable
145 #define get_nwssl_cfg(srv) (NWSSLSrvConfigRec *) ap_get_module_config(srv->module_config, &nwssl_module)
724 ap_set_module_config(c->conn_config, &nwssl_module, (void*)csd_data);
905 secsocket_data *csd_data = (secsocket_data*)ap_get_module_config(r->connection->conn_config, &nwssl_module);
950 secsocket_data *csd_data = (secsocket_data*)ap_get_module_config(c->conn_config, &nwssl_module);
1189 csd_data = (secsocket_data*)ap_get_module_config(r->connection->conn_config, &nwssl_module);

Completed in 26 milliseconds