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

  /src/external/bsd/openldap/dist/libraries/libldap/
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...]
ldap-tls.h 35 typedef tls_ctx *(TI_ctx_new)(struct ldapoptions *lo);
39 typedef int (TI_ctx_init)(struct ldapoptions *lo, struct ldaptls *lt, int is_server, char *errmsg);
ldap-int.h 70 struct ldapoptions *ldap_int_global_opt(void);
223 struct ldapoptions { struct
498 struct ldapoptions ldc_options;
655 LDAP_V ( struct ldapoptions ) ldap_int_global_options;
657 LDAP_F ( void ) ldap_int_initialize LDAP_P((struct ldapoptions *, int *));
659 struct ldapoptions *, int *));
894 LDAP_F (int) ldap_int_sasl_config LDAP_P(( struct ldapoptions *lo,
934 LDAP_F (void) ldap_int_tls_destroy LDAP_P(( struct ldapoptions *lo ));
948 LDAP_F(int) ldap_int_gssapi_config LDAP_P(( struct ldapoptions *lo, int option, const char *arg ));
tls2.c 106 ldap_int_tls_destroy( struct ldapoptions *lo )
161 struct ldapoptions *lo = LDAP_INT_GLOBAL_OPT();
207 ldap_int_tls_init_ctx( struct ldapoptions *lo, int is_server, char *errmsg )
295 struct ldapoptions *lo = LDAP_INT_GLOBAL_OPT();
317 struct ldapoptions *lo = LDAP_INT_GLOBAL_OPT();
363 struct ldapoptions *lo;
676 struct ldapoptions *lo;
864 struct ldapoptions *lo;
open.c 127 struct ldapoptions *gopts;
527 struct ldapoptions *lo;
options.c 102 struct ldapoptions *lo;
464 struct ldapoptions *lo;
tls_o.c 218 struct ldapoptions *lo = LDAP_INT_GLOBAL_OPT();
257 struct ldapoptions *lo = LDAP_INT_GLOBAL_OPT();
274 tlso_ctx_new( struct ldapoptions *lo )
380 tlso_ctx_init( struct ldapoptions *lo, struct ldaptls *lt, int is_server, char *errmsg )
tls_g.c 104 tlsg_ctx_new ( struct ldapoptions *lo )
189 tlsg_ctx_init( struct ldapoptions *lo, struct ldaptls *lt, int is_server, char *errmsg )
cyrus.c 989 ldap_int_sasl_config( struct ldapoptions *lo, int option, const char *arg )
gssapi.c 807 ldap_int_gssapi_config( struct ldapoptions *lo, int option, const char *arg )
os-ip.c 540 struct ldapoptions *lo;
request.c 770 struct ldapoptions *lo;
  /src/external/bsd/openldap/dist/include/
ldap_log.h 198 /* This struct matches the head of ldapoptions in <ldap-int.h> */
207 struct ldapoptions;
208 LDAP_V ( struct ldapoptions ) ldap_int_global_options;

Completed in 46 milliseconds