Home
last modified time | relevance | path

Searched refs:httpError (Results 1 – 7 of 7) sorted by relevance

/external/libcups/scheduler/
Dclient.c565 …P_ENCODING_%s, data_remaining=" CUPS_LLFMT ", request=%p(%s), file=%d", httpError(con->http), (int… in cupsdReadClient()
567 …if (httpError(con->http) == EPIPE && !httpGetReady(con->http) && recv(httpGetFd(con->http), buf, 1… in cupsdReadClient()
630 if (httpError(con->http)) in cupsdReadClient()
633 httpError(con->http), strerror(httpError(con->http))); in cupsdReadClient()
781 if (httpError(con->http) && httpError(con->http) != EPIPE) in cupsdReadClient()
784 httpError(con->http), strerror(httpError(con->http))); in cupsdReadClient()
1508 if (httpError(con->http) && httpError(con->http) != EPIPE) in cupsdReadClient()
1511 httpError(con->http), strerror(httpError(con->http))); in cupsdReadClient()
1688 if (httpError(con->http) && httpError(con->http) != EPIPE) in cupsdReadClient()
1691 httpError(con->http), strerror(httpError(con->http))); in cupsdReadClient()
[all …]
/external/libcups/cups/
Dlibcups2.def377 httpError
Dhttp.h461 extern int httpError(http_t *http) _CUPS_PUBLIC;
Dhttp.c571 httpError(http_t *http) /* I - HTTP connection */ in httpError() function
/external/libcups/tools/
Dipptool.c1097 if (!Cancel && status == HTTP_STATUS_ERROR && httpError(data->http) != EINVAL && in do_test()
1099 httpError(data->http) != WSAETIMEDOUT) in do_test()
1101 httpError(data->http) != ETIMEDOUT) in do_test()
1124 if (!Cancel && status == HTTP_STATUS_ERROR && httpError(data->http) != EINVAL && in do_test()
1126 httpError(data->http) != WSAETIMEDOUT) in do_test()
1128 httpError(data->http) != ETIMEDOUT) in do_test()
Dippeveprinter.c5677 if (httpError(client->http) == EPIPE) in process_http()
5680 …fprintf(stderr, "%s Bad request line (%s).\n", client->hostname, strerror(httpError(client->http))… in process_http()
/external/libcups/backend/
Dipp.c1666 "Print-Job: %s\n", strerror(httpError(http))); in main()
1866 "Send-Document: %s\n", strerror(httpError(http))); in main()