/hal_espressif-2.7.6/components/protocomm/proto-c/ |
D | constants.pb-c.h | 12 …sion of protoc-c which is incompatible with your libprotobuf-c headers. Please update your headers. 14 … older version of protoc-c which is incompatible with your libprotobuf-c headers. Please regenerat…
|
D | session.pb-c.h | 12 …sion of protoc-c which is incompatible with your libprotobuf-c headers. Please update your headers. 14 … older version of protoc-c which is incompatible with your libprotobuf-c headers. Please regenerat…
|
D | sec0.pb-c.h | 12 …sion of protoc-c which is incompatible with your libprotobuf-c headers. Please update your headers. 14 … older version of protoc-c which is incompatible with your libprotobuf-c headers. Please regenerat…
|
D | sec1.pb-c.h | 12 …sion of protoc-c which is incompatible with your libprotobuf-c headers. Please update your headers. 14 … older version of protoc-c which is incompatible with your libprotobuf-c headers. Please regenerat…
|
/hal_espressif-2.7.6/components/tcp_transport/ |
D | transport_ws.c | 49 char *headers; member 172 if (ws->headers) { in ws_connect() 173 ESP_LOGD(TAG, "headers: %s", ws->headers); in ws_connect() 174 int r = snprintf(ws->buffer + len, WS_BUFFER_SIZE - len, "%s", ws->headers); in ws_connect() 537 free(ws->headers); in ws_destroy() 650 esp_err_t esp_transport_ws_set_headers(esp_transport_handle_t t, const char *headers) in esp_transport_ws_set_headers() argument 656 if (ws->headers) { in esp_transport_ws_set_headers() 657 free(ws->headers); in esp_transport_ws_set_headers() 659 if (headers == NULL) { in esp_transport_ws_set_headers() 660 ws->headers = NULL; in esp_transport_ws_set_headers() [all …]
|
/hal_espressif-2.7.6/components/wifi_provisioning/proto-c/ |
D | wifi_constants.pb-c.h | 12 …sion of protoc-c which is incompatible with your libprotobuf-c headers. Please update your headers. 14 … older version of protoc-c which is incompatible with your libprotobuf-c headers. Please regenerat…
|
D | wifi_config.pb-c.h | 12 …sion of protoc-c which is incompatible with your libprotobuf-c headers. Please update your headers. 14 … older version of protoc-c which is incompatible with your libprotobuf-c headers. Please regenerat…
|
D | wifi_scan.pb-c.h | 12 …sion of protoc-c which is incompatible with your libprotobuf-c headers. Please update your headers. 14 … older version of protoc-c which is incompatible with your libprotobuf-c headers. Please regenerat…
|
/hal_espressif-2.7.6/examples/provisioning/legacy/custom_config/components/custom_provisioning/proto-c/ |
D | custom_config.pb-c.h | 12 …sion of protoc-c which is incompatible with your libprotobuf-c headers. Please update your headers. 14 … older version of protoc-c which is incompatible with your libprotobuf-c headers. Please regenerat…
|
/hal_espressif-2.7.6/components/tcp_transport/include/ |
D | esp_transport_ws.h | 36 const char *headers; /*!< WS additional headers */ member 94 esp_err_t esp_transport_ws_set_headers(esp_transport_handle_t t, const char *headers);
|
/hal_espressif-2.7.6/tools/esp_prov/transport/ |
D | transport_http.py | 47 self.headers = {'Content-type': 'application/x-www-form-urlencoded','Accept': 'text/plain'} 51 self.conn.request('POST', path, tobytes(data), self.headers)
|
/hal_espressif-2.7.6/tools/ci/python_packages/idf_http_server_test/ |
D | test.py | 170 def send_get(self, path, headers=None): argument 172 if headers: 173 for field, value in headers.items(): 178 def send_put(self, path, data, headers=None): argument 180 if headers: 181 for field, value in headers.items(): 186 def send_post(self, path, data, headers=None): argument 188 if headers: 189 for field, value in headers.items(): 220 headers = dict() [all …]
|
/hal_espressif-2.7.6/examples/protocols/http_server/advanced_tests/scripts/ |
D | test.py | 181 def send_get(self, path, headers=None): argument 183 if headers: 184 for field, value in headers.items(): 189 def send_put(self, path, data, headers=None): argument 191 if headers: 192 for field, value in headers.items(): 197 def send_post(self, path, data, headers=None): argument 199 if headers: 200 for field, value in headers.items(): 231 headers = dict() [all …]
|
/hal_espressif-2.7.6/docs/en/api-reference/ |
D | template.rst | 17 5. Once done, remove all instructions like this one and any superfluous headers. 74 …headers are expanded, any macros defined by default in ``sdkconfig.h`` as well as any macros defin… 101 …e:`docs/doxygen/Doxyfile_common` should be updated with paths to ``*.h`` headers that are being do…
|
/hal_espressif-2.7.6/components/driver/ |
D | CMakeLists.txt | 81 # (REQUIRES cannot hide soc headers, since many arguments in the driver headers are chip-dependent)
|
/hal_espressif-2.7.6/components/esp_websocket_client/ |
D | esp_websocket_client.c | 86 char *headers; member 226 if (config->headers) { in esp_websocket_client_set_config() 227 free(cfg->headers); in esp_websocket_client_set_config() 228 cfg->headers = strdup(config->headers); in esp_websocket_client_set_config() 229 ESP_WS_CLIENT_MEM_CHECK(TAG, cfg->headers, return ESP_ERR_NO_MEM); in esp_websocket_client_set_config() 273 free(cfg->headers); in esp_websocket_client_destroy_config() 288 .headers = client->config->headers, in set_websocket_transport_optional_settings()
|
/hal_espressif-2.7.6/components/hal/ |
D | README.md | 19 …can also contain target-specific extensions to the HAL headers. These target-specific HAL headers …
|
/hal_espressif-2.7.6/components/nvs_flash/ |
D | Kconfig | 9 the complete NVS data, except the page headers. It requires XTS encryption keys
|
/hal_espressif-2.7.6/components/esp_local_ctrl/proto-c/ |
D | esp_local_ctrl.pb-c.h | 12 …sion of protoc-c which is incompatible with your libprotobuf-c headers. Please update your headers. 14 … older version of protoc-c which is incompatible with your libprotobuf-c headers. Please regenerat…
|
/hal_espressif-2.7.6/examples/protocols/http2_request/components/sh2lib/ |
D | sh2lib.c | 141 ESP_LOGD(TAG, "[frame-send] headers nv-len = %d", frame->headers.nvlen); in callback_on_frame_send() 142 const nghttp2_nv *nva = frame->headers.nva; in callback_on_frame_send() 144 for (i = 0; i < frame->headers.nvlen; ++i) { in callback_on_frame_send()
|
/hal_espressif-2.7.6/components/soc/ |
D | README.md | 10 …- `xxx_periph.h/*.c` - includes all headers related to a peripheral; declaration and definition o…
|
/hal_espressif-2.7.6/components/xtensa/ |
D | CMakeLists.txt | 6 # bootloader only needs headers from this component
|
/hal_espressif-2.7.6/components/esp_http_client/ |
D | esp_http_client.c | 51 http_header_handle_t headers; /*!< http header */ member 296 return http_header_set(client->request->headers, key, value); in esp_http_client_set_header() 301 return http_header_get(client->request->headers, key, value); in esp_http_client_get_header() 306 return http_header_delete(client->request->headers, key); in esp_http_client_delete_header() 549 … (client->request->headers = http_header_init()) && in esp_http_client_init() 552 … (client->response->headers = http_header_init()) && in esp_http_client_init() 699 http_header_destroy(client->request->headers); in esp_http_client_cleanup() 707 http_header_destroy(client->response->headers); in esp_http_client_cleanup() 1143 http_header_set_format(client->request->headers, "Content-Length", "%d", write_len); in http_client_prepare_first_line() 1207 …while ((client->header_index = http_header_generate_string(client->request->headers, client->heade… in esp_http_client_request_send()
|
/hal_espressif-2.7.6/components/esp_websocket_client/include/ |
D | esp_websocket_client.h | 93 char *headers; /*!< Websocket additional headers */ member
|
/hal_espressif-2.7.6/docs/en/hw-reference/esp32/ |
D | get-started-devkitc-v2.rst | 22 …https://espressif.com>`_. Most of the I/O pins are broken out to the pin headers on both sides for… 51 | I/O | Most of the pins on the ESP module are broken out to the pin headers on the…
|