/hal_espressif-3.5.0/components/esp_http_client/lib/ |
D | http_utils.c | 111 char *found = strcasestr(str, begin); in http_utils_get_string_between() local 113 if (found) { in http_utils_get_string_between() 114 found += strlen(begin); in http_utils_get_string_between() 115 char *found_end = strcasestr(found, end); in http_utils_get_string_between() 117 ret = calloc(1, found_end - found + 1); in http_utils_get_string_between() 119 memcpy(ret, found, found_end - found); in http_utils_get_string_between()
|
/hal_espressif-3.5.0/examples/storage/partition_api/partition_find/ |
D | README.md | 32 I (370) example: found partition 'nvs' at offset 0x9000 with size 0x6000 34 I (390) example: found partition 'phy_init' at offset 0xf000 with size 0x1000 36 I (410) example: found partition 'factory' at offset 0x10000 with size 0x100000 38 I (430) example: found partition 'storage1' at offset 0x110000 with size 0x40000 41 I (450) example: found partition 'storage2' at offset 0x150000 with size 0x40000 44 I (480) example: found partition 'factory' at offset 0x10000 with size 0x100000 46 I (490) example: found partition 'nvs' at offset 0x9000 with size 0x6000 47 I (500) example: found partition 'phy_init' at offset 0xf000 with size 0x1000 48 I (500) example: found partition 'storage1' at offset 0x110000 with size 0x40000 49 I (510) example: found partition 'storage2' at offset 0x150000 with size 0x40000
|
/hal_espressif-3.5.0/components/spi_flash/test/ |
D | test_partition_ext.c | 20 const esp_partition_t* found = esp_partition_find_first(t, st, label); 21 TEST_ASSERT_EQUAL_HEX(ext_partition, found); 22 TEST_ASSERT_EQUAL(found->size, flash.size); 23 TEST_ASSERT_EQUAL(found->address, 0);
|
/hal_espressif-3.5.0/components/lwip/test_afl_host/ |
D | dns_di.h | 32 static err_t dns_enqueue(const char *name, size_t hostnamelen, dns_found_callback found, void *call… 36 err_t (*dns_test_static_dns_enqueue)(const char *name, size_t hostnamelen, dns_found_callback found… 45 err_t dns_test_dns_enqueue(const char *name, size_t hostnamelen, dns_found_callback found, void *ca… in dns_test_dns_enqueue() argument 47 return dns_test_static_dns_enqueue(name, hostnamelen, found, callback_arg, dns_addrtype); in dns_test_dns_enqueue()
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/bta/gatt/ |
D | bta_gatts_co.c | 69 BOOLEAN found = FALSE; in btif_gatts_add_bonded_dev_from_nv() local 76 found = TRUE; in btif_gatts_add_bonded_dev_from_nv() 81 if (!found) { in btif_gatts_add_bonded_dev_from_nv()
|
/hal_espressif-3.5.0/components/driver/ |
D | rtc_module.c | 109 bool found = false; in rtc_isr_deregister() local 118 found = true; in rtc_isr_deregister() 125 return found ? ESP_OK : ESP_ERR_INVALID_STATE; in rtc_isr_deregister()
|
/hal_espressif-3.5.0/components/freertos/test/ |
D | test_freertos_trace_utilities.c | 110 bool found = false; variable 113 found = true; 117 if(!found){
|
/hal_espressif-3.5.0/tools/ci/ |
D | check_callgraph.py | 333 found = 0 338 found += 1 339 return found 407 found = list_refs_from_to_sections( 410 if args.exit_code and found:
|
/hal_espressif-3.5.0/docs/en/ |
D | 404.rst | 9 We're sorry. The page you requested could not be found. 15 :alt: We're sorry. The page you requested could not be found.
|
/hal_espressif-3.5.0/components/esp_http_server/src/ |
D | httpd_sess.c | 69 int found = 0; in enum_function() local 78 found = (session->fd != -1); in enum_function() 82 found = (session->fd < 0); in enum_function() 86 found = (session->fd == ctx->fd); in enum_function() 125 if (found) { in enum_function()
|
D | httpd_uri.c | 229 bool found = false; in httpd_unregister_uri() local 242 found = true; in httpd_unregister_uri() 256 if (!found) { in httpd_unregister_uri() 259 return (found ? ESP_OK : ESP_ERR_NOT_FOUND); in httpd_unregister_uri()
|
/hal_espressif-3.5.0/components/mbedtls/esp_crt_bundle/ |
D | gen_crt_bundle.py | 73 found = False 75 found |= self.add_from_file(os.path.join(crts_path, file_path)) 77 if found is False:
|
/hal_espressif-3.5.0/components/efuse/src/ |
D | esp_efuse_api_key_esp32xx.c | 359 bool found = false; in esp_secure_boot_read_key_digests() local 379 found = found || (trusted_keys->key_digests[i] != NULL); in esp_secure_boot_read_key_digests() 384 if (!found) { in esp_secure_boot_read_key_digests()
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/a2dp/ |
D | a2d_api.c | 63 BOOLEAN found = FALSE; in a2d_sdp_cback() local 106 found = TRUE; in a2d_sdp_cback() 115 (*a2d_cb.find.p_cback)(found, &a2d_svc); in a2d_sdp_cback()
|
/hal_espressif-3.5.0/docs/en/api-reference/protocols/ |
D | mdns.rst | 10 …lled ``Bonjour``. Apple releases an installer for ``Windows`` that can be found `on Apple's suppor… 45 …quired) service type, prepended with underscore. Some common types can be found `here <http://www.… 94 printf("Host was not found!"); 153 ESP_LOGW(TAG, "No results found!");
|
/hal_espressif-3.5.0/docs/en/api-guides/ |
D | startup.rst | 65 …ond stage bootloader, it jumps to the second stage bootloader entry point found in the binary imag… 67 …found by default at offset 0x8000 (:ref:`configurable value <CONFIG_PARTITION_TABLE_OFFSET>`). See… 80 …ntegrity of the application and then jumps to the application entry point found in the binary imag… 100 ESP-IDF application entry point is ``call_start_cpu0`` function found in :idf_file:`components/esp_… 118 …`` found in :idf_file:`components/esp_system/startup.c`. Other cores will also complete port-layer… 122 …nning, it calls the "system layer" initialization function ``start_cpu0`` found in :idf_file:`comp…
|
/hal_espressif-3.5.0/components/driver/test/dac_dma_test/ |
D | test_esp32s2.c | 286 bool found = false; in adc_dac_dma_isr_deregister() local 295 found = true; in adc_dac_dma_isr_deregister() 302 return found ? ESP_OK : ESP_ERR_INVALID_STATE; in adc_dac_dma_isr_deregister()
|
/hal_espressif-3.5.0/components/bt/controller/esp32/ |
D | hli_api.c | 180 bool found = false; in queue_signal() local 185 found = true; in queue_signal() 189 if (!found) { in queue_signal()
|
/hal_espressif-3.5.0/docs/en/api-guides/jtag-debugging/ |
D | esp32c3.inc | 34 Info : esp_usb_jtag: Device found. Base speed 40000KHz, div range 1 to 255 36 …Info : JTAG tap: esp32c3.cpu tap/device found: 0x00005c25 (mfg: 0x612 (Espressif Systems), part: 0… 38 Info : Examined RISC-V core; found 1 harts
|
D | esp32s3.inc | 36 Info : esp_usb_jtag: Device found. Base speed 40000KHz, div range 1 to 255 38 …Info : JTAG tap: esp32s3.cpu0 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, … 39 …Info : JTAG tap: esp32s3.cpu1 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, …
|
/hal_espressif-3.5.0/components/fatfs/test/ |
D | test_fatfs_rawflash.c | 164 bool found = false; variable 171 found = true; 175 TEST_ASSERT_TRUE(found);
|
/hal_espressif-3.5.0/docs/zh_CN/api-guides/jtag-debugging/ |
D | esp32s3.inc | 36 Info : esp_usb_jtag: Device found. Base speed 40000KHz, div range 1 to 255 38 …Info : JTAG tap: esp32s3.cpu0 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, … 39 …Info : JTAG tap: esp32s3.cpu1 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, …
|
/hal_espressif-3.5.0/components/esp_system/ |
D | eh_frame_parser.c | 415 uint32_t found = false; in esp_eh_frame_find_entry() local 431 while (end != 0 && middle != (length - 1) && !found) { in esp_eh_frame_find_entry() 444 found = true; in esp_eh_frame_find_entry() 454 found = true; in esp_eh_frame_find_entry()
|
/hal_espressif-3.5.0/components/tcp_transport/ |
D | transport_ws.c | 130 char *found = strcasestr(buffer, key); in get_http_header() local 131 if (found) { in get_http_header() 132 found += strlen(key); in get_http_header() 133 char *found_end = strstr(found, "\r\n"); in get_http_header() 137 return trimwhitespace(found); in get_http_header()
|
/hal_espressif-3.5.0/docs/ |
D | doxygen-known-warnings.txt | 1 semphr.h:line: warning: argument 'pxStaticSemaphore' of command @param is not found in the argument…
|