http_ssi_state::tag_end is only used within LwIP.
 
Symbols
loading...
Files
loading...

http_ssi_state::tag_end field

Syntax

const char *tag_end;

References

LocationReferrerText
httpd.c:220
const char *tag_end; /* Pointer to char after the closing '>' of the tag. */
httpd.c:1400http_send_data_ssi()
ssi->tag_end = ssi->parsed;
httpd.c:1407http_send_data_ssi()
if (ssi->tag_end > hs->file) {
httpd.c:1410http_send_data_ssi()
len = (u16_t)LWIP_MIN(ssi->tag_end - hs->file, 0xffff);
httpd.c:1447http_send_data_ssi()
if (ssi->tag_end > hs->file) {
httpd.c:1450http_send_data_ssi()
len = (u16_t)LWIP_MIN(ssi->tag_end - hs->file, 0xffff);
httpd.c:2326http_init_file()
ssi->tag_end = file->data;

Data Use

Functions writing http_ssi_state::tag_end
Functions reading http_ssi_state::tag_end
http_ssi_state::tag_end
all items filtered out