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

#include <md_store.h>

Public Attributes

md_store_save_cbsave
 
md_store_load_cbload
 
md_store_remove_cbremove
 
md_store_move_cbmove
 
md_store_rename_cbrename
 
md_store_iter_cbiterate
 
md_store_names_iter_cbiterate_names
 
md_store_purge_cbpurge
 
md_store_get_fname_cbget_fname
 
md_store_is_newer_cbis_newer
 
md_store_get_modified_cbget_modified
 
md_store_remove_nms_cbremove_nms
 
md_store_lock_global_cblock_global
 
md_store_unlock_global_cbunlock_global
 

Detailed Description

Definition at line 325 of file md_store.h.

Member Data Documentation

◆ get_fname

md_store_get_fname_cb* md_store_t::get_fname

Definition at line 334 of file md_store.h.

◆ get_modified

md_store_get_modified_cb* md_store_t::get_modified

Definition at line 336 of file md_store.h.

◆ is_newer

md_store_is_newer_cb* md_store_t::is_newer

Definition at line 335 of file md_store.h.

◆ iterate

md_store_iter_cb* md_store_t::iterate

Definition at line 331 of file md_store.h.

◆ iterate_names

md_store_names_iter_cb* md_store_t::iterate_names

Definition at line 332 of file md_store.h.

◆ load

md_store_load_cb* md_store_t::load

Definition at line 327 of file md_store.h.

◆ lock_global

md_store_lock_global_cb* md_store_t::lock_global

Definition at line 338 of file md_store.h.

◆ move

md_store_move_cb* md_store_t::move

Definition at line 329 of file md_store.h.

◆ purge

md_store_purge_cb* md_store_t::purge

Definition at line 333 of file md_store.h.

◆ remove

md_store_remove_cb* md_store_t::remove

Definition at line 328 of file md_store.h.

◆ remove_nms

md_store_remove_nms_cb* md_store_t::remove_nms

Definition at line 337 of file md_store.h.

◆ rename

md_store_rename_cb* md_store_t::rename

Definition at line 330 of file md_store.h.

◆ save

md_store_save_cb* md_store_t::save

Definition at line 326 of file md_store.h.

◆ unlock_global

md_store_unlock_global_cb* md_store_t::unlock_global

Definition at line 339 of file md_store.h.


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