Searched refs:LBER_OPT_LOG_PRINT_FN (Results 1 – 4 of 4) sorted by relevance
75 case LBER_OPT_LOG_PRINT_FN: in ber_get_option()148 case LBER_OPT_LOG_PRINT_FN: in ber_set_option()
750 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()
611 #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()
110 #define LBER_OPT_LOG_PRINT_FN 0x8001 macro