Apache HTTPD
Public Attributes | List of all members
md_store_fs_t Struct Reference

Public Attributes

md_store_t s
 
const charbase
 
perms_t def_perms
 
perms_t group_perms [MD_SG_COUNT]
 
md_store_fs_cbevent_cb
 
void * event_baton
 
md_data_t key
 
int plain_pkey [MD_SG_COUNT]
 
int port_80
 
int port_443
 
apr_file_tglobal_lock
 

Detailed Description

Definition at line 50 of file md_store_fs.c.

Member Data Documentation

◆ base

const char* md_store_fs_t::base

Definition at line 53 of file md_store_fs.c.

◆ def_perms

perms_t md_store_fs_t::def_perms

Definition at line 54 of file md_store_fs.c.

◆ event_baton

void* md_store_fs_t::event_baton

Definition at line 57 of file md_store_fs.c.

◆ event_cb

md_store_fs_cb* md_store_fs_t::event_cb

Definition at line 56 of file md_store_fs.c.

◆ global_lock

apr_file_t* md_store_fs_t::global_lock

Definition at line 65 of file md_store_fs.c.

◆ group_perms

perms_t md_store_fs_t::group_perms[MD_SG_COUNT]

Definition at line 55 of file md_store_fs.c.

◆ key

md_data_t md_store_fs_t::key

Definition at line 59 of file md_store_fs.c.

◆ plain_pkey

int md_store_fs_t::plain_pkey[MD_SG_COUNT]

Definition at line 60 of file md_store_fs.c.

◆ port_443

int md_store_fs_t::port_443

Definition at line 63 of file md_store_fs.c.

◆ port_80

int md_store_fs_t::port_80

Definition at line 62 of file md_store_fs.c.

◆ s

md_store_t md_store_fs_t::s

Definition at line 51 of file md_store_fs.c.


The documentation for this struct was generated from the following file: