Searched refs:resp_status (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/http/
H A Dhttp_transaction_test_util.cc386 std::string resp_status = t->status; local
389 received_bytes_ = resp_status.size() + resp_headers.size() + resp_data.size();
391 (t->handler)(request, &resp_status, &resp_headers, &resp_data);
394 "%s\n%s\n", resp_status.c_str(), resp_headers.c_str());
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_peap.c547 int status, resp_status; local
563 resp_status = EAP_TLV_RESULT_FAILURE;
566 resp_status = EAP_TLV_RESULT_SUCCESS;
571 resp_status = EAP_TLV_RESULT_FAILURE;
576 resp_status = EAP_TLV_RESULT_FAILURE;
582 eap_get_id(req), resp_status);
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_peap.c547 int status, resp_status; local
563 resp_status = EAP_TLV_RESULT_FAILURE;
566 resp_status = EAP_TLV_RESULT_SUCCESS;
571 resp_status = EAP_TLV_RESULT_FAILURE;
576 resp_status = EAP_TLV_RESULT_FAILURE;
582 eap_get_id(req), resp_status);
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_peap.c547 int status, resp_status; local
563 resp_status = EAP_TLV_RESULT_FAILURE;
566 resp_status = EAP_TLV_RESULT_SUCCESS;
571 resp_status = EAP_TLV_RESULT_FAILURE;
576 resp_status = EAP_TLV_RESULT_FAILURE;
582 eap_get_id(req), resp_status);

Completed in 115 milliseconds