|
Apache HTTPD
|
Public Attributes | |
| md_store_t | s |
| const char * | base |
| perms_t | def_perms |
| perms_t | group_perms [MD_SG_COUNT] |
| md_store_fs_cb * | event_cb |
| void * | event_baton |
| md_data_t | key |
| int | plain_pkey [MD_SG_COUNT] |
| int | port_80 |
| int | port_443 |
| apr_file_t * | global_lock |
Definition at line 50 of file md_store_fs.c.
Definition at line 53 of file md_store_fs.c.
| perms_t md_store_fs_t::def_perms |
Definition at line 54 of file md_store_fs.c.
| void* md_store_fs_t::event_baton |
Definition at line 57 of file md_store_fs.c.
| md_store_fs_cb* md_store_fs_t::event_cb |
Definition at line 56 of file md_store_fs.c.
| apr_file_t* md_store_fs_t::global_lock |
Definition at line 65 of file md_store_fs.c.
| perms_t md_store_fs_t::group_perms[MD_SG_COUNT] |
Definition at line 55 of file md_store_fs.c.
| md_data_t md_store_fs_t::key |
Definition at line 59 of file md_store_fs.c.
| int md_store_fs_t::plain_pkey[MD_SG_COUNT] |
Definition at line 60 of file md_store_fs.c.
| int md_store_fs_t::port_443 |
Definition at line 63 of file md_store_fs.c.
| int md_store_fs_t::port_80 |
Definition at line 62 of file md_store_fs.c.
| md_store_t md_store_fs_t::s |
Definition at line 51 of file md_store_fs.c.