Lines Matching refs:HTTP_STATUS_OK
2632 if (status != HTTP_STATUS_OK) in finish_document_uri()
5730 if (http_status != HTTP_STATUS_OK) in process_http()
5787 return (respond_http(client, HTTP_STATUS_OK, NULL, NULL, 0)); in process_http()
5791 return (respond_http(client, HTTP_STATUS_OK, NULL, "image/png", 0)); in process_http()
5793 return (respond_http(client, HTTP_STATUS_OK, NULL, "text/html", 0)); in process_http()
5815 if (!respond_http(client, HTTP_STATUS_OK, NULL, "image/png", (size_t)fileinfo.st_size)) in process_http()
5835 if (!respond_http(client, HTTP_STATUS_OK, NULL, "image/png", sizeof(printer_png))) in process_http()
6197 return (respond_http(client, HTTP_STATUS_OK, NULL, "application/ipp", in process_ipp()
7055 if (!type && !length && code != HTTP_STATUS_OK && code != HTTP_STATUS_SWITCHING_PROTOCOLS) in respond_http()
7333 if (!respond_http(client, HTTP_STATUS_OK, NULL, "text/html", 0)) in show_media()
7650 if (!respond_http(client, HTTP_STATUS_OK, NULL, "text/html", 0)) in show_status()
7757 if (!respond_http(client, HTTP_STATUS_OK, NULL, "text/html", 0)) in show_supplies()