Searched refs:timeout_str (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dserf.c165 const char *timeout_str = NULL;
189 svn_config_get(config, &timeout_str, SVN_CONFIG_SECTION_GLOBAL,
276 svn_config_get(config, &timeout_str, server_group,
277 SVN_CONFIG_OPTION_HTTP_TIMEOUT, timeout_str);
364 if (timeout_str)
369 err = svn_cstring_strtoi64(&timeout, timeout_str, 0, APR_INT64_MAX, 10);
163 const char *timeout_str = NULL; local
/freebsd-11-stable/lib/libtacplus/
H A Dtaclib.c846 char *timeout_str; local
885 timeout_str = fields[2];
902 if (timeout_str != NULL) {
903 timeout = strtoul(timeout_str, &end, 10);
904 if (timeout_str[0] == '\0' || *end != '\0') {
/freebsd-11-stable/lib/libradius/
H A Dradlib.c507 char *timeout_str; local
572 timeout_str = fields[3];
596 if (timeout_str != NULL) {
597 timeout = strtoul(timeout_str, &end, 10);

Completed in 128 milliseconds