Searched refs:ldo_tm_api (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Doptions.c200 if ( lo->ldo_tm_api.tv_sec < 0 ) {
202 } else if ( ldap_int_timeval_dup( outvalue, &lo->ldo_tm_api ) != 0 ) {
845 lo->ldo_tm_api = *tv;
H A Dinit.c597 gopts->ldo_tm_api.tv_sec = -1;
H A Dldap-int.h222 struct timeval ldo_tm_api; member in struct:ldapoptions
H A Dresult.c477 if ( timeout == NULL && ld->ld_options.ldo_tm_api.tv_sec >= 0 ) {
478 tv = ld->ld_options.ldo_tm_api;

Completed in 178 milliseconds