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

/macosx-10.10.1/ppp-786.1.1/Authenticators/Radius/
H A Dradlib.c410 char *timeout_str; local
471 timeout_str = fields[3];
493 if (timeout_str != NULL) {
494 timeout = strtoul(timeout_str, &end, 10);
/macosx-10.10.1/apache-793/httpd/modules/ssl/
H A Dssl_engine_kernel.c1646 char timeout_str[56] = {'\0'}; local
1653 apr_snprintf(timeout_str, sizeof(timeout_str),
1662 timeout_str, result);

Completed in 119 milliseconds