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

/httpd/modules/proxy/
H A Dmod_proxy_ftp.c1239 char *secs_str = ftpmessage; local
1243 while (*secs_str)
1244 if ((secs_str==ftpmessage || apr_isspace(secs_str[-1])) &&
1245 apr_isdigit(secs_str[0]))
1247 if (*secs_str != '\0') {
1248 secs = atol(secs_str);

Completed in 270 milliseconds