LwIP
+
0
/8 examples
SourceVu will show references to
fs_file
from the following samples and libraries:
Examples
STM32469I_EVAL
Applications
LwIP
LwIP_HTTP_Server_Netconn_RTOS
STM324x9I_EVAL
Applications
LwIP
LwIP_HTTP_Server_Netconn_RTOS
LwIP_HTTP_Server_Socket_RTOS
LwIP_IAP
STM324xG_EVAL
Applications
LwIP
LwIP_HTTP_Server_Netconn_RTOS
LwIP_HTTP_Server_Socket_RTOS
LwIP_IAP
STM32F429ZI-Nucleo
Applications
LwIP
LwIP_HTTP_Server_Netconn_RTOS
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
LwIP
fs_file
fs_file struct
Syntax
Show:
Summary
Declaration
from
fs.h:65
struct
fs_file
{
const
char
*
data
;
int
len
;
int
index
;
fs_file_extension
*
pextension
;
#if
HTTPD_PRECALCULATED_CHECKSUM
const
struct
fsdata_chksum
*
chksum
;
u16_t
chksum_count
;
#endif
u8_t
flags
;
#if
LWIP_HTTPD_CUSTOM_FILES
u8_t
is_custom_file
;
#endif
#if
LWIP_HTTPD_FILE_STATE
void
*
state
;
#endif
}
;
Fields
Field
Declared as
fs_file::data
const
char
*
fs_file::len
int
fs_file::index
int
fs_file::pextension
fs_file_extension
*
fs_file::flags
u8_t
Related Functions
Found 5 other functions taking a
fs_file
argument:
Function
Description
fs_open()
fs_close()
fs_bytes_left()
http_init_file()
Initialize a http connection with a file to send (if found). Called by http_find_file and http_find_error_file.
http_uri_is_ssi()
Examples
fs_file
is referenced by 8 libraries and example projects:
References
from
examples
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