Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/include/
Desp_memprot.h29 #define ESP_MEMPROT_ERR_CHECK(retval, fnc) if ((retval=fnc) != ESP_OK) { return retval; } argument
/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/
Deap_ttls.c1238 int retval = 0; in eap_ttls_implicit_identity_request() local
1253 retval = -1; in eap_ttls_implicit_identity_request()
1270 retval = eap_ttls_encrypt_response(sm, data, resp, identifier, in eap_ttls_implicit_identity_request()
1276 if (retval < 0) { in eap_ttls_implicit_identity_request()
1281 return retval; in eap_ttls_implicit_identity_request()
1321 int retval = 0; in eap_ttls_decrypt() local
1359 retval = eap_peer_tls_decrypt(sm, &data->ssl, in_data, &in_decrypted); in eap_ttls_decrypt()
1360 if (retval) in eap_ttls_decrypt()
1367 retval = -1; in eap_ttls_decrypt()
1371 retval = eap_ttls_process_decrypted(sm, data, ret, identifier, in eap_ttls_decrypt()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/
Dbta_ag_cmd.c638 UINT8 retval = 0; in bta_ag_parse_chld() local
650 retval = (UINT8)idx; in bta_ag_parse_chld()
652 retval = BTA_AG_INVALID_CHLD; in bta_ag_parse_chld()
655 return(retval); in bta_ag_parse_chld()
670 tBTA_AG_PEER_CODEC retval = BTA_AG_CODEC_NONE; in bta_ag_parse_bac() local
689 retval |= BTA_AG_CODEC_CVSD; in bta_ag_parse_bac()
693 retval |= BTA_AG_CODEC_MSBC; in bta_ag_parse_bac()
707 return (retval); in bta_ag_parse_bac()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_devctl.c767 tBTM_STATUS retval = BTM_SUCCESS; in BTM_RegisterForVSEvents() local
794 retval = BTM_NO_RESOURCES; in BTM_RegisterForVSEvents()
798 return (retval); in BTM_RegisterForVSEvents()