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

/httpd/modules/filters/
H A Dmod_reqtimeout.c514 char *rate_str = NULL, *initial_str, *max_str = NULL; local
538 if ((max_str = strchr(initial_str, '-'))) {
539 *max_str++ = '\0';
540 ret = parse_int(p, max_str, &max);

Completed in 10 milliseconds