Home
last modified time | relevance | path

Searched refs:headers (Results 1 – 25 of 74) sorted by relevance

123

/hal_espressif-2.7.6/components/protocomm/proto-c/
Dconstants.pb-c.h12 …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…
Dsession.pb-c.h12 …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…
Dsec0.pb-c.h12 …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…
Dsec1.pb-c.h12 …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/
Dtransport_ws.c49 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/
Dwifi_constants.pb-c.h12 …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…
Dwifi_config.pb-c.h12 …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…
Dwifi_scan.pb-c.h12 …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/
Dcustom_config.pb-c.h12 …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/
Desp_transport_ws.h36 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/
Dtransport_http.py47 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/
Dtest.py170 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/
Dtest.py181 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/
Dtemplate.rst17 5. Once done, remove all instructions like this one and any superfluous headers.
74headers 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/
DCMakeLists.txt81 # (REQUIRES cannot hide soc headers, since many arguments in the driver headers are chip-dependent)
/hal_espressif-2.7.6/components/esp_websocket_client/
Desp_websocket_client.c86 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/
DREADME.md19 …can also contain target-specific extensions to the HAL headers. These target-specific HAL headers
/hal_espressif-2.7.6/components/nvs_flash/
DKconfig9 the complete NVS data, except the page headers. It requires XTS encryption keys
/hal_espressif-2.7.6/components/esp_local_ctrl/proto-c/
Desp_local_ctrl.pb-c.h12 …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/
Dsh2lib.c141 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/
DREADME.md10 …- `xxx_periph.h/*.c` - includes all headers related to a peripheral; declaration and definition o…
/hal_espressif-2.7.6/components/xtensa/
DCMakeLists.txt6 # bootloader only needs headers from this component
/hal_espressif-2.7.6/components/esp_http_client/
Desp_http_client.c51 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/
Desp_websocket_client.h93 char *headers; /*!< Websocket additional headers */ member
/hal_espressif-2.7.6/docs/en/hw-reference/esp32/
Dget-started-devkitc-v2.rst22 …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…

123