ESP-IDF
fds_triple_t::isset
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/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
fds_triple_t::isset
fds_triple_t::isset field
Syntax
Show:
Summary
Declaration
from
vfs.c:67
bool
isset
;
Examples
References
from
examples
Code
Location
Referrer
bool
isset
;
// none or at least one bit is set in the following 3 fd sets
vfs.c:67
&&
item
->
isset
vfs.c:1354
call_end_selects()
if
(
item
->
isset
)
{
vfs.c:1375
set_global_fd_sets()
item
->
isset
=
true
;
vfs.c:1482
esp_vfs_select()
item
->
isset
=
true
;
vfs.c:1488
esp_vfs_select()
item
->
isset
=
true
;
vfs.c:1494
esp_vfs_select()
if
(
!
item
->
isset
)
{
vfs.c:1535
esp_vfs_select()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
fds_triple_t::isset
is written by 1 function and is read by 3 functions:
esp_vfs_select()
All items filtered out
fds_triple_t::isset
call_end_selects()
set_global_fd_sets()
esp_vfs_select()
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