Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/include/
H A Dldap_log.h201 int ldo_debug; member
205 + offsetof(struct ldapoptions_prefix, ldo_debug)))
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dldap-int.h77 #define ldap_debug ((LDAP_INT_GLOBAL_OPT())->ldo_debug)
229 int ldo_debug; member
501 #define ld_debug ld_options.ldo_debug
H A Dinit.c586 gopts->ldo_debug = *dbglvl; in ldap_int_initialize_global_options()
588 gopts->ldo_debug = 0; in ldap_int_initialize_global_options()
H A Doptions.c391 * (int *) outvalue = lo->ldo_debug; in ldap_get_option()
956 lo->ldo_debug = * (const int *) invalue; in ldap_set_option()