37 meta_self = afw_value_internal_create_meta_object_self(
38 entry_value, p, xctx);
39 result = (
const afw_value_t *)& meta_self->meta_object_value;
66 meta_self = afw_value_internal_create_meta_object_self(
67 entry_value, p, xctx);
68 result = (
const afw_value_t *)& meta_self->meta_object_value;
87 instance, index, p, xctx);
104 instance, iterator, p, xctx);
#define AFW_DEFINE_INTERNAL(type)
Define an internal function for /src/afw/ source*.c files.
#define AFW_DECLARE(type)
Declare a public afw function.
Adaptive Framework Core Internal.
struct afw_iterator_s afw_iterator_t
apr_int64_t afw_integer_t
typedef for big signed int.
afw_list_impl_get_next_entry_meta(const afw_list_t *instance, const afw_iterator_t **iterator, const afw_pool_t *p, afw_xctx_t *xctx)
A general impl of method get_next_entry_meta for interface afw_list.
const afw_value_t * afw_list_external_impl_get_entry_meta(const afw_list_t *instance, afw_integer_t index, const afw_pool_t *p, afw_xctx_t *xctx)
A general impl of method get_entry_meta for interface afw_list that can be accessed externally.
afw_list_impl_get_entry_meta(const afw_list_t *instance, afw_integer_t index, const afw_pool_t *p, afw_xctx_t *xctx)
A general impl of method get_entry_meta for interface afw_list.
const afw_value_t * afw_list_external_impl_get_next_entry_meta(const afw_list_t *instance, const afw_iterator_t **iterator, const afw_pool_t *p, afw_xctx_t *xctx)
A general impl of method get_next_entry_meta for interface afw_list that can be accessed externally.
#define afw_list_get_entry_value(instance, index, p, xctx)
Call method get_entry_value of interface afw_list.
#define afw_list_get_next_value(instance, iterator, p, xctx)
Call method get_next_value of interface afw_list.
Interface afw_list public struct.
Interface afw_pool public struct.
Interface afw_value public struct.
Interface afw_xctx public struct.