/external/chromium/net/http/ |
http_transaction_unittest.cc | 228 std::string resp_status = t->status; 232 (t->handler)(request, &resp_status, &resp_headers, &resp_data); 235 "%s\n%s\n", resp_status.c_str(), resp_headers.c_str());
|
/external/chromium_org/net/http/ |
http_transaction_unittest.cc | 255 std::string resp_status = t->status; local 259 (t->handler)(request, &resp_status, &resp_headers, &resp_data); 262 "%s\n%s\n", resp_status.c_str(), resp_headers.c_str());
|
/external/wpa_supplicant_8/src/eap_peer/ |
eap_peap.c | 541 int status, resp_status; local 557 resp_status = EAP_TLV_RESULT_FAILURE; 560 resp_status = EAP_TLV_RESULT_SUCCESS; 565 resp_status = EAP_TLV_RESULT_FAILURE; 570 resp_status = EAP_TLV_RESULT_FAILURE; 576 eap_get_id(req), resp_status); [all...] |
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
802.11.h | 2004 uint8 resp_status; member in struct:dot11_wnm_sleep_ie [all...] |