Searched defs:no_timeout (Results 1 - 1 of 1) sorted by relevance

/sssd-io/src/providers/ldap/
H A Dsdap_async.c151 struct timeval no_timeout = {0, 0}; local
166 ret = ldap_result(sh->ldap, LDAP_RES_ANY, 0, &no_timeout, &msg);
188 memset(&no_timeout, 0, sizeof(struct timeval));
190 te = tevent_add_timer(ev, sh, no_timeout, sdap_ldap_next_result, sh);

Completed in 31 milliseconds