Home
last modified time | relevance | path

Searched refs:LBER_OPT_LOG_PRINT_FN (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/libraries/liblber/
H A Doptions.c75 case LBER_OPT_LOG_PRINT_FN: in ber_get_option()
148 case LBER_OPT_LOG_PRINT_FN: in ber_set_option()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dmain.c750 ber_get_option(NULL, LBER_OPT_LOG_PRINT_FN, &ber_logger); in ServiceMain()
751 ber_set_option(NULL, LBER_OPT_LOG_PRINT_FN, debug_print); in ServiceMain()
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Ddict_ldap.c611 #if defined(LDAP_OPT_DEBUG_LEVEL) && defined(LBER_OPT_LOG_PRINT_FN) in dict_ldap_connect()
613 ber_set_option(NULL, LBER_OPT_LOG_PRINT_FN, in dict_ldap_connect()
1867 #if defined(LDAP_OPT_DEBUG_LEVEL) && defined(LBER_OPT_LOG_PRINT_FN) in dict_ldap_open()
/netbsd-src/external/bsd/openldap/dist/include/
H A Dlber.h110 #define LBER_OPT_LOG_PRINT_FN 0x8001 macro