LWIP_HTTPD_SSI_RAW is only used within LwIP.
 
Symbols
loading...
Files
loading...

LWIP_HTTPD_SSI_RAW macro

Set this to 1 to implement an SSI tag handler callback that gets a const char* to the tag (instead of an index into a pre-registered array of known tags) If this is 0, the SSI handler callback function is only called pre-registered tags.

Syntax

#define LWIP_HTTPD_SSI_RAW 0

References

LocationText
httpd_opts.h:109
#define LWIP_HTTPD_SSI_RAW 0
httpd.c:321
#if !LWIP_HTTPD_SSI_RAW
httpd.c:761
#if LWIP_HTTPD_SSI_RAW
httpd.c:779
#if LWIP_HTTPD_SSI_RAW
httpd.c:784
#if !LWIP_HTTPD_SSI_RAW
httpd.c:790
#if LWIP_HTTPD_SSI_RAW
httpd.c:806
#if LWIP_HTTPD_SSI_RAW
httpd.c:2714
#if LWIP_HTTPD_SSI_RAW
httpd.h:157
#if LWIP_HTTPD_SSI_RAW