Home | History | Annotate | Download | only in cgi

Lines Matching defs:printf

211 		h.printf("CGI error: %v", err)
250 h.printf("cgi: long header line from subprocess.")
258 h.printf("cgi: error reading headers: %v", err)
268 h.printf("cgi: bogus header line: %s", string(line))
277 h.printf("cgi: bogus status (short): %q", val)
282 h.printf("cgi: bogus status: %q", val)
283 h.printf("cgi: line was %q", line)
293 h.printf("cgi: no headers")
309 h.printf("cgi: missing required Content-Type in headers")
330 h.printf("cgi: copy error: %v", err)
341 func (h *Handler) printf(format string, v ...interface{}) {
343 h.Logger.Printf(format, v...)
345 log.Printf(format, v...)
353 h.printf("cgi: error resolving local URI path %q: %v", path, err)