OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:c_authmech
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/openldap/dist/servers/slapd/
connection.c
355
BER_BVZERO( &c->
c_authmech
);
394
assert( BER_BVISNULL( &c->
c_authmech
) );
565
if ( !BER_BVISNULL( &c->
c_authmech
) ) {
566
ch_free(c->
c_authmech
.bv_val);
568
BER_BVZERO( &c->
c_authmech
);
1806
op->o_conn->
c_authmech
= op->o_conn->c_sasl_bind_mech;
1825
op->o_conn->
c_authmech
.bv_val,
1830
op->o_conn->
c_authmech
.bv_val,
1874
ber_dupbv( &op->o_authmech, &op->o_conn->
c_authmech
);
bind.c
216
ber_dupbv( &op->o_conn->
c_authmech
, &mech );
sasl.c
1916
mech = &conn->
c_authmech
;
slap.h
2416
#define
c_authmech
c_authz.sai_mech
macro
/src/external/bsd/openldap/dist/servers/slapd/slapi/
slapi_ops.c
209
BER_BVZERO( &conn->
c_authmech
);
372
slapi_ch_free_string( &conn->
c_authmech
.bv_val );
Completed in 34 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026