HomeSort by: relevance | last modified time | path
    Searched refs:LDAP_INT_GLOBAL_OPT (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/openldap/dist/libraries/libldap/
init.c 290 gopts = LDAP_INT_GLOBAL_OPT();
314 if ((gopts = LDAP_INT_GLOBAL_OPT()) == NULL) {
542 struct ldapoptions *gopts = LDAP_INT_GLOBAL_OPT();
tls2.c 161 struct ldapoptions *lo = LDAP_INT_GLOBAL_OPT();
295 struct ldapoptions *lo = LDAP_INT_GLOBAL_OPT();
317 struct ldapoptions *lo = LDAP_INT_GLOBAL_OPT();
379 lo = LDAP_INT_GLOBAL_OPT();
694 lo = LDAP_INT_GLOBAL_OPT();
877 lo = LDAP_INT_GLOBAL_OPT();
open.c 131 if ( (gopts = LDAP_INT_GLOBAL_OPT()) == NULL) {
540 lo = LDAP_INT_GLOBAL_OPT();
options.c 106 lo = LDAP_INT_GLOBAL_OPT();
469 lo = LDAP_INT_GLOBAL_OPT();
ldap-int.h 69 # define LDAP_INT_GLOBAL_OPT() ldap_int_global_opt()
70 struct ldapoptions *ldap_int_global_opt(void);
72 # define LDAP_INT_GLOBAL_OPT() (&ldap_int_global_options)
77 #define ldap_debug ((LDAP_INT_GLOBAL_OPT())->ldo_debug)
tls_o.c 218 struct ldapoptions *lo = LDAP_INT_GLOBAL_OPT();
257 struct ldapoptions *lo = LDAP_INT_GLOBAL_OPT();
os-ip.c 566 lo = LDAP_INT_GLOBAL_OPT();
request.c 783 lo = LDAP_INT_GLOBAL_OPT();

Completed in 22 milliseconds