Lines Matching refs:cupsdSendHeader
917 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()
2063 cupsdSendHeader( in cupsdSendHeader() function
2455 if (!cupsdSendHeader(con, con->pipe_status, NULL, CUPSD_AUTH_NONE)) in cupsdWriteClient()
3751 if (!cupsdSendHeader(con, code, type, CUPSD_AUTH_NONE)) in write_file()