ESP-IDF
http_header_item::value
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
http_header_item::value
http_header_item::value field
value
Syntax
Show:
Summary
Declaration
from
http_header.c:27
char
*
value
;
Examples
References
from
examples
Code
Location
Referrer
char
*
value
;
/*!< value */
http_header.c:27
*
value
=
item
->
value
;
http_header.c:69
http_header_get()
http_utils_assign_string
(
&
item
->
value
,
value
,
-
1
)
;
http_header.c:87
http_header_new_item()
ESP_GOTO_ON_FALSE
(
item
->
value
,
ESP_ERR_NO_MEM
,
_header_new_item_exit
,
TAG
,
"Memory exhausted"
)
;
http_header.c:88
http_header_new_item()
http_utils_trim_whitespace
(
&
item
->
value
)
;
http_header.c:89
http_header_new_item()
free
(
item
->
value
)
;
http_header.c:94
http_header_new_item()
free
(
item
->
value
)
;
http_header.c:110
http_header_set()
item
->
value
=
strdup
(
value
)
;
http_header.c:111
http_header_set()
http_utils_trim_whitespace
(
&
item
->
value
)
;
http_header.c:112
http_header_set()
free
(
item
->
value
)
;
http_header.c:144
http_header_delete()
if
(
item
->
value
&&
idx
>=
index
)
{
http_header.c:177
http_header_generate_string()
siz
+=
strlen
(
item
->
value
)
;
http_header.c:179
http_header_generate_string()
if
(
item
->
value
&&
idx
>=
index
&&
idx
<
ret_idx
)
{
http_header.c:205
http_header_generate_string()
str_len
+=
snprintf
(
buffer
+
str_len
,
*
buffer_len
-
str_len
,
"%s: %s\r\n"
,
item
->
key
,
item
->
value
)
;
http_header.c:206
http_header_generate_string()
free
(
item
->
value
)
;
http_header.c:224
http_header_clean()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
http_header_item::value
is written by 1 function and is read by 6 functions:
http_header_set()
All items filtered out
http_header_item::value
http_header_get()
http_header_new_item()
http_header_set()
http_header_delete()
http_header_generate_string()
http_header_clean()
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