ESP-IDF
TAG
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
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
protocomm_httpd.c:21
static
const
char
*
TAG
=
"protocomm_httpd"
;
Examples
References
from
examples
Code
Location
Referrer
static
const
char
*
TAG
=
"protocomm_httpd"
;
protocomm_httpd.c:21
ESP_LOGW
(
TAG
,
"Resetting socket session id as socket %"
PRId32
"was closed"
,
sock_session_id
)
;
protocomm_httpd.c:38
protocomm_httpd_session_close()
ESP_LOGD
(
TAG
,
"Received cookie %s"
,
cookie_buf
)
;
protocomm_httpd.c:58
common_post_handler()
ESP_LOGD
(
TAG
,
"Continuing Session %"
PRIu32
,
cookie_session_id
)
;
protocomm_httpd.c:65
common_post_handler()
ESP_LOGD
(
TAG
,
"Continuing Socket Session %"
PRIu32
,
sock_session_id
)
;
protocomm_httpd.c:74
common_post_handler()
ESP_LOGW
(
TAG
,
"Closing session with ID: %"
PRIu32
,
cookie_session_id
)
;
protocomm_httpd.c:82
common_post_handler()
ESP_LOGW
(
TAG
,
"Error closing session with ID: %"
PRIu32
,
cookie_session_id
)
;
protocomm_httpd.c:86
common_post_handler()
ESP_LOGD
(
TAG
,
"Creating new session: %u"
,
cur_cookie_session_id
)
;
protocomm_httpd.c:94
common_post_handler()
ESP_LOGE
(
TAG
,
"Failed to launch new session with ID: %u"
,
cur_cookie_session_id
)
;
protocomm_httpd.c:98
common_post_handler()
ESP_LOGD
(
TAG
,
"New socket session ID: %"
PRId32
,
sock_session_id
)
;
protocomm_httpd.c:108
common_post_handler()
ESP_LOGE
(
TAG
,
"Content length not found"
)
;
protocomm_httpd.c:112
common_post_handler()
ESP_LOGE
(
TAG
,
"Request content length should be less than 4kb"
)
;
protocomm_httpd.c:116
common_post_handler()
ESP_LOGE
(
TAG
,
"Unable to allocate for request length %d"
,
req
->
content_len
)
;
protocomm_httpd.c:123
common_post_handler()
ESP_LOGE
(
TAG
,
"Data handler failed"
)
;
protocomm_httpd.c:145
common_post_handler()
ESP_LOGD
(
TAG
,
"Setting cookie %s"
,
cookie_buf
)
;
protocomm_httpd.c:152
common_post_handler()
ESP_LOGE
(
TAG
,
"HTTP send failed"
)
;
protocomm_httpd.c:158
common_post_handler()
ESP_LOGD
(
TAG
,
"Adding endpoint : %s"
,
ep_name
)
;
protocomm_httpd.c:181
protocomm_httpd_add_endpoint()
ESP_LOGE
(
TAG
,
"Malloc failed for ep uri"
)
;
protocomm_httpd.c:186
protocomm_httpd_add_endpoint()
ESP_LOGE
(
TAG
,
"Uri handler register failed: %s"
,
esp_err_to_name
(
err
)
)
;
protocomm_httpd.c:203
protocomm_httpd_add_endpoint()
ESP_LOGD
(
TAG
,
"Removing endpoint : %s"
,
ep_name
)
;
protocomm_httpd.c:218
protocomm_httpd_remove_endpoint()
ESP_LOGE
(
TAG
,
"Malloc failed for ep uri"
)
;
protocomm_httpd.c:223
protocomm_httpd_remove_endpoint()
ESP_LOGE
(
TAG
,
"Uri handler de-register failed: %s"
,
esp_err_to_name
(
err
)
)
;
protocomm_httpd.c:232
protocomm_httpd_remove_endpoint()
ESP_LOGE
(
TAG
,
"HTTP server already running for this protocomm instance"
)
;
protocomm_httpd.c:249
protocomm_httpd_start()
ESP_LOGE
(
TAG
,
"HTTP server started for another protocomm instance"
)
;
protocomm_httpd.c:252
protocomm_httpd_start()
ESP_LOGE
(
TAG
,
"Malloc failed for HTTP server handle"
)
;
protocomm_httpd.c:267
protocomm_httpd_start()
ESP_LOGE
(
TAG
,
"Failed to start http server: %s"
,
esp_err_to_name
(
err
)
)
;
protocomm_httpd.c:281
protocomm_httpd_start()
ESP_LOGE
(
TAG
,
"Failed to stop http server"
)
;
protocomm_httpd.c:301
protocomm_httpd_stop()
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
protocomm_httpd_session_close()
common_post_handler()
protocomm_httpd_add_endpoint()
protocomm_httpd_remove_endpoint()
protocomm_httpd_start()
protocomm_httpd_stop()
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