ESP-IDF
httpd_req_aux::first_chunk_sent
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
httpd_req_aux::first_chunk_sent
httpd_req_aux::first_chunk_sent field
Used to indicate if first chunk sent
Syntax
Show:
Summary
Declaration
from
esp_httpd_priv.h:95
bool
first_chunk_sent
;
Examples
References
from
examples
Code
Location
Referrer
bool
first_chunk_sent
;
/*!< Used to indicate if first chunk sent */
esp_httpd_priv.h:95
ra
->
first_chunk_sent
=
0
;
httpd_parse.c:686
init_req_aux()
ra
->
first_chunk_sent
=
false
;
httpd_parse.c:742
httpd_req_new()
if
(
!
ra
->
first_chunk_sent
)
{
httpd_txrx.c:323
httpd_resp_send_chunk()
ra
->
first_chunk_sent
=
true
;
httpd_txrx.c:359
httpd_resp_send_chunk()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
httpd_req_aux::first_chunk_sent
is written by 3 functions and is read by 1 function:
init_req_aux()
httpd_req_new()
httpd_resp_send_chunk()
All items filtered out
httpd_req_aux::first_chunk_sent
httpd_resp_send_chunk()
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