/hal_espressif-3.6.0/examples/protocols/http_server/simple/ |
D | http_server_simple_test.py | 119 query = 'http://foobar' 120 Utility.console_log('Test /hello with custom query : ' + query) 121 if not client.test_custom_uri_query(got_ip, got_port, query): 123 dut1.expect('Found URL query => ' + query, timeout=30) 125 query = 'abcd+1234%20xyz' 126 Utility.console_log('Test /hello with custom query : ' + query) 127 if not client.test_custom_uri_query(got_ip, got_port, query): 129 dut1.expect('Found URL query => ' + query, timeout=30)
|
/hal_espressif-3.6.0/components/hal/esp32c3/include/hal/ |
D | hmac_ll.h | 111 uint32_t query; in hmac_ll_wait_idle() local 113 query = REG_READ(HMAC_QUERY_BUSY_REG); in hmac_ll_wait_idle() 114 } while(query != 0); in hmac_ll_wait_idle()
|
/hal_espressif-3.6.0/components/hal/esp32h2/include/hal/ |
D | hmac_ll.h | 111 uint32_t query; in hmac_ll_wait_idle() local 113 query = REG_READ(HMAC_QUERY_BUSY_REG); in hmac_ll_wait_idle() 114 } while(query != 0); in hmac_ll_wait_idle()
|
/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/ |
D | hmac_ll.h | 99 uint32_t query; in hmac_ll_wait_idle() local 101 query = REG_READ(HMAC_QUERY_BUSY_REG); in hmac_ll_wait_idle() 102 } while(query != 0); in hmac_ll_wait_idle()
|
/hal_espressif-3.6.0/examples/protocols/coap_server/main/ |
D | coap_server_example_main.c | 90 const coap_string_t *query, in hnd_espressif_get() argument 95 query, COAP_MEDIATYPE_TEXT_PLAIN, 60, 0, in hnd_espressif_get() 105 const coap_string_t *query, in hnd_espressif_put() argument 137 const coap_string_t *query, in hnd_espressif_delete() argument
|
/hal_espressif-3.6.0/components/esp_http_client/ |
D | esp_http_client.c | 63 char *query; member 441 if (config->query) { in _set_config() 442 client->connection_info.query = strdup(config->query); in _set_config() 443 HTTP_MEM_CHECK(TAG, client->connection_info.query, { in _set_config() 490 free(client->connection_info.query); in _clear_connection_info() 933 …http_utils_assign_string(&client->connection_info.query, url + purl.field_data[UF_QUERY].off, purl… in esp_http_client_set_url() 934 HTTP_MEM_CHECK(TAG, client->connection_info.query, return ESP_ERR_NO_MEM); in esp_http_client_set_url() 935 } else if (client->connection_info.query) { in esp_http_client_set_url() 936 free(client->connection_info.query); in esp_http_client_set_url() 937 client->connection_info.query = NULL; in esp_http_client_set_url() [all …]
|
/hal_espressif-3.6.0/examples/protocols/coap_client/main/ |
D | coap_client_example_main.c | 250 if (uri->query.length) { in coap_build_optlist() 253 res = coap_split_query(uri->query.s, uri->query.length, buf, &buflen); in coap_build_optlist()
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/hf_client/include/ |
D | bta_hf_client_int.h | 254 extern void bta_hf_client_send_at_cops(BOOLEAN query); 263 extern void bta_hf_client_send_at_btrh(BOOLEAN query, UINT32 val);
|
/hal_espressif-3.6.0/tools/ci/python_packages/idf_http_server_test/ |
D | client.py | 226 def test_custom_uri_query(ip, port, query, verbosity=False): argument 232 uri = '/hello?' + query
|
/hal_espressif-3.6.0/components/esp_http_client/include/ |
D | esp_http_client.h | 109 const char *query; /*!< HTTP query */ member
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/hf_client/ |
D | bta_hf_client_at.c | 1523 void bta_hf_client_send_at_cops(BOOLEAN query) in bta_hf_client_send_at_cops() argument 1529 if (query) { in bta_hf_client_send_at_cops() 1653 void bta_hf_client_send_at_btrh(BOOLEAN query, UINT32 val) in bta_hf_client_send_at_btrh() argument 1664 if (query == TRUE) { in bta_hf_client_send_at_btrh()
|
/hal_espressif-3.6.0/docs/en/api-reference/protocols/ |
D | esp_websocket_client.rst | 33 The WebSocket client supports the use of both path and query in the URI. Sample:
|
D | esp_http_server.rst | 110 …re handling of arbitrary content lengths, reading request headers and URL query parameters, and se…
|
/hal_espressif-3.6.0/examples/protocols/mdns/ |
D | README.md | 35 …3 bytes from device MAC address is added, e.g. `esp32-mdns-80FFFF`, and a query for test service i…
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/hfp_hf/ |
D | README.md | 276 You can type `qop` to query the current operator name and log prints like: 300 You can type `qc` to query current call status and log prints like:
|
/hal_espressif-3.6.0/examples/protocols/esp_http_client/main/ |
D | esp_http_client_example.c | 129 .query = "esp", in http_rest_with_url()
|
/hal_espressif-3.6.0/examples/protocols/modbus/tcp/mb_tcp_master/ |
D | README.md | 75 * Enable CONFIG_MB_MDNS_IP_RESOLVER option allows to query for modbus services provided by Modbus s…
|
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/tutorial/ |
D | BLE_Mesh_WiFi_Coexist_Example_Walkthrough.md | 275 Note that the `sta`,`scan`,`ap`,`query`,`iperf`,`restart` and `heap` commands are supported in this…
|
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/ |
D | spi_slave.rst | 86 …ling the function :cpp:func:`spi_slave_queue_trans` and, at a later time, query the result by usin…
|
D | spi_master.rst | 273 …ing the function :cpp:func:`spi_device_queue_trans` and, at a later time, query the result using t…
|
/hal_espressif-3.6.0/components/wpa_supplicant/src/common/ |
D | dpp.c | 1773 static void dpp_write_gas_query(struct wpabuf *buf, struct wpabuf *query) in dpp_write_gas_query() argument 1776 wpabuf_put_le16(buf, wpabuf_len(query)); in dpp_write_gas_query() 1777 wpabuf_put_buf(buf, query); in dpp_write_gas_query()
|
/hal_espressif-3.6.0/components/lwip/ |
D | Kconfig | 35 query
|
/hal_espressif-3.6.0/components/freertos/ |
D | History.txt | 1353 number. A trace tool can set and query the queue number for its own 1356 number. A trace tool can set and query the task number for its own
|