Home
last modified time | relevance | path

Searched refs:found (Results 1 – 25 of 220) sorted by relevance

123456789

/hal_espressif-3.4.0/components/esp_http_client/lib/
Dhttp_utils.c111 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.4.0/examples/storage/partition_api/partition_find/
DREADME.md32 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.4.0/components/spi_flash/test/
Dtest_partition_ext.c20 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.4.0/components/lwip/test_afl_host/
Ddns_di.h32 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.4.0/components/bt/host/bluedroid/bta/gatt/
Dbta_gatts_co.c69 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.4.0/components/driver/
Drtc_module.c109 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.4.0/components/freertos/test/
Dtest_freertos_trace_utilities.c110 bool found = false; variable
113 found = true;
117 if(!found){
/hal_espressif-3.4.0/tools/ci/
Dcheck_callgraph.py333 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.4.0/docs/en/
D404.rst9 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.4.0/components/esp_http_server/src/
Dhttpd_sess.c69 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()
Dhttpd_uri.c229 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.4.0/components/mbedtls/esp_crt_bundle/
Dgen_crt_bundle.py73 found = False
75 found |= self.add_from_file(os.path.join(crts_path, file_path))
77 if found is False:
/hal_espressif-3.4.0/components/efuse/src/
Desp_efuse_api_key_esp32xx.c359 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.4.0/components/bt/host/bluedroid/stack/a2dp/
Da2d_api.c63 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.4.0/docs/en/api-reference/protocols/
Dmdns.rst10 …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.4.0/docs/en/api-guides/
Dstartup.rst65 …ond stage bootloader, it jumps to the second stage bootloader entry point found in the binary imag…
67found 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.4.0/components/bt/controller/esp32/
Dhli_api.c180 bool found = false; in queue_signal() local
185 found = true; in queue_signal()
189 if (!found) { in queue_signal()
/hal_espressif-3.4.0/components/driver/test/dac_dma_test/
Dtest_esp32s2.c286 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.4.0/docs/en/api-guides/jtag-debugging/
Desp32c3.inc34 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
Desp32s3.inc36 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.4.0/docs/zh_CN/api-guides/jtag-debugging/
Desp32s3.inc36 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.4.0/components/fatfs/test/
Dtest_fatfs_rawflash.c164 bool found = false; variable
171 found = true;
175 TEST_ASSERT_TRUE(found);
/hal_espressif-3.4.0/components/esp_system/
Deh_frame_parser.c415 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.4.0/components/tcp_transport/
Dtransport_ws.c130 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.4.0/docs/
Ddoxygen-known-warnings.txt1 semphr.h:line: warning: argument 'pxStaticSemaphore' of command @param is not found in the argument…

123456789