Home
last modified time | relevance | path

Searched refs:ldapoptions (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dinit.c43 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 Dldap-int.h70 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 Dldap-tls.h33 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 Dtls2.c106 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 Dtls_o.c210 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 Dopen.c127 struct ldapoptions *gopts; in ldap_create()
522 struct ldapoptions *lo; in ldap_int_open_connection()
H A Doptions.c102 struct ldapoptions *lo; in ldap_get_option()
464 struct ldapoptions *lo; in ldap_set_option()
H A Dtls_g.c104 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 Dgssapi.c807 ldap_int_gssapi_config( struct ldapoptions *lo, int option, const char *arg ) in ldap_int_gssapi_config()
H A Dos-ip.c540 struct ldapoptions *lo; in ldap_int_connect_cbs()
H A Dcyrus.c989 ldap_int_sasl_config( struct ldapoptions *lo, int option, const char *arg ) in ldap_int_sasl_config()
H A Drequest.c769 struct ldapoptions *lo; in ldap_free_connection()
/netbsd-src/external/bsd/openldap/dist/include/
H A Dldap_log.h207 struct ldapoptions;
208 LDAP_V ( struct ldapoptions ) ldap_int_global_options;