Cross Reference: mail-index-alloc-cache.h
xref
: /
httpd
/
docs
/
manual
/
mod
/
mod_include.html
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
#
ifndef
MAIL_INDEX_ALLOC_CACHE_H
#
define
MAIL_INDEX_ALLOC_CACHE_H
/* If using in-memory indexes, give index_dir=NULL. */
struct
mail_index
*
ATTR_NULL
(
1
,
2
)
mail_index_alloc_cache_get
(
struct
event
*
parent_event
,
const
char
*
mailbox_path
,
const
char
*
index_dir
,
const
char
*
prefix
);
void
mail_index_alloc_cache_unref
(
struct
mail_index
**
index
);
void
mail_index_alloc_cache_destroy_unrefed
(
void
);
/* internal: */
void
mail_index_alloc_cache_index_opened
(
struct
mail_index
*
index
);
void
mail_index_alloc_cache_index_closing
(
struct
mail_index
*
index
);
#
endif