Home
last modified time | relevance | path

Searched refs:depth (Results 1 – 25 of 34) sorted by relevance

12

/hal_espressif-3.4.0/components/esp_system/port/arch/xtensa/
Ddebug_helpers.c65 esp_err_t IRAM_ATTR esp_backtrace_print_from_frame(int depth, const esp_backtrace_frame_t* frame, b… in esp_backtrace_print_from_frame() argument
68 if (depth <= 0) { in esp_backtrace_print_from_frame()
85 uint32_t i = (depth <= 0) ? INT32_MAX : depth; in esp_backtrace_print_from_frame()
106 esp_err_t IRAM_ATTR esp_backtrace_print(int depth) in esp_backtrace_print() argument
111 return esp_backtrace_print_from_frame(depth, &start, false); in esp_backtrace_print()
/hal_espressif-3.4.0/components/expat/test/
Dtest_expat.c20 int depth; member
32 for (int i = 0; i < user_data->depth; i++) { in insert_space()
51 ++user_data->depth; in start_element()
58 --user_data->depth; in end_element()
110 .depth = 0,
123 TEST_ASSERT_EQUAL(0, user_data.depth); // all closing tags have been found
/hal_espressif-3.4.0/components/wpa_supplicant/src/utils/
Djson.c226 unsigned int depth = 0; in json_parse() local
254 depth++; in json_parse()
255 if (depth > JSON_MAX_DEPTH) { in json_parse()
277 depth--; in json_parse()
553 static void json_print_token(struct json_token *token, int depth, in json_print_token() argument
563 depth, json_type_str(token->type), in json_print_token()
569 json_print_token(token->child, depth + 1, buf, buflen); in json_print_token()
570 json_print_token(token->sibling, depth, buf, buflen); in json_print_token()
/hal_espressif-3.4.0/components/esp_system/include/
Desp_debug_helpers.h107 esp_err_t IRAM_ATTR esp_backtrace_print_from_frame(int depth, const esp_backtrace_frame_t* frame, b…
118 esp_err_t esp_backtrace_print(int depth);
/hal_espressif-3.4.0/components/openssl/library/
Dssl_lib.c1560 return ctx->param.depth; in SSL_CTX_get_verify_depth()
1566 void SSL_CTX_set_verify_depth(SSL_CTX *ctx, int depth) in SSL_CTX_set_verify_depth() argument
1570 ctx->param.depth = depth; in SSL_CTX_set_verify_depth()
1580 return ssl->param.depth; in SSL_get_verify_depth()
1586 void SSL_set_verify_depth(SSL *ssl, int depth) in SSL_set_verify_depth() argument
1590 ssl->param.depth = depth; in SSL_set_verify_depth()
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/common_components/button/
DREADME.md39 > You can adjust the following macros within FreeRTOS to adjust the stack depth/queue length/task p…
46 #define configTIMER_TASK_STACK_DEPTH // stack depth of the soft-timer
/hal_espressif-3.4.0/components/wpa_supplicant/src/tls/
Dtls.h46 int depth; member
54 int depth; member
/hal_espressif-3.4.0/components/espcoredump/include/port/xtensa/
Desp_core_dump_summary_port.h35 uint32_t depth; /*!< Number of backtrace entries */ member
/hal_espressif-3.4.0/examples/protocols/coap_server/main/
Dcoap_server_example_main.c153 unsigned depth, in verify_cn_callback() argument
159 cn, depth ? "CA" : "Certificate"); in verify_cn_callback()
/hal_espressif-3.4.0/components/asio/port/include/openssl/
Desp_asio_openssl_stubs.h35 void wolfSSL_CTX_set_verify_depth(WOLFSSL_CTX *ctx,int depth);
/hal_espressif-3.4.0/components/openssl/include/openssl/
Dssl.h747 void SSL_CTX_set_verify_depth(SSL_CTX *ctx, int depth);
1857 void SSL_set_verify_depth(SSL *ssl, int depth);
/hal_espressif-3.4.0/examples/protocols/coap_client/main/
Dcoap_client_example_main.c136 unsigned depth, in verify_cn_callback() argument
142 cn, depth ? "CA" : "Certificate"); in verify_cn_callback()
/hal_espressif-3.4.0/tools/ci/python_packages/idf_http_server_test/
Dtest.py301 self.depth = 3
311 for _ in range(self.depth):
315 for _ in range(self.depth):
320 if len(self.response) != self.depth:
/hal_espressif-3.4.0/examples/protocols/http_server/advanced_tests/scripts/
Dtest.py312 self.depth = 3
322 for _ in range(self.depth):
326 for _ in range(self.depth):
331 if len(self.response) != self.depth:
/hal_espressif-3.4.0/components/heap/
DKconfig47 int "Heap tracing stack depth"
/hal_espressif-3.4.0/components/mbedtls/esp_crt_bundle/
Desp_crt_bundle.c95 int esp_crt_verify_callback(void *buf, mbedtls_x509_crt *crt, int depth, uint32_t *flags) in esp_crt_verify_callback() argument
/hal_espressif-3.4.0/components/openssl/include/internal/
Dssl_types.h156 int depth; member
/hal_espressif-3.4.0/components/espcoredump/src/port/xtensa/
Dcore_dump_port.c557 bt_info->depth = index; in esp_core_dump_summary_parse_backtrace_info()
/hal_espressif-3.4.0/docs/en/api-reference/system/
Dheap_debug.rst262depth of the call stack recorded for each trace entry can be configured in the project configurati…
440 …re substantially slower than when heap tracing is stopped. Increasing the depth of stack frames re…
/hal_espressif-3.4.0/docs/en/contribute/
Ddocumenting-code.rst186 For more in-depth documentation about `esp-docs` features please see the `esp-doc` documentation.
/hal_espressif-3.4.0/docs/en/hw-reference/esp32c3/
Duser-guide-devkitc-02.rst7 …will help you get started with ESP32-C3-DevKitC-02 and will also provide more in-depth information.
Duser-guide-devkitm-1.rst7 … will help you get started with ESP32-C3-DevKitM-1 and will also provide more in-depth information.
/hal_espressif-3.4.0/docs/en/hw-reference/esp32/
Duser-guide-devkitm-1.rst7 This user guide will help you get started with ESP32-DevKitM-1 and will also provide more in-depth
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/tutorial/
DBLE_Mesh_WiFi_Coexist_Example_Walkthrough.md46 └── tutorial /* More in-depth information about the demo */
/hal_espressif-3.4.0/docs/en/api-reference/peripherals/
Dtouch_pad.rst24 In-depth design details of touch sensors and firmware development guidelines for {IDF_TARGET_NAME} …

12