Home
last modified time | relevance | path

Searched refs:HTTP_CLIENT_TIMEOUT (Results 1 – 5 of 5) sorted by relevance

/external/wpa_supplicant_8/src/wps/
Dhttp_client.h16 HTTP_CLIENT_TIMEOUT, enumerator
Dhttp_client.c40 c->cb(c->cb_ctx, c, HTTP_CLIENT_TIMEOUT); in http_client_timeout()
75 c->cb(c->cb_ctx, c, HTTP_CLIENT_TIMEOUT); in http_client_got_response()
Dwps_er.c205 case HTTP_CLIENT_TIMEOUT: in wps_er_http_unsubscribe_cb()
416 case HTTP_CLIENT_TIMEOUT: in wps_er_http_subscribe_cb()
626 case HTTP_CLIENT_TIMEOUT: in wps_er_http_dev_desc_cb()
875 case HTTP_CLIENT_TIMEOUT: in wps_er_http_put_wlan_response_cb()
1405 case HTTP_CLIENT_TIMEOUT: in wps_er_http_set_sel_reg_cb()
1664 case HTTP_CLIENT_TIMEOUT: in wps_er_http_put_message_cb()
1850 case HTTP_CLIENT_TIMEOUT: in wps_er_http_get_dev_info_cb()
Dwps_upnp_event.c242 case HTTP_CLIENT_TIMEOUT: in event_http_cb()
/external/downloader/src/main/java/com/google/android/downloader/
DErrorDetails.java127 case HttpURLConnection.HTTP_CLIENT_TIMEOUT: in isRetryableHttpError()