Searched refs:getResponseCode (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/print/transports/ipp/
H A DIppURLConnection.cpp86 if (getResponseCode() == HTTP_OK && is_contenttype_ipp(getContentType())) {
102 if (getResponseCode() == HTTP_OK && is_contenttype_ipp(getContentType())) {
H A DHttpURLConnection.h96 HTTP_RESPONSECODE getResponseCode();
H A DIppSetupDlg.cpp121 HTTP_RESPONSECODE response_code = conn.getResponseCode();
H A DIppTransport.cpp107 HTTP_RESPONSECODE response_code = conn.getResponseCode();
H A DHttpURLConnection.cpp184 HTTP_RESPONSECODE HttpURLConnection::getResponseCode() function in class:HttpURLConnection

Completed in 90 milliseconds