75 #ifdef __AFW_ADAPTOR_JOURNAL_IMPL_DECLARES_H__
76 #ifndef AFW_ADAPTOR_JOURNAL_INF_ONLY
77 #error "afw_adaptor_journal_impl_declares.h already included."
80 #ifndef __AFW_ADAPTOR_JOURNAL_IMPL_DECLARES_H__
81 #ifdef AFW_ADAPTOR_JOURNAL_INF_ONLY
82 #error "afw_adaptor_journal_impl_declares.h must be included before AFW_ADAPTOR_JOURNAL_INF_ONLY."
84 #define __AFW_ADAPTOR_JOURNAL_IMPL_DECLARES_H__ 1
87 #ifdef AFW_IMPLEMENTATION_ID
88 #define _AFW_IMPLEMENTATION_ID_ AFW_IMPLEMENTATION_ID
90 #define _AFW_IMPLEMENTATION_ID_ "unspecified"
92 #ifdef AFW_IMPLEMENTATION_SPECIFIC
93 #define _AFW_IMPLEMENTATION_SPECIFIC_ AFW_IMPLEMENTATION_SPECIFIC
95 #define _AFW_IMPLEMENTATION_SPECIFIC_ NULL
97 #ifndef AFW_ADAPTOR_JOURNAL_INF_ONLY
99 #ifndef impl_afw_adaptor_journal_add_entry
109 #ifndef impl_afw_adaptor_journal_get_entry
111 AFW_DECLARE_STATIC(
void)
123 #ifndef impl_afw_adaptor_journal_mark_entry_consumed
125 AFW_DECLARE_STATIC(
void)
137 #define _AFW_IMPLEMENTATION_SOURCE_FILE_ __BASE_FILE__
139 #define _AFW_IMPLEMENTATION_SOURCE_FILE_ __FILE__
141 #ifdef AFW_IMPLEMENTATION_INF_SPECIFIER
146 #ifdef AFW_IMPLEMENTATION_INF_LABEL
147 AFW_IMPLEMENTATION_INF_LABEL = {
149 impl_afw_adaptor_journal_inf = {
155 _AFW_IMPLEMENTATION_SPECIFIC_
162 #undef _AFW_IMPLEMENTATION_ID_
163 #undef _AFW_IMPLEMENTATION_SPECIFIC_
164 #undef _AFW_IMPLEMENTATION_SOURCE_FILE_
#define AFW_BEGIN_DECLARES
Interface afw_interface opaque typedefs.
impl_afw_adaptor_journal_get_entry(const afw_adaptor_journal_t *instance, const afw_adaptor_impl_request_t *impl_request, afw_adaptor_journal_option_t option, const afw_utf8_t *consumer_id, const afw_utf8_t *entry_cursor, afw_size_t limit, const afw_object_t *response, afw_xctx_t *xctx)
impl_afw_adaptor_journal_add_entry(const afw_adaptor_journal_t *instance, const afw_adaptor_impl_request_t *impl_request, const afw_object_t *entry, afw_xctx_t *xctx)
impl_afw_adaptor_journal_mark_entry_consumed(const afw_adaptor_journal_t *instance, const afw_adaptor_impl_request_t *impl_request, const afw_utf8_t *consumer_id, const afw_utf8_t *entry_cursor, afw_xctx_t *xctx)
#define AFW_UTF8_LITERAL(A_STRING)
String literal initializer.
apr_size_t afw_size_t
size_t.
enum afw_adaptor_journal_option_e afw_adaptor_journal_option_t
Typedef for afw_adaptor_journal get_entry options enum.
Internal request info used by afw_adaptor_impl*() functions.
Interface afw_adaptor_journal_inf_s struct.
Interface afw_adaptor_journal public struct.
Interface afw_object public struct.
NFC normalized UTF-8 string.
Interface afw_xctx public struct.