Searched defs:http_ssi_state (Results 1 – 1 of 1) sorted by relevance
215 struct http_ssi_state { struct216 const char *parsed; /* Pointer to the first unparsed byte in buf. */218 const char *tag_started;/* Pointer to the first opening '<' of the tag. */220 const char *tag_end; /* Pointer to char after the closing '>' of the tag. */221 u32_t parse_left; /* Number of unparsed bytes in buf. */222 u16_t tag_index; /* Counter used by tag parsing state machine */223 u16_t tag_insert_len; /* Length of insert in string tag_insert */225 …_t tag_part; /* Counter passed to and changed by tag insertion function to insert multiple times */227 u8_t tag_type; /* index into http_ssi_tag_desc array */228 u8_t tag_name_len; /* Length of the tag name in string tag_name */[all …]