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

/httpd/docs/log-message-tags/
H A Dupdate-log-msg-tags44 my $lineno = $.;
75 note_tag($file, $lineno, $1, $2);
81 defined $next or die "can't find end of format string in $file:$lineno";
85 note_tag($file, $lineno, $tag, "");
113 my $lineno = shift;
128 print STDERR "WARNING: Duplicate tag $tag at $tags{$tag}->{file}:$tags{$tag}->{line} and $file:$lineno\n";
131 print STDERR "WARNING: next-number $serial inconsistent with tag $tag at $file:$lineno, adjusting\n";
134 $tags{$tag} = { file => $file, line => $lineno, msg => $oneline };
/httpd/modules/metadata/
H A Dmod_mime_magic.c130 int lineno; /* line number from magic file */ member in struct:magic
920 int lineno; local
945 for (lineno = 1; apr_file_gets(line, BUFSIZ, f) == APR_SUCCESS; lineno++) {
979 if (parse(s, p, line + ws_offset, lineno) != 0)
995 lineno, rule, errs);
1014 prevm ? prevm->lineno : -1);
1064 static int parse(server_rec *serv, apr_pool_t *p, char *l, int lineno) argument
1087 m->lineno = lineno;
[all...]
/httpd/modules/proxy/balancers/
H A Dmod_lbmethod_heartbeat.c118 int lineno = 0; local
140 lineno++;
/httpd/modules/proxy/
H A Dmod_serf.c866 int lineno = 0; local
873 lineno++;

Completed in 15 milliseconds