Searched refs:ldapoptions (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/ |
H A D | init.c | 43 struct ldapoptions ldap_int_global_options = 92 offsetof(struct ldapoptions, ldo_deref)}, 94 offsetof(struct ldapoptions, ldo_sizelimit)}, 96 offsetof(struct ldapoptions, ldo_timelimit)}, 98 offsetof(struct ldapoptions, ldo_defbinddn)}, 100 offsetof(struct ldapoptions, ldo_defbase)}, 102 offsetof(struct ldapoptions, ldo_defport)}, 118 offsetof(struct ldapoptions, ldo_def_sasl_mech)}, 120 offsetof(struct ldapoptions, ldo_def_sasl_realm)}, 122 offsetof(struct ldapoptions, ldo_def_sasl_authcid)}, [all …]
|
H A D | ldap-int.h | 70 struct ldapoptions *ldap_int_global_opt(void); 223 struct ldapoptions { struct 497 struct ldapoptions ldc_options; 654 LDAP_V ( struct ldapoptions ) ldap_int_global_options; 656 LDAP_F ( void ) ldap_int_initialize LDAP_P((struct ldapoptions *, int *)); 658 struct ldapoptions *, int *)); 893 LDAP_F (int) ldap_int_sasl_config LDAP_P(( struct ldapoptions *lo, 933 LDAP_F (void) ldap_int_tls_destroy LDAP_P(( struct ldapoptions *lo )); 947 LDAP_F(int) ldap_int_gssapi_config LDAP_P(( struct ldapoptions *lo, int option, const char *arg ));
|
H A D | ldap-tls.h | 33 typedef tls_ctx *(TI_ctx_new)(struct ldapoptions *lo); 36 typedef int (TI_ctx_init)(struct ldapoptions *lo, struct ldaptls *lt, int is_server);
|
H A D | tls2.c | 106 ldap_int_tls_destroy( struct ldapoptions *lo ) in ldap_int_tls_destroy() 161 struct ldapoptions *lo = LDAP_INT_GLOBAL_OPT(); in ldap_pvt_tls_destroy() 207 ldap_int_tls_init_ctx( struct ldapoptions *lo, int is_server ) in ldap_int_tls_init_ctx() 295 struct ldapoptions *lo = LDAP_INT_GLOBAL_OPT(); in ldap_pvt_tls_init_def_ctx() 312 struct ldapoptions *lo = LDAP_INT_GLOBAL_OPT(); in alloc_handle() 358 struct ldapoptions *lo; in ldap_int_tls_connect() 663 struct ldapoptions *lo; in ldap_pvt_tls_get_option() 851 struct ldapoptions *lo; in ldap_pvt_tls_set_option()
|
H A D | tls_o.c | 210 struct ldapoptions *lo = LDAP_INT_GLOBAL_OPT(); in tlso_init() 244 struct ldapoptions *lo = LDAP_INT_GLOBAL_OPT(); in tlso_destroy() 261 tlso_ctx_new( struct ldapoptions *lo ) in tlso_ctx_new() 357 tlso_ctx_init( struct ldapoptions *lo, struct ldaptls *lt, int is_server ) in tlso_ctx_init()
|
H A D | open.c | 127 struct ldapoptions *gopts; in ldap_create() 522 struct ldapoptions *lo; in ldap_int_open_connection()
|
H A D | options.c | 102 struct ldapoptions *lo; in ldap_get_option() 464 struct ldapoptions *lo; in ldap_set_option()
|
H A D | tls_g.c | 104 tlsg_ctx_new ( struct ldapoptions *lo ) in tlsg_ctx_new() 189 tlsg_ctx_init( struct ldapoptions *lo, struct ldaptls *lt, int is_server ) in tlsg_ctx_init()
|
H A D | gssapi.c | 807 ldap_int_gssapi_config( struct ldapoptions *lo, int option, const char *arg ) in ldap_int_gssapi_config()
|
H A D | os-ip.c | 540 struct ldapoptions *lo; in ldap_int_connect_cbs()
|
H A D | cyrus.c | 989 ldap_int_sasl_config( struct ldapoptions *lo, int option, const char *arg ) in ldap_int_sasl_config()
|
H A D | request.c | 769 struct ldapoptions *lo; in ldap_free_connection()
|
/netbsd-src/external/bsd/openldap/dist/include/ |
H A D | ldap_log.h | 207 struct ldapoptions; 208 LDAP_V ( struct ldapoptions ) ldap_int_global_options;
|