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

LWIP_HTTPD_SSI_MULTIPART macro

LWIP_HTTPD_SSI_MULTIPART==1: SSI handler function is called with 2 more arguments indicating a counter for insert string that are too long to be inserted at once: the SSI handler function must then set 'next_tag_part' which will be passed back to it in the next call.

Syntax

#define LWIP_HTTPD_SSI_MULTIPART 0

References

LocationText
httpd_opts.h:139
#define LWIP_HTTPD_SSI_MULTIPART 0
httpd.c:224
#if LWIP_HTTPD_SSI_MULTIPART
httpd.c:768
#if LWIP_HTTPD_SSI_MULTIPART
httpd.c:775
#if LWIP_HTTPD_SSI_MULTIPART
httpd.c:799
#if LWIP_HTTPD_SSI_MULTIPART
httpd.c:1390
#if LWIP_HTTPD_SSI_MULTIPART
httpd.c:1473
#if LWIP_HTTPD_SSI_MULTIPART
httpd.c:1502
#if LWIP_HTTPD_SSI_MULTIPART
httpd.h:163
#if LWIP_HTTPD_SSI_MULTIPART