ESP-IDF
buffer_new_slice()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
buffer_new_slice()
buffer_new_slice() function
Syntax
Show:
Summary
Declaration
Definition
from
buffer.h:43
buffer_t
*
buffer_new_slice
(
const
buffer_t
*
buf
,
size_t
slice_size
)
;
Implemented in
buffer.c:53
Arguments
Argument
Declared as
buf
const
buffer_t
*
slice_size
size_t
Related Functions
Found 4 other functions taking a
buffer_t
argument:
Function
buffer_new_ref()
buffer_length()
buffer_free()
buffer_ptr()
Examples
References
from
examples
Code
Location
Referrer
buffer_t
*
buffer_new_slice
(
const
buffer_t
*
buf
,
size_t
slice_size
)
buffer.c:53
buffer_t
*
buffer_new_slice
(
const
buffer_t
*
buf
,
size_t
slice_size
)
;
buffer.h:43
return
buffer_new_slice
(
buf
,
buf
->
length
)
;
buffer.c:50
buffer_new_ref()
Call Tree
from
examples
buffer_new_slice()
is called by 1 function and calls 4 functions:
buffer_new_ref()
All items filtered out
buffer_new_slice()
__assert_func()
esp_log_timestamp()
esp_log_write()
osi_calloc_func()
All items filtered out
Data Use
from
examples
buffer_new_slice()
reads 4 variables and writes 3 variables:
esp_log_level_t::ESP_LOG_ERROR
buffer_t::root
buffer_t::refcount
buffer_t::length
All items filtered out
buffer_new_slice()
buffer_t::root
buffer_t::refcount
buffer_t::length
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