Home
last modified time | relevance | path

Searched refs:HTTP_OK (Results 1 – 15 of 15) sorted by relevance

/external/wpa_supplicant_8/src/wps/
Dwps_upnp_web.c246 case HTTP_OK: in http_put_reply_code()
484 return HTTP_OK; in web_process_get_device_info()
569 return HTTP_OK; in web_process_put_message()
671 return HTTP_OK; in web_process_put_wlan_response()
731 return HTTP_OK; in web_process_set_selected_registrar()
793 if (ret == HTTP_OK) { in web_connection_send_reply()
818 if (ret == HTTP_OK) { in web_connection_send_reply()
956 if (ret != HTTP_OK) in web_connection_parse_post()
1141 http_put_reply_code(buf, HTTP_OK); in web_connection_parse_subscribe()
1318 ret = HTTP_OK; in web_connection_parse_unsubscribe()
Dhttp.h15 HTTP_OK = 200, enumerator
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DCacheStrategy.java20 import static java.net.HttpURLConnection.HTTP_OK;
52 case HTTP_OK: in isCacheable()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/io/
DRealConnection.java63 import static java.net.HttpURLConnection.HTTP_OK;
282 case HTTP_OK: in createTunnel()
/external/libevent/include/event2/
Dhttp.h53 #define HTTP_OK 200 /**< request completed ok */ macro
/external/mockwebserver/src/test/java/com/google/mockwebserver/
DMockWebServerTest.java115 assertEquals(HttpURLConnection.HTTP_OK, connection.getResponseCode()); in testRegularResponse()
/external/okhttp/okhttp-urlconnection/src/test/java/com/squareup/okhttp/
DUrlConnectionCacheTest.java1527 assertEquals(HttpURLConnection.HTTP_OK, connection2.getResponseCode()); in conditionalHitUpdatesCache()
1705 assertEquals(HttpURLConnection.HTTP_OK, connection1.getResponseCode()); in assertConditionallyCached()
1709 assertEquals(HttpURLConnection.HTTP_OK, connection2.getResponseCode()); in assertConditionallyCached()
1715 assertEquals(HttpURLConnection.HTTP_OK, connection3.getResponseCode()); in assertConditionallyCached()
1719 assertEquals(HttpURLConnection.HTTP_OK, connection4.getResponseCode()); in assertConditionallyCached()
/external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/internal/huc/
DResponseCacheTest.java1609 assertEquals(HttpURLConnection.HTTP_OK, connection2.getResponseCode()); in conditionalHitDoesNotUpdateCache()
1722 assertEquals(HttpURLConnection.HTTP_OK, connection1.getResponseCode()); in assertConditionallyCached()
1726 assertEquals(HttpURLConnection.HTTP_OK, connection2.getResponseCode()); in assertConditionallyCached()
1732 assertEquals(HttpURLConnection.HTTP_OK, connection3.getResponseCode()); in assertConditionallyCached()
1736 assertEquals(HttpURLConnection.HTTP_OK, connection4.getResponseCode()); in assertConditionallyCached()
/external/okhttp/mockwebserver/src/test/java/com/squareup/okhttp/mockwebserver/
DMockWebServerTest.java90 assertEquals(HttpURLConnection.HTTP_OK, connection.getResponseCode()); in regularResponse()
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DCacheTest.java1824 assertEquals(HttpURLConnection.HTTP_OK, response2.code()); in conditionalHitUpdatesCache()
2223 assertEquals(HttpURLConnection.HTTP_OK, response1.code()); in assertConditionallyCached()
2227 assertEquals(HttpURLConnection.HTTP_OK, response2.code()); in assertConditionallyCached()
2233 assertEquals(HttpURLConnection.HTTP_OK, response3.code()); in assertConditionallyCached()
2237 assertEquals(HttpURLConnection.HTTP_OK, response4.code()); in assertConditionallyCached()
DURLConnectionTest.java3124 assertEquals(HttpURLConnection.HTTP_OK, connection2.getResponseCode());
/external/libcups/cups/
Dhttp.h299 # define HTTP_OK HTTP_STATUS_OK macro
/external/libmicrohttpd/doc/chapters/
Dlargerpost.inc58 It would be tolerable to send all these responses undifferentiated with a @code{200 HTTP_OK}
/external/libevent/
Devrpc.c490 evhttp_send_reply(req, HTTP_OK, "OK", rpc_state->rpc_data); in evrpc_request_done_closure()
/external/libmicrohttpd/doc/
Dlibmicrohttpd-tutorial.info1084 with a `200 HTTP_OK' status code but in order to improve the `HTTP'