LwIP
http_ssi_state
is only used within LwIP.
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
STM32 Libraries and Samples
LwIP
http_ssi_state
http_ssi_state struct
Syntax
Show:
Summary
Declaration
from
httpd.c:215
struct
http_ssi_state
{
const
char
*
parsed
;
#if
!
LWIP_HTTPD_SSI_INCLUDE_TAG
const
char
*
tag_started
;
#endif
const
char
*
tag_end
;
u32_t
parse_left
;
u16_t
tag_index
;
u16_t
tag_insert_len
;
#if
LWIP_HTTPD_SSI_MULTIPART
u16_t
tag_part
;
#endif
u8_t
tag_type
;
u8_t
tag_name_len
;
char
tag_name
[
LWIP_HTTPD_MAX_TAG_NAME_LEN
+
1
]
;
char
tag_insert
[
LWIP_HTTPD_MAX_TAG_INSERT_LEN
+
1
]
;
enum
tag_check_state
tag_state
;
}
;
Fields
Field
Declared as
http_ssi_state::parsed
const
char
*
http_ssi_state::tag_end
const
char
*
http_ssi_state::parse_left
u32_t
http_ssi_state::tag_index
u16_t
http_ssi_state::tag_insert_len
u16_t
http_ssi_state::tag_type
u8_t
http_ssi_state::tag_name_len
u8_t
http_ssi_state::tag_name
char
[
LWIP_HTTPD_MAX_TAG_NAME_LEN
+
1
]
http_ssi_state::tag_insert
char
[
LWIP_HTTPD_MAX_TAG_INSERT_LEN
+
1
]
http_ssi_state::tag_state
enum
tag_check_state
Examples
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