ESP-IDF
esp_http_client_cached_buf_cleanup()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_http_client_cached_buf_cleanup()
esp_http_client_cached_buf_cleanup() function
Syntax
Show:
Summary
Declaration
from
esp_http_client.c:920
static
void
esp_http_client_cached_buf_cleanup
(
esp_http_buffer_t
*
res_buffer
)
;
Arguments
Argument
res_buffer
Examples
References
from
examples
Code
Location
Referrer
static
void
esp_http_client_cached_buf_cleanup
(
esp_http_buffer_t
*
res_buffer
)
esp_http_client.c:920
esp_http_client_cached_buf_cleanup
(
client
->
response
->
buffer
)
;
esp_http_client.c:952
esp_http_client_cleanup()
esp_http_client_cached_buf_cleanup
(
client
->
response
->
buffer
)
;
esp_http_client.c:1071
esp_http_client_set_url()
esp_http_client_cached_buf_cleanup
(
client
->
response
->
buffer
)
;
esp_http_client.c:1097
esp_http_client_set_url()
esp_http_client_cached_buf_cleanup
(
res_buffer
)
;
esp_http_client.c:1226
esp_http_client_read()
Call Tree
from
examples
esp_http_client_cached_buf_cleanup()
is called by 3 functions and calls 1 function:
esp_http_client_cleanup()
esp_http_client_set_url()
esp_http_client_read()
All items filtered out
esp_http_client_cached_buf_cleanup()
free()
All items filtered out
Data Use
from
examples
esp_http_client_cached_buf_cleanup()
reads 1 variable and writes 3 variables:
esp_http_buffer_t::orig_raw_data
All items filtered out
esp_http_client_cached_buf_cleanup()
esp_http_buffer_t::raw_data
esp_http_buffer_t::orig_raw_data
esp_http_buffer_t::raw_len
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