NX_WEB_HTTP_MAX_NAME is only used within netxduo.
 
Symbols
loading...
Files
loading...

NX_WEB_HTTP_MAX_NAME macro

Syntax

#define NX_WEB_HTTP_MAX_NAME 20

References

LocationText
nx_web_http_common.h:91
#define NX_WEB_HTTP_MAX_NAME 20
nx_web_http_common.h:111
#define NX_WEB_HTTP_MAX_STRING ((NX_WEB_HTTP_MAX_NAME + NX_WEB_HTTP_MAX_PASSWORD + 1 ) * 4 / 3 + 1 + 2)
nx_web_http_server.c:74
static CHAR authorization_decoded[NX_WEB_HTTP_MAX_NAME + NX_WEB_HTTP_MAX_PASSWORD + 2];
nx_web_http_server.c:3664
if (_nx_utility_string_length_check(name_ptr, &temp_name_length, NX_WEB_HTTP_MAX_NAME) ||
nx_web_http_server.c:4197
if (_nx_utility_string_length_check(name_ptr, &temp_name_length, NX_WEB_HTTP_MAX_NAME) ||
nx_web_http_server.c:4656
if (_nx_utility_string_length_check(name_ptr, &temp_name_length, NX_WEB_HTTP_MAX_NAME) ||