Searched refs:ldo_tm_net (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Dos-local.c174 if ( ld->ld_options.ldo_tm_net.tv_sec >= 0 ) {
175 tv = ld->ld_options.ldo_tm_net;
H A Doptions.c210 if ( lo->ldo_tm_net.tv_sec < 0 ) {
212 } else if ( ldap_int_timeval_dup( outvalue, &lo->ldo_tm_net ) != 0 ) {
854 lo->ldo_tm_net = *tv;
H A Dos-ip.c439 if ( ld->ld_options.ldo_tm_net.tv_sec >= 0 ) {
440 tv = ld->ld_options.ldo_tm_net;
H A Dinit.c598 gopts->ldo_tm_net.tv_sec = -1;
H A Dldap-int.h223 struct timeval ldo_tm_net; member in struct:ldapoptions
H A Drequest.c278 if ( time( NULL ) - lc->lconn_created <= ld->ld_options.ldo_tm_net.tv_sec )

Completed in 169 milliseconds