ESP-IDF
esp_vfs_safe_fd_isset()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_vfs_safe_fd_isset()
esp_vfs_safe_fd_isset() function
Syntax
Show:
Summary
Declaration
from
vfs.c:1364
static
inline
bool
esp_vfs_safe_fd_isset
(
int
fd
,
const
fd_set
*
fds
)
;
Arguments
Argument
fd
fds
Examples
References
from
examples
Code
Location
Referrer
static
inline
bool
esp_vfs_safe_fd_isset
(
int
fd
,
const
fd_set
*
fds
)
vfs.c:1364
if
(
readfds
&&
esp_vfs_safe_fd_isset
(
local_fd
,
&
item
->
readfds
)
)
{
vfs.c:1379
set_global_fd_sets()
if
(
writefds
&&
esp_vfs_safe_fd_isset
(
local_fd
,
&
item
->
writefds
)
)
{
vfs.c:1384
set_global_fd_sets()
if
(
errorfds
&&
esp_vfs_safe_fd_isset
(
local_fd
,
&
item
->
errorfds
)
)
{
vfs.c:1389
set_global_fd_sets()
if
(
esp_vfs_safe_fd_isset
(
i
,
fds
)
)
{
vfs.c:1407
esp_vfs_log_fd_set()
if
(
esp_vfs_safe_fd_isset
(
fd
,
errorfds
)
)
{
vfs.c:1457
esp_vfs_select()
if
(
esp_vfs_safe_fd_isset
(
fd
,
readfds
)
||
vfs.c:1469
esp_vfs_select()
esp_vfs_safe_fd_isset
(
fd
,
writefds
)
||
vfs.c:1470
esp_vfs_select()
esp_vfs_safe_fd_isset
(
fd
,
errorfds
)
)
{
vfs.c:1471
esp_vfs_select()
if
(
esp_vfs_safe_fd_isset
(
fd
,
readfds
)
)
{
vfs.c:1481
esp_vfs_select()
if
(
esp_vfs_safe_fd_isset
(
fd
,
writefds
)
)
{
vfs.c:1487
esp_vfs_select()
if
(
esp_vfs_safe_fd_isset
(
fd
,
errorfds
)
)
{
vfs.c:1493
esp_vfs_select()
Call Tree
from
examples
esp_vfs_safe_fd_isset()
is called by 3 functions:
set_global_fd_sets()
esp_vfs_log_fd_set()
esp_vfs_select()
All items filtered out
esp_vfs_safe_fd_isset()
All items filtered out
Data Use
from
examples
esp_vfs_safe_fd_isset()
:
All items filtered out
esp_vfs_safe_fd_isset()
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