Searched refs:getResponseCode (Results 1 – 5 of 5) sorted by relevance
86 if (getResponseCode() == HTTP_OK && is_contenttype_ipp(getContentType())) { in getContent()102 if (getResponseCode() == HTTP_OK && is_contenttype_ipp(getContentType())) { in printIppResponse()
96 HTTP_RESPONSECODE getResponseCode();
107 HTTP_RESPONSECODE response_code = conn.getResponseCode(); in ~IppTransport()
121 HTTP_RESPONSECODE response_code = conn.getResponseCode(); in UpdateViewData()
184 HTTP_RESPONSECODE HttpURLConnection::getResponseCode() in getResponseCode() function in HttpURLConnection