Home
last modified time | relevance | path

Searched defs:httpError (Results 1 – 2 of 2) sorted by relevance

/external/syzkaller/vendor/golang.org/x/net/http2/
Dhttp2.go328 type httpError struct { struct
329 msg string
330 timeout bool
333 func (e *httpError) Error() string { return e.msg }
334 func (e *httpError) Timeout() bool { return e.timeout }
335 func (e *httpError) Temporary() bool { return true }
/external/libcups/cups/
Dhttp.c594 httpError(http_t *http) /* I - HTTP connection */ in httpError() function