OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sb_tcp_user_timeout
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/bsd/openldap/dist/servers/lloadd/
backend.c
200
if ( bindconf.
sb_tcp_user_timeout
> 0 ) {
203
(void *)&bindconf.
sb_tcp_user_timeout
,
204
sizeof(bindconf.
sb_tcp_user_timeout
) ) ==
config.c
2861
{ BER_BVC("tcp-user-timeout="), offsetof(slap_bindconf,
sb_tcp_user_timeout
), 'u', 0, NULL },
/src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
conn.c
222
if ( mt->mt_tls.
sb_tcp_user_timeout
> 0 ) {
224
&mt->mt_tls.
sb_tcp_user_timeout
);
config.c
1549
c->value_uint = mt->mt_tls.
sb_tcp_user_timeout
;
1841
mt->mt_tls.
sb_tcp_user_timeout
= 0;
2527
mt->mt_tls.
sb_tcp_user_timeout
= c->value_uint;
/src/external/bsd/openldap/dist/servers/slapd/back-ldap/
config.c
1382
c->value_uint = li->li_tls.
sb_tcp_user_timeout
;
1548
li->li_tls.
sb_tcp_user_timeout
= 0;
2067
li->li_tls.
sb_tcp_user_timeout
= c->value_uint;
bind.c
710
if ( li->li_tls.
sb_tcp_user_timeout
> 0 ) {
712
&li->li_tls.
sb_tcp_user_timeout
);
/src/external/bsd/openldap/dist/servers/slapd/back-meta/
conn.c
426
if ( mt->mt_tls.
sb_tcp_user_timeout
> 0 ) {
428
&mt->mt_tls.
sb_tcp_user_timeout
);
config.c
1617
c->value_uint = mt->mt_tls.
sb_tcp_user_timeout
;
1912
mt->mt_tls.
sb_tcp_user_timeout
= 0;
2934
mt->mt_tls.
sb_tcp_user_timeout
= c->value_uint;
/src/external/bsd/openldap/dist/servers/slapd/
config.c
1287
{ BER_BVC("tcp-user-timeout="), offsetof(slap_bindconf,
sb_tcp_user_timeout
), 'u', 0, NULL },
slap.h
1661
unsigned int
sb_tcp_user_timeout
;
member in struct:slap_bindconf
Completed in 30 milliseconds
Indexes created Mon Sep 21 00:25:25 UTC 2026