3 #include "../afw_ldap_internal.h"
7 impl_rv_decoder_z_ldap(
int rv,
10 return ldap_err2string(rv);
19 impl_rv_decoder_z_ldap, xctx);
Adaptive Framework Core API.
afw_ldap_error_rv_decoder_ldap_register(afw_xctx_t *xctx)
Register function for error_rv_decoder ldap.
Adaptive Framework (afw_ldap_) strings header.
afw_utf8_octet_t afw_utf8_z_t
NFC normalized UTF-8 null terminated string.
apr_size_t afw_size_t
size_t.
void afw_environment_register_error_rv_decoder(const afw_utf8_t *rv_source_id, afw_environment_error_rv_decoder_z_t rv_decoder, afw_xctx_t *xctx)
Register an error rv decoder.
Interface afw_xctx public struct.