Home
last modified time | relevance | path

Searched refs:HTTP_ERROR (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/lib/print/libhttp-core/common/
H A Dhttp.c557 http->status = HTTP_ERROR; in httpReconnect()
614 http->status = HTTP_ERROR; in httpReconnect()
1607 return (HTTP_ERROR); in httpUpdate()
1640 return (HTTP_ERROR); in httpUpdate()
1685 http->status = HTTP_ERROR; in httpUpdate()
1686 return (HTTP_ERROR); in httpUpdate()
1701 http->status = HTTP_ERROR; in httpUpdate()
1702 return (HTTP_ERROR); in httpUpdate()
2038 if (http->status == HTTP_ERROR || http->status >= HTTP_BAD_REQUEST) in http_send()
2061 http->status = HTTP_ERROR; in http_send()
[all …]
H A Dhttp.h193 HTTP_ERROR = -1, /* An error response from httpXxxx() */ enumerator