Lines Matching defs:line
213 /* max line length (incl.\n) in text rewrite maps */
1275 char line[REWRITE_MAX_TXT_MAP_LINE + 1]; /* +1 for \0 */
1289 while (apr_file_gets(line, sizeof(line), fp) == APR_SUCCESS) {
1293 if (*line == '#' || apr_isspace(*line)) {
1297 p = line;
2682 * own command line parser for RewriteRule and RewriteCond,
2714 return "bad argument line: at least two arguments required";
3302 /* parse the argument line ourself
3304 * of the argument line. So we can use a1 .. a3 without
3728 /* parse the argument line ourself */