ESP-IDF
SPIFFS_UNDEFINED_LEN
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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
SPIFFS_UNDEFINED_LEN
SPIFFS_UNDEFINED_LEN macro
Syntax
Show:
Summary
Declaration
from
spiffs_nucleus.h:139
#define
SPIFFS_UNDEFINED_LEN
(
u32_t
)
(
-
1
)
Examples
References
from
examples
Code
Location
#define
SPIFFS_UNDEFINED_LEN
(
u32_t
)
(
-
1
)
spiffs_nucleus.h:139
if
(
fd
->
size
==
SPIFFS_UNDEFINED_LEN
&&
len
>
0
)
{
spiffs_hydrogen.c:387
if
(
fd
->
size
!=
SPIFFS_UNDEFINED_LEN
&&
offset
<
fd
->
size
)
{
spiffs_hydrogen.c:439
fd
->
fdoffset
=
fd
->
size
==
SPIFFS_UNDEFINED_LEN
?
0
:
fd
->
size
;
spiffs_hydrogen.c:482
if
(
fd
->
size
==
SPIFFS_UNDEFINED_LEN
)
{
spiffs_hydrogen.c:493
s32_t
file_size
=
fd
->
size
==
SPIFFS_UNDEFINED_LEN
?
0
:
fd
->
size
;
spiffs_hydrogen.c:613
u32_t
file_size
=
(
fd
->
size
==
SPIFFS_UNDEFINED_LEN
)
?
0
:
fd
->
size
;
spiffs_hydrogen.c:751
s
->
size
=
objix_hdr
.
size
==
SPIFFS_UNDEFINED_LEN
?
0
:
objix_hdr
.
size
;
spiffs_hydrogen.c:782
e
->
size
=
objix_hdr
.
size
==
SPIFFS_UNDEFINED_LEN
?
0
:
objix_hdr
.
size
;
spiffs_hydrogen.c:1086
res
=
(
fd
->
fdoffset
>=
(
fd
->
size
==
SPIFFS_UNDEFINED_LEN
?
0
:
fd
->
size
)
)
;
spiffs_hydrogen.c:1246
oix_hdr
.
size
=
SPIFFS_UNDEFINED_LEN
;
// keep ones so we can update later without wasting this page
spiffs_nucleus.c:956
SPIFFS_EV_IX_NEW
,
obj_id
,
0
,
SPIFFS_OBJ_LOOKUP_ENTRY_TO_PIX
(
fs
,
bix
,
entry
)
,
SPIFFS_UNDEFINED_LEN
)
;
spiffs_nucleus.c:975
u32_t
act_new_size
=
new_size
==
SPIFFS_UNDEFINED_LEN
?
0
:
new_size
;
spiffs_nucleus.c:1087
if
(
(
fd
->
size
==
SPIFFS_UNDEFINED_LEN
||
fd
->
size
==
0
)
&&
!
remove_full
)
{
spiffs_nucleus.c:1746
u32_t
cur_size
=
fd
->
size
==
(
u32_t
)
SPIFFS_UNDEFINED_LEN
?
0
:
fd
->
size
;
spiffs_nucleus.c:1759
objix_pix
,
fs
->
work
,
0
,
0
,
SPIFFS_UNDEFINED_LEN
,
&
new_objix_hdr_pix
)
;
spiffs_nucleus.c:1941
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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