Home
last modified time | relevance | path

Searched refs:cupsdSendHeader (Results 1 – 3 of 3) sorted by relevance

/external/libcups/scheduler/
Dclient.c917 if (!cupsdSendHeader(con, HTTP_STATUS_UNAUTHORIZED, NULL, CUPSD_AUTH_NONE)) in cupsdReadClient()
933 if (!cupsdSendHeader(con, HTTP_STATUS_SWITCHING_PROTOCOLS, NULL, CUPSD_AUTH_NONE)) in cupsdReadClient()
956 if (!cupsdSendHeader(con, HTTP_STATUS_OK, NULL, CUPSD_AUTH_NONE)) in cupsdReadClient()
989 if (!cupsdSendHeader(con, HTTP_STATUS_SWITCHING_PROTOCOLS, NULL, in cupsdReadClient()
1438 if (!cupsdSendHeader(con, HTTP_STATUS_OK, line, CUPSD_AUTH_NONE)) in cupsdReadClient()
1451 if (!cupsdSendHeader(con, HTTP_STATUS_OK, NULL, CUPSD_AUTH_NONE)) in cupsdReadClient()
1469 if (!cupsdSendHeader(con, HTTP_STATUS_OK, "text/html", CUPSD_AUTH_NONE)) in cupsdReadClient()
1481 if (!cupsdSendHeader(con, HTTP_STATUS_NOT_FOUND, "text/html", CUPSD_AUTH_NONE)) in cupsdReadClient()
2037 if (!cupsdSendHeader(con, code, "text/html", auth_type)) in cupsdSendError()
2050 if (!cupsdSendHeader(con, code, NULL, auth_type)) in cupsdSendError()
[all …]
Dclient.h132 extern int cupsdSendHeader(cupsd_client_t *con, http_status_t code,
Dipp.c660 if (cupsdSendHeader(con, HTTP_OK, "application/ipp", CUPSD_AUTH_NONE)) in cupsdProcessIPPRequest()