Searched refs:LWIP_HTTPD_POST_MAX_RESPONSE_URI_LEN (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/include/lwip2/lwip/apps/
H A Dhttpd_opts.h221 #if !defined LWIP_HTTPD_POST_MAX_RESPONSE_URI_LEN || defined __DOXYGEN__
222 #define LWIP_HTTPD_POST_MAX_RESPONSE_URI_LEN 63 macro
/barrelfish-master/lib/lwip2/src/apps/httpd/
H A Dhttpd.c166 #if LWIP_HTTPD_POST_MAX_RESPONSE_URI_LEN > LWIP_HTTPD_MAX_REQUEST_URI_LEN
167 #define LWIP_HTTPD_URI_BUF_LEN LWIP_HTTPD_POST_MAX_RESPONSE_URI_LEN

Completed in 87 milliseconds