Searched refs:ldapoptions (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Dldap-tls.h31 typedef tls_ctx *(TI_ctx_new)(struct ldapoptions *lo);
34 typedef int (TI_ctx_init)(struct ldapoptions *lo, struct ldaptls *lt, int is_server);
H A Dinit.c38 struct ldapoptions ldap_int_global_options =
88 offsetof(struct ldapoptions, ldo_deref)},
90 offsetof(struct ldapoptions, ldo_sizelimit)},
92 offsetof(struct ldapoptions, ldo_timelimit)},
94 offsetof(struct ldapoptions, ldo_defbinddn)},
96 offsetof(struct ldapoptions, ldo_defbase)},
98 offsetof(struct ldapoptions, ldo_defport)},
109 offsetof(struct ldapoptions, ldo_def_sasl_mech)},
111 offsetof(struct ldapoptions, ldo_def_sasl_realm)},
113 offsetof(struct ldapoptions, ldo_def_sasl_authci
[all...]
H A Dldap-int.h71 struct ldapoptions *ldap_int_global_opt(void);
199 struct ldapoptions { struct
410 struct ldapoptions ldc_options;
566 LDAP_V ( struct ldapoptions ) ldap_int_global_options;
568 LDAP_F ( void ) ldap_int_initialize LDAP_P((struct ldapoptions *, int *));
570 struct ldapoptions *, int *));
790 LDAP_F (int) ldap_int_sasl_config LDAP_P(( struct ldapoptions *lo,
822 LDAP_F (void) ldap_int_tls_destroy LDAP_P(( struct ldapoptions *lo ));
836 LDAP_F(int) ldap_int_gssapi_config LDAP_P(( struct ldapoptions *lo, int option, const char *arg ));
H A Dtls2.c106 ldap_int_tls_destroy( struct ldapoptions *lo )
155 struct ldapoptions *lo = LDAP_INT_GLOBAL_OPT();
198 ldap_int_tls_init_ctx( struct ldapoptions *lo, int is_server )
286 struct ldapoptions *lo = LDAP_INT_GLOBAL_OPT();
303 struct ldapoptions *lo = LDAP_INT_GLOBAL_OPT();
348 struct ldapoptions *lo;
599 struct ldapoptions *lo;
711 struct ldapoptions *lo;
1344 struct ldapoptions *lo = LDAP_INT_GLOBAL_OPT();
H A Dtls_o.c54 static int tlso_use_cert_from_keychain( struct ldapoptions *lo );
172 struct ldapoptions *lo = LDAP_INT_GLOBAL_OPT();
276 struct ldapoptions *lo = LDAP_INT_GLOBAL_OPT();
305 struct ldapoptions *lo = LDAP_INT_GLOBAL_OPT();
324 tlso_ctx_new( struct ldapoptions *lo )
347 tlso_ctx_init( struct ldapoptions *lo, struct ldaptls *lt, int is_server )
1635 tlso_use_cert_from_keychain( struct ldapoptions *lo )
H A Dtls_g.c77 struct ldapoptions *lo;
172 struct ldapoptions *lo = LDAP_INT_GLOBAL_OPT();
230 tlsg_ctx_new ( struct ldapoptions *lo )
312 tlsg_ctx_init( struct ldapoptions *lo, struct ldaptls *lt, int is_server )
H A Doptions.c98 struct ldapoptions *lo;
440 struct ldapoptions *lo;
H A Dopen.c104 struct ldapoptions *gopts;
H A Dcyrus.c927 ldap_int_sasl_config( struct ldapoptions *lo, int option, const char *arg )
H A Dgssapi.c800 ldap_int_gssapi_config( struct ldapoptions *lo, int option, const char *arg )
H A Dos-ip.c492 struct ldapoptions *lo;
H A Dtls_m.c1964 tlsm_ctx_new ( struct ldapoptions *lo )
2048 tlsm_ctx_init( struct ldapoptions *lo, struct ldaptls *lt, int is_server )
H A Drequest.c748 struct ldapoptions *lo;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/include/
H A Dldap_log.h256 /* This struct matches the head of ldapoptions in <ldap-int.h> */
265 struct ldapoptions;
266 LDAP_V ( struct ldapoptions ) ldap_int_global_options;

Completed in 212 milliseconds