Searched refs:timeout_value (Results 1 – 8 of 8) sorted by relevance
838 uint32 timeout_value; in GcsFileSystem() local840 &timeout_value)) { in GcsFileSystem()841 timeouts_.connect = timeout_value; in GcsFileSystem()843 if (GetEnvVar(kRequestIdleTimeout, strings::safe_strtou32, &timeout_value)) { in GcsFileSystem()844 timeouts_.idle = timeout_value; in GcsFileSystem()847 &timeout_value)) { in GcsFileSystem()848 timeouts_.metadata = timeout_value; in GcsFileSystem()850 if (GetEnvVar(kReadRequestTimeout, strings::safe_strtou32, &timeout_value)) { in GcsFileSystem()851 timeouts_.read = timeout_value; in GcsFileSystem()853 if (GetEnvVar(kWriteRequestTimeout, strings::safe_strtou32, &timeout_value)) { in GcsFileSystem()[all …]
344 double timeout_value; /* Timeout in seconds */ member
2448 if (http->timeout_value > 0) in httpReconnect2()2449 http_set_timeout(http->fd, http->timeout_value); in httpReconnect2()2748 http->timeout_value = timeout; in httpSetTimeout()4127 if (!http->blocking || http->timeout_value > 0.0) in http_read()4604 http->wait_value = (int)(http->timeout_value * 1000); in http_set_wait()4722 if (http->timeout_value > 0.0) in http_write()
1096 if (!http->blocking || http->timeout_value > 0.0) in http_gnutls_read()1594 old_timeout = http->timeout_value; in _httpTLSStart()
1552 old_timeout = http->timeout_value; in _httpTLSStart()2125 if (!http->blocking || http->timeout_value > 0.0) in http_cdsa_read()
6737 else if (http->used == 0 && http->timeout_value > 0) in ipp_read_http()6743 if (!httpWait(http, (int)(1000 * http->timeout_value))) in ipp_read_http()
6822 else if (http->used == 0 && http->timeout_value > 0)6828 if (!httpWait(http, (int)(1000 * http->timeout_value)))
930 struct timespec timeout_value; in connect_to_server_wait_retry() local936 timeout = &timeout_value; in connect_to_server_wait_retry()