Searched refs:sb_timeout_api (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
H A D | config.c | 1528 { BER_BVC("timeout="), offsetof(slap_bindconf, sb_timeout_api), 'i', 0, NULL }, 2149 if ( sb->sb_timeout_api ) { in slap_client_connect() 2150 tv.tv_sec = sb->sb_timeout_api; in slap_client_connect()
|
H A D | slap.h | 1644 int sb_timeout_api; member
|
H A D | syncrepl.c | 1259 tout.tv_sec = si->si_bindconf.sb_timeout_api; in do_syncrep2()
|
/netbsd-src/external/bsd/openldap/dist/servers/lloadd/ |
H A D | config.c | 1250 if ( bindconf.sb_timeout_api ) { in config_bindconf() 1251 timeout_api_tv.tv_sec = bindconf.sb_timeout_api; in config_bindconf() 2776 { BER_BVC("timeout="), offsetof(slap_bindconf, sb_timeout_api), 'i', 0, NULL },
|