ESP-IDF
parser_data_t::
::at
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
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
parser_data_t::
::at
parser_data_t::
::at field
Syntax
Show:
Summary
Declaration
from
httpd_parse.c:47
const
char
*
at
;
Examples
References
from
examples
Code
Location
Referrer
const
char
*
at
;
httpd_parse.c:47
const
char
*
at
=
parser_data
->
last
.
at
;
httpd_parse.c:65
verify_url()
parser_data
->
last
.
at
=
at
;
httpd_parse.c:120
cb_url()
parser_data
->
last
.
at
=
ra
->
scratch
;
httpd_parse.c:215
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
.
at
=
at
;
httpd_parse.c:262
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()
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()
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()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
parser_data_t::
::at
is written by 6 functions and is read by 5 functions:
cb_url()
cb_header_field()
cb_header_value()
cb_headers_complete()
cb_on_body()
cb_no_body()
All items filtered out
parser_data_t::
::at
verify_url()
cb_header_field()
cb_header_value()
cb_headers_complete()
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