ESP-IDF
TAG
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
TAG
TAG variable
Syntax
Show:
Summary
Declaration
from
https_server.c:13
const
static
char
*
TAG
=
"esp_https_server"
;
Examples
References
from
examples
Code
Location
Referrer
const
static
char
*
TAG
=
"esp_https_server"
;
https_server.c:13
ESP_LOGE
(
TAG
,
"Failed to post http_client event: %"
PRId32
", error: %s"
,
event_id
,
esp_err_to_name
(
err
)
)
;
https_server.c:39
http_dispatch_event_to_event_loop()
ESP_LOGD
(
TAG
,
"Secure socket closed"
)
;
https_server.c:65
httpd_ssl_close()
ESP_LOGI
(
TAG
,
"performing session handshake"
)
;
https_server.c:177
httpd_ssl_open()
ESP_LOGE
(
TAG
,
"esp_tls_create_server_session failed, 0x%04x"
,
-
ret
)
;
https_server.c:180
httpd_ssl_open()
ESP_LOGD
(
TAG
,
"Secure socket open"
)
;
https_server.c:206
httpd_ssl_open()
ESP_LOGI
(
TAG
,
"Server shuts down, releasing SSL context"
)
;
https_server.c:243
free_secure_context()
ESP_LOGE
(
TAG
,
"Failed to init session ticket support. error: %s"
,
esp_err_to_name
(
ret
)
)
;
https_server.c:273
create_secure_context()
ESP_LOGE
(
TAG
,
"Could not allocate memory for client certificate authority"
)
;
https_server.c:296
create_secure_context()
ESP_LOGE
(
TAG
,
"Could not allocate memory for server certificate"
)
;
https_server.c:310
create_secure_context()
ESP_LOGE
(
TAG
,
"No Server certificate supplied"
)
;
https_server.c:318
create_secure_context()
ESP_LOGE
(
TAG
,
"Please enable the support for signing using ECDSA peripheral in menuconfig."
)
;
https_server.c:336
create_secure_context()
ESP_LOGE
(
TAG
,
"Could not allocate memory for server key"
)
;
https_server.c:347
create_secure_context()
ESP_LOGE
(
TAG
,
"No Server key supplied"
)
;
https_server.c:361
create_secure_context()
ESP_LOGI
(
TAG
,
"Starting server"
)
;
https_server.c:385
httpd_ssl_start()
ESP_LOGD
(
TAG
,
"SSL context ready"
)
;
https_server.c:402
httpd_ssl_start()
ESP_LOGD
(
TAG
,
"SSL disabled, using plain HTTP"
)
;
https_server.c:416
httpd_ssl_start()
ESP_LOGI
(
TAG
,
"Server listening on port %d"
,
config
->
httpd
.
server_port
)
;
https_server.c:431
httpd_ssl_start()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
TAG
is read by 6 functions:
All items filtered out
TAG
http_dispatch_event_to_event_loop()
httpd_ssl_close()
httpd_ssl_open()
free_secure_context()
create_secure_context()
httpd_ssl_start()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out