/hal_espressif-3.4.0/examples/protocols/smtp_client/main/ |
D | smtp_client_example_main.c | 107 goto exit; in write_and_get_response() 124 goto exit; in write_and_get_response() 131 exit: in write_and_get_response() 150 goto exit; in write_ssl_and_get_response() 164 goto exit; in write_ssl_and_get_response() 181 goto exit; in write_ssl_and_get_response() 188 exit: in write_ssl_and_get_response() 218 goto exit; in perform_tls_handshake() 227 goto exit; in perform_tls_handshake() 245 exit: in perform_tls_handshake() [all …]
|
/hal_espressif-3.4.0/examples/common_components/iperf/ |
D | iperf.c | 229 …F_IP_TYPE_IPV6 || s_iperf_ctrl.cfg.type == IPERF_IP_TYPE_IPV4), ESP_FAIL, exit, TAG, "Ivalid AF ty… in iperf_run_tcp_server() 238 …ESP_GOTO_ON_FALSE((listen_socket >= 0), ESP_FAIL, exit, TAG, "Unable to create socket: errno %d", … in iperf_run_tcp_server() 246 …ESP_GOTO_ON_FALSE((err == 0), ESP_FAIL, exit, TAG, "Socket unable to bind: errno %d, IPPROTO: %d",… in iperf_run_tcp_server() 248 …ESP_GOTO_ON_FALSE((err == 0), ESP_FAIL, exit, TAG, "Error occurred during listen: errno %d", errno… in iperf_run_tcp_server() 260 …ESP_GOTO_ON_FALSE((listen_socket >= 0), ESP_FAIL, exit, TAG, "Unable to create socket: errno %d", … in iperf_run_tcp_server() 267 …ESP_GOTO_ON_FALSE((err == 0), ESP_FAIL, exit, TAG, "Socket unable to bind: errno %d, IPPROTO: %d",… in iperf_run_tcp_server() 270 …ESP_GOTO_ON_FALSE((err == 0), ESP_FAIL, exit, TAG, "Error occurred during listen: errno %d", errno… in iperf_run_tcp_server() 275 …ESP_GOTO_ON_FALSE((client_socket >= 0), ESP_FAIL, exit, TAG, "Unable to accept connection: errno %… in iperf_run_tcp_server() 282 exit: in iperf_run_tcp_server() 305 …F_IP_TYPE_IPV6 || s_iperf_ctrl.cfg.type == IPERF_IP_TYPE_IPV4), ESP_FAIL, exit, TAG, "Ivalid AF ty… in iperf_run_tcp_client() [all …]
|
/hal_espressif-3.4.0/examples/openthread/ot_cli/main/ |
D | esp_ot_tcp_socket.c | 39 …ESP_GOTO_ON_FALSE((listen_sock >= 0), ESP_OK, exit, TAG, "Unable to create socket: errno %d", errn… in tcp_socket_server_task() 49 …ESP_GOTO_ON_FALSE((err == 0), ESP_FAIL, exit, TAG, "Socket unable to bind: errno %d, IPPROTO: %d",… in tcp_socket_server_task() 53 …ESP_GOTO_ON_FALSE((err == 0), ESP_FAIL, exit, TAG, "Error occurred during listen: errno %d", errno… in tcp_socket_server_task() 63 …ESP_GOTO_ON_FALSE((client_sock >= 0), ESP_FAIL, exit, TAG, "Unable to accept connection: errno %d"… in tcp_socket_server_task() 65 …ESP_GOTO_ON_FALSE((err >= 0), ESP_FAIL, exit, TAG, "Error occurred during sending: errno %d", errn… in tcp_socket_server_task() 73 ESP_GOTO_ON_FALSE((len >= 0), ESP_FAIL, exit, TAG, "recv failed: errno %d", errno); in tcp_socket_server_task() 82 exit: in tcp_socket_server_task() 112 …ESP_GOTO_ON_FALSE((client_sock >= 0), ESP_OK, exit, TAG, "Unable to create socket: errno %d", errn… in tcp_socket_client_task() 117 ESP_GOTO_ON_FALSE((err == 0), ESP_FAIL, exit, TAG, "Socket unable to connect: errno %d", errno); in tcp_socket_client_task() 121 …ESP_GOTO_ON_FALSE((len >= 0), ESP_FAIL, exit, TAG, "Error occurred during sending: errno %d", errn… in tcp_socket_client_task() [all …]
|
D | esp_ot_udp_socket.c | 39 …ESP_GOTO_ON_FALSE((listen_sock >= 0), ESP_OK, exit, TAG, "Unable to create socket: errno %d", errn… in udp_socket_server_task() 49 ESP_GOTO_ON_FALSE((err == 0), ESP_FAIL, exit, TAG, "Socket unable to bind: errno %d", errno); in udp_socket_server_task() 60 ESP_GOTO_ON_FALSE((len >= 0), ESP_FAIL, exit, TAG, "recvfrom failed: errno %d", errno); in udp_socket_server_task() 70 …ESP_GOTO_ON_FALSE((err >= 0), ESP_FAIL, exit, TAG, "Error occurred during sending: errno %d", errn… in udp_socket_server_task() 71 exit: in udp_socket_server_task() 98 …ESP_GOTO_ON_FALSE((client_sock >= 0), ESP_OK, exit, TAG, "Unable to create socket: errno %d", errn… in udp_socket_client_task() 102 …ESP_GOTO_ON_FALSE((err >= 0), ESP_FAIL, exit, TAG, "Error occurred during sending: errno %d", errn… in udp_socket_client_task() 109 ESP_GOTO_ON_FALSE((len >= 0), ESP_FAIL, exit, TAG, "recvfrom failed: errno %d", errno); in udp_socket_client_task() 114 exit: in udp_socket_client_task()
|
/hal_espressif-3.4.0/examples/peripherals/secure_element/atecc608_ecdsa/main/ |
D | ecdsa_example_main.c | 125 goto exit; in atca_ecdsa_test() 135 goto exit; in atca_ecdsa_test() 143 goto exit; in atca_ecdsa_test() 153 goto exit; in atca_ecdsa_test() 162 goto exit; in atca_ecdsa_test() 166 exit: in atca_ecdsa_test() 193 goto exit; in app_main() 202 goto exit; in app_main() 209 goto exit; in app_main() 216 goto exit; in app_main() [all …]
|
/hal_espressif-3.4.0/tools/kconfig/ |
D | merge_config.sh | 25 exit 57 exit 69 exit 1 82 exit 97 echo "The base file '$INITFILE' does not exist. Exit." >&2 98 exit 1 112 echo "The merge file '$MERGE_FILE' does not exist. Exit." >&2 113 exit 1 140 exit
|
/hal_espressif-3.4.0/tools/ci/ |
D | multirun_with_pyenv.sh | 15 { source /opt/pyenv/activate; } || { echo 'Pyenv activation has failed!' ; exit 1; } 24 exit 1 32 exit 1 38 $(pyenv global $ver) || exit 1 43 exit 1; 48 …ystem; } || { echo 'Restoring the system version of the Python interpreter has failed!' ; exit 1; }
|
D | check_idf_version.sh | 40 exit 1 51 exit 1 56 exit 1 61 exit 1
|
/hal_espressif-3.4.0/components/esptool_py/esptool/espsecure/esp_hsm_sign/ |
D | __init__.py | 49 sys.exit(1) 62 sys.exit(1) 76 sys.exit(1) 112 sys.exit(1) 120 sys.exit(1) 149 sys.exit(1) 163 sys.exit(1) 173 sys.exit(1)
|
/hal_espressif-3.4.0/tools/kconfig/lxdialog/ |
D | check-lxdialog.sh | 6 exit 1 25 exit 29 exit 1 77 exit 1 87 exit 1 107 exit 1
|
/hal_espressif-3.4.0/examples/protocols/mqtt/ssl_ds/main/ |
D | app_main.c | 107 goto exit; in esp_read_ds_data_from_nvs() 113 goto exit; in esp_read_ds_data_from_nvs() 121 goto exit; in esp_read_ds_data_from_nvs() 128 goto exit; in esp_read_ds_data_from_nvs() 134 goto exit; in esp_read_ds_data_from_nvs() 140 goto exit; in esp_read_ds_data_from_nvs() 147 goto exit; in esp_read_ds_data_from_nvs() 154 goto exit; in esp_read_ds_data_from_nvs() 158 exit: in esp_read_ds_data_from_nvs()
|
/hal_espressif-3.4.0/components/mbedtls/port/dynamic/ |
D | esp_mbedtls_dynamic_impl.c | 248 goto exit; in esp_mbedtls_add_tx_buffer() 263 goto exit; in esp_mbedtls_add_tx_buffer() 278 exit: in esp_mbedtls_add_tx_buffer() 295 goto exit; in esp_mbedtls_free_tx_buffer() 314 exit: in esp_mbedtls_free_tx_buffer() 336 goto exit; in esp_mbedtls_add_rx_buffer() 354 goto exit; in esp_mbedtls_add_rx_buffer() 376 goto exit; in esp_mbedtls_add_rx_buffer() 393 exit: in esp_mbedtls_add_rx_buffer() 413 goto exit; in esp_mbedtls_free_rx_buffer() [all …]
|
/hal_espressif-3.4.0/tools/idf_monitor_base/ |
D | console_parser.py | 102 --- {exit:8} Exit program (or CTRL+C) 106 --- {exit:14} Send the exit character itself to remote 114 --- {menuexit:14} Exit program 116 exit=key_description(self.exit_key), 130 --- Press {} to exit monitor.
|
/hal_espressif-3.4.0/examples/system/gdbstub/ |
D | README.md | 6 Upon exit from GDB, the application will continue to work in IDF Monitor as before. 40 To exit the serial monitor, type ``Ctrl-]``. 51 …s how to switch to GDB, watch values, change values, continue to run, and exit from GDB to the app… 57 The user can exit from GDB to continue seeing the trace from IDF Monitor by pressing "quit" and the… 67 To exit from the idf.py please use "Ctrl+]" 124 7. Exit GDB by typing "quit" and then "y" 126 To exit from monitor please use Ctrl+]
|
/hal_espressif-3.4.0/components/mbedtls/test/ |
D | test_aes_sha_rsa.c | 137 // set exit flag to let thread exit 182 // set exit flag to let thread exit 216 // set exit flag to let thread exit 250 // set exit flag to let thread exit 286 // set exit flag to let thread exit
|
/hal_espressif-3.4.0/.gitlab/ci/ |
D | static-code-analysis.yml | 47 - pylint --rcfile=.pylintrc $files -r n --output-format=parseable > pylint-report.txt || exit 0 95 allow_failure: true # since now it's using exit code to indicate the code analysis result, 99 # test if this branch have merge request, if not, exit 0 100 - test -n "$CI_MERGE_REQUEST_IID" || exit 0 101 - test -n "$CI_MERGE_REQUEST_COMMITS" || exit 0 119 allow_failure: true # since now it's using exit code to indicate the code analysis result,
|
/hal_espressif-3.4.0/tools/esp_app_trace/test/sysview/ |
D | test.sh | 8 ; } || { echo 'The test for sysviewtrace_proc has failed. Please examine the artifacts.' ; exit 1; } 15 …est for sysviewtrace_proc JSON functionality has failed. Please examine the artifacts.' ; exit 1; } 22 …st for mcore sysviewtrace_proc functionality has failed. Please examine the artifacts.' ; exit 1; } 29 …r mcore sysviewtrace_proc JSON functionality has failed. Please examine the artifacts.' ; exit 1; }
|
/hal_espressif-3.4.0/tools/esp_prov/ |
D | esp_prov.py | 391 exit(1) 399 exit(2) 408 exit(2) 416 exit(2) 422 exit(3) 429 exit(4) 436 exit(5) 443 exit(5) 450 exit(3) 460 exit(8) [all …]
|
/hal_espressif-3.4.0/components/app_trace/ |
D | Kconfig | 159 bool "ISR Exit Event" 163 Enables "ISR Exit" event. 166 bool "ISR Exit to Scheduler Event" 229 bool "Timer Exit Event" 233 Enables "Timer Exit" event.
|
/hal_espressif-3.4.0/examples/system/freertos/real_time_stats/main/ |
D | real_time_stats_example_main.c | 63 goto exit; in print_real_time_stats() 69 goto exit; in print_real_time_stats() 79 goto exit; in print_real_time_stats() 85 goto exit; in print_real_time_stats() 92 goto exit; in print_real_time_stats() 129 exit: //Common return path in print_real_time_stats()
|
/hal_espressif-3.4.0/components/esp_wifi/test_md5/ |
D | test_md5.sh | 7 exit 1 12 exit 1 30 exit 1 75 exit 1
|
/hal_espressif-3.4.0/tools/ |
D | detect_python.fish | 20 …# The following exit skips the rest of this file but won't exit fish where the script was sourced.… 22 exit 1
|
/hal_espressif-3.4.0/examples/system/ulp_fsm/ulp_adc/main/ulp/ |
D | adc.S | 77 /* increment loop counter and check exit condition */ 101 .global exit 102 exit: label 110 jump exit, eq
|
/hal_espressif-3.4.0/components/usb/ |
D | usb_host.c | 500 goto exit; in usb_host_lib_handle_events() 528 exit: in usb_host_lib_handle_events() 693 goto exit; in usb_host_client_deregister() 711 exit: in usb_host_client_deregister() 734 goto exit; in usb_host_client_handle_events() 776 exit: in usb_host_client_handle_events() 803 goto exit; in usb_host_device_open() 823 exit: in usb_host_device_open() 846 goto exit; in usb_host_device_close() 858 goto exit; in usb_host_device_close() [all …]
|
/hal_espressif-3.4.0/tools/esp_app_trace/ |
D | sysviewtrace_proc.py | 89 sys.exit(2) 93 sys.exit(2) 105 sys.exit(2) 121 sys.exit(2) 130 sys.exit(2)
|