Lines Matching defs:timeout
205 unsigned int timeout, struct output *out)
257 if (timeout == NO_TIMEOUT) {
260 ret = sss_nss_timedlock(timeout, &time_left);
362 int sss_nss_getsidbyname_timeout(const char *fq_name, unsigned int timeout,
375 ret = sss_nss_getyyybyxxx(inp, SSS_NSS_GETSIDBYNAME, timeout, &out);
390 int sss_nss_getsidbyid_timeout(uint32_t id, unsigned int timeout,
403 ret = sss_nss_getyyybyxxx(inp, SSS_NSS_GETSIDBYID, timeout, &out);
417 int sss_nss_getnamebysid_timeout(const char *sid, unsigned int timeout,
430 ret = sss_nss_getyyybyxxx(inp, SSS_NSS_GETNAMEBYSID, timeout, &out);
445 int sss_nss_getidbysid_timeout(const char *sid, unsigned int timeout,
458 ret = sss_nss_getyyybyxxx(inp, SSS_NSS_GETIDBYSID, timeout, &out);
472 int sss_nss_getorigbyname_timeout(const char *fq_name, unsigned int timeout,
486 ret = sss_nss_getyyybyxxx(inp, SSS_NSS_GETORIGBYNAME, timeout, &out);
501 int sss_nss_getnamebycert_timeout(const char *cert, unsigned int timeout,
514 ret = sss_nss_getyyybyxxx(inp, SSS_NSS_GETNAMEBYCERT, timeout, &out);
529 int sss_nss_getlistbycert_timeout(const char *cert, unsigned int timeout,
542 ret = sss_nss_getyyybyxxx(inp, SSS_NSS_GETLISTBYCERT, timeout, &out);