Home
last modified time | relevance | path

Searched refs:HTTP_PRECONDITION_FAILED (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/src/wps/
Dwps_upnp_web.c252 case HTTP_PRECONDITION_FAILED: in http_put_reply_code()
947 ret = HTTP_PRECONDITION_FAILED; in web_connection_parse_subscribe()
1049 ret = HTTP_PRECONDITION_FAILED; in web_connection_parse_subscribe()
1055 ret = HTTP_PRECONDITION_FAILED; in web_connection_parse_subscribe()
1064 ret = HTTP_PRECONDITION_FAILED; in web_connection_parse_subscribe()
1154 ret = HTTP_PRECONDITION_FAILED; in web_connection_parse_unsubscribe()
1229 ret = HTTP_PRECONDITION_FAILED; in web_connection_parse_unsubscribe()
1235 ret = HTTP_PRECONDITION_FAILED; in web_connection_parse_unsubscribe()
Dhttp.h20 HTTP_PRECONDITION_FAILED = 412, enumerator
/external/chromium_org/content/browser/download/
Ddownload_resource_handler.cc407 case net::HTTP_PRECONDITION_FAILED: in OnResponseCompleted()
/external/chromium_org/google_apis/drive/
Ddrive_api_requests_unittest.cc225 response->set_code(net::HTTP_PRECONDITION_FAILED); in HandlePreconditionFailedRequest()