ESP-IDF
parser_data_t::last
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
parser_data_t::last
parser_data_t::last field
Syntax
Show:
Summary
Declaration
from
httpd_parse.c:46
struct
{
const
char
*
at
;
size_t
length
;
}
last
;
Examples
References
from
examples
Code
Location
Referrer
}
last
;
httpd_parse.c:49
const
char
*
at
=
parser_data
->
last
.
at
;
httpd_parse.c:65
verify_url()
size_t
length
=
parser_data
->
last
.
length
;
httpd_parse.c:66
verify_url()
parser_data
->
last
.
at
=
at
;
httpd_parse.c:120
cb_url()
parser_data
->
last
.
length
=
0
;
httpd_parse.c:121
cb_url()
if
(
(
parser_data
->
last
.
length
+=
length
)
>
HTTPD_MAX_URI_LEN
)
{
httpd_parse.c:133
cb_url()
NEWLIB_NANO_COMPAT_CAST
(
parser_data
->
last
.
length
)
,
HTTPD_MAX_URI_LEN
)
;
httpd_parse.c:135
cb_url()
parser_data
->
last
.
at
=
ra
->
scratch
;
httpd_parse.c:215
cb_header_field()
parser_data
->
last
.
length
=
0
;
httpd_parse.c:216
cb_header_field()
char
*
term_start
=
(
char
*
)
parser_data
->
last
.
at
+
parser_data
->
last
.
length
;
httpd_parse.c:228
cb_header_field()
parser_data
->
last
.
at
=
at
;
httpd_parse.c:232
cb_header_field()
parser_data
->
last
.
length
=
0
;
httpd_parse.c:233
cb_header_field()
parser_data
->
last
.
length
+=
length
;
httpd_parse.c:248
cb_header_field()
parser_data
->
last
.
at
=
at
;
httpd_parse.c:262
cb_header_value()
parser_data
->
last
.
length
=
0
;
httpd_parse.c:263
cb_header_value()
char
*
at_adj
=
(
char
*
)
parser_data
->
last
.
at
;
httpd_parse.c:274
cb_header_value()
parser_data
->
last
.
at
=
at_adj
;
httpd_parse.c:280
cb_header_value()
parser_data
->
last
.
length
+=
length
;
httpd_parse.c:292
cb_header_value()
char
*
at
=
(
char
*
)
parser_data
->
last
.
at
+
parser_data
->
last
.
length
;
httpd_parse.c:317
cb_headers_complete()
parser_data
->
last
.
at
=
at
;
httpd_parse.c:354
cb_headers_complete()
parser_data
->
last
.
at
=
0
;
httpd_parse.c:435
cb_on_body()
parser_data
->
last
.
length
=
0
;
httpd_parse.c:436
cb_on_body()
if
(
pause_parsing
(
parser
,
parser_data
->
last
.
at
)
!=
ESP_OK
)
{
httpd_parse.c:470
cb_no_body()
parser_data
->
last
.
at
=
0
;
httpd_parse.c:476
cb_no_body()
parser_data
->
last
.
length
=
0
;
httpd_parse.c:477
cb_no_body()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
parser_data_t::last
is read by 7 functions:
All items filtered out
parser_data_t::last
verify_url()
cb_url()
cb_header_field()
cb_header_value()
cb_headers_complete()
cb_on_body()
cb_no_body()
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