file_serving sample
get_path_from_uri()
is only used within file_serving sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/4)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
file_serving sample
get_path_from_uri()
get_path_from_uri() function
Syntax
Show:
Summary
Declaration
from
file_server.c:184
static
const
char
*
get_path_from_uri
(
char
*
dest
,
const
char
*
base_path
,
const
char
*
uri
,
size_t
destsize
)
;
Arguments
Argument
dest
base_path
uri
destsize
Examples
References
from
examples
Code
Location
Referrer
static
const
char
*
get_path_from_uri
(
char
*
dest
,
const
char
*
base_path
,
const
char
*
uri
,
size_t
destsize
)
file_server.c:184
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()
Call Tree
from
examples
get_path_from_uri()
is called by 3 functions:
download_get_handler()
upload_post_handler()
delete_post_handler()
All items filtered out
get_path_from_uri()
All items filtered out
Data Use
from
examples
get_path_from_uri()
:
All items filtered out
get_path_from_uri()
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