file_serving sample
file_server_data::base_path
is only used within file_serving sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
file_serving sample
file_server_data::base_path
file_server_data::base_path field
Syntax
Show:
Summary
Declaration
from
file_server.c:42
char
base_path
[
ESP_VFS_PATH_MAX
+
1
]
;
Examples
References
from
examples
Code
Location
Referrer
char
base_path
[
ESP_VFS_PATH_MAX
+
1
]
;
file_server.c:42
const
char
*
filename
=
get_path_from_uri
(
filepath
,
(
(
struct
file_server_data
*
)
req
->
user_ctx
)
->
base_path
,
file_server.c:218
download_get_handler()
const
char
*
filename
=
get_path_from_uri
(
filepath
,
(
(
struct
file_server_data
*
)
req
->
user_ctx
)
->
base_path
,
file_server.c:301
upload_post_handler()
const
char
*
filename
=
get_path_from_uri
(
filepath
,
(
(
struct
file_server_data
*
)
req
->
user_ctx
)
->
base_path
,
file_server.c:414
delete_post_handler()
strlcpy
(
server_data
->
base_path
,
base_path
,
file_server.c:466
example_start_file_server()
sizeof
(
server_data
->
base_path
)
)
;
file_server.c:467
example_start_file_server()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
file_server_data::base_path
is read by 4 functions:
All items filtered out
file_server_data::base_path
download_get_handler()
upload_post_handler()
delete_post_handler()
example_start_file_server()
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