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
httpd_txrx.c:16
static
const
char
*
TAG
=
"httpd_txrx"
;
Examples
References
from
examples
Code
Location
Referrer
static
const
char
*
TAG
=
"httpd_txrx"
;
httpd_txrx.c:16
ESP_LOGD
(
TAG
,
LOG_FMT
(
"error in send_fn"
)
)
;
httpd_txrx.c:61
httpd_send()
ESP_LOGD
(
TAG
,
LOG_FMT
(
"error in send_fn"
)
)
;
httpd_txrx.c:75
httpd_send_all()
ESP_LOGD
(
TAG
,
LOG_FMT
(
"sent = %d"
)
,
ret
)
;
httpd_txrx.c:78
httpd_send_all()
ESP_LOGD
(
TAG
,
LOG_FMT
(
"requested length = %"
NEWLIB_NANO_COMPAT_FORMAT
)
,
NEWLIB_NANO_COMPAT_CAST
(
buf_len
)
)
;
httpd_txrx.c:100
httpd_recv_with_opt()
ESP_LOGD
(
TAG
,
LOG_FMT
(
"pending length = %"
NEWLIB_NANO_COMPAT_FORMAT
)
,
NEWLIB_NANO_COMPAT_CAST
(
ra
->
sd
->
pending_len
)
)
;
httpd_txrx.c:107
httpd_recv_with_opt()
ESP_LOGD
(
TAG
,
LOG_FMT
(
"error in recv_fn"
)
)
;
httpd_txrx.c:123
httpd_recv_with_opt()
ESP_LOGD
(
TAG
,
LOG_FMT
(
"received length = %"
NEWLIB_NANO_COMPAT_FORMAT
)
,
NEWLIB_NANO_COMPAT_CAST
(
(
ret
+
pending_len
)
)
)
;
httpd_txrx.c:136
httpd_recv_with_opt()
ESP_LOGD
(
TAG
,
LOG_FMT
(
"length = %"
NEWLIB_NANO_COMPAT_FORMAT
)
,
NEWLIB_NANO_COMPAT_CAST
(
ra
->
sd
->
pending_len
)
)
;
httpd_txrx.c:155
httpd_unrecv()
ESP_LOGD
(
TAG
,
LOG_FMT
(
"new header = %s: %s"
)
,
field
,
value
)
;
httpd_txrx.c:186
httpd_resp_set_hdr()
ESP_LOGW
(
TAG
,
LOG_FMT
(
"%s - %s"
)
,
status
,
msg
)
;
httpd_txrx.c:451
httpd_resp_send_err()
ESP_LOGW
(
TAG
,
LOG_FMT
(
"error calling setsockopt : %d"
)
,
errno
)
;
httpd_txrx.c:465
httpd_resp_send_err()
ESP_LOGE
(
TAG
,
LOG_FMT
(
"error calling setsockopt : %d"
)
,
errno
)
;
httpd_txrx.c:480
httpd_resp_send_err()
ESP_LOGW
(
TAG
,
LOG_FMT
(
"%s - %s"
)
,
status
,
msg
)
;
httpd_txrx.c:492
httpd_resp_send_custom_err()
ESP_LOGW
(
TAG
,
LOG_FMT
(
"error calling setsockopt : %d"
)
,
errno
)
;
httpd_txrx.c:506
httpd_resp_send_custom_err()
ESP_LOGE
(
TAG
,
LOG_FMT
(
"error calling setsockopt : %d"
)
,
errno
)
;
httpd_txrx.c:521
httpd_resp_send_custom_err()
ESP_LOGW
(
TAG
,
LOG_FMT
(
"invalid request"
)
)
;
httpd_txrx.c:571
httpd_req_recv()
ESP_LOGD
(
TAG
,
LOG_FMT
(
"remaining length = %"
NEWLIB_NANO_COMPAT_FORMAT
)
,
NEWLIB_NANO_COMPAT_CAST
(
ra
->
remaining_len
)
)
;
httpd_txrx.c:576
httpd_req_recv()
ESP_LOGD
(
TAG
,
LOG_FMT
(
"error in httpd_recv"
)
)
;
httpd_txrx.c:587
httpd_req_recv()
ESP_LOGD
(
TAG
,
LOG_FMT
(
"received length = %d"
)
,
ret
)
;
httpd_txrx.c:591
httpd_req_recv()
ESP_LOGW
(
TAG
,
LOG_FMT
(
"invalid request"
)
)
;
httpd_txrx.c:668
httpd_req_to_sockfd()
ESP_LOGW
(
TAG
,
LOG_FMT
(
"error in %s : %d"
)
,
ctx
,
errno
)
;
httpd_txrx.c:679
httpd_sock_err()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
TAG
is read by 10 functions:
All items filtered out
TAG
httpd_send()
httpd_send_all()
httpd_recv_with_opt()
httpd_unrecv()
httpd_resp_set_hdr()
httpd_resp_send_err()
httpd_resp_send_custom_err()
httpd_req_recv()
httpd_req_to_sockfd()
httpd_sock_err()
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