OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gopts
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/openldap/dist/libraries/libldap/
open.c
127
struct ldapoptions *
gopts
;
local
131
if ( (
gopts
= LDAP_INT_GLOBAL_OPT()) == NULL) {
136
if(
gopts
->ldo_valid != LDAP_INITIALIZED ) {
137
ldap_int_initialize(
gopts
, NULL);
138
if (
gopts
->ldo_valid != LDAP_INITIALIZED )
154
LDAP_MUTEX_LOCK( &
gopts
->ldo_mutex );
155
AC_MEMCPY(&ld->ld_options,
gopts
, sizeof(ld->ld_options));
163
int len = strlen(
gopts
->ldo_tls_pin_hashalg );
166
LDAP_MALLOC( len + 1 +
gopts
->ldo_tls_pin.bv_len );
171
AC_MEMCPY( ld->ld_options.ldo_tls_pin_hashalg,
gopts
->ldo_tls_pin_hashalg
[
all
...]
init.c
171
struct ldapoptions *
gopts
,
193
LDAP_BOOL_SET(
gopts
, attrs[i].offset);
196
LDAP_BOOL_CLR(
gopts
, attrs[i].offset);
204
p = &((char *)
gopts
)[attrs[i].offset];
219
p = &((char *)
gopts
)[attrs[i].offset];
227
p = &((char *)
gopts
)[attrs[i].offset];
236
ldap_int_sasl_config(
gopts
, attrs[i].offset, opt );
241
ldap_int_gssapi_config(
gopts
, attrs[i].offset, opt );
286
struct ldapoptions *
gopts
;
local
290
gopts
= LDAP_INT_GLOBAL_OPT()
312
struct ldapoptions *
gopts
;
local
542
struct ldapoptions *
gopts
= LDAP_INT_GLOBAL_OPT();
local
[
all
...]
Completed in 23 milliseconds
Indexes created Fri May 01 00:23:41 UTC 2026