netxduo
NX_WEB_HTTP_MAX_NAME
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
NX_WEB_HTTP_MAX_NAME
NX_WEB_HTTP_MAX_NAME macro
Syntax
Show:
Summary
Declaration
from
nx_web_http_common.h:91
#define
NX_WEB_HTTP_MAX_NAME
20
Examples
References
from
examples
Code
Location
#define
NX_WEB_HTTP_MAX_NAME
20
nx_web_http_common.h:91
#define
NX_WEB_HTTP_MAX_STRING
(
(
NX_WEB_HTTP_MAX_NAME
+
NX_WEB_HTTP_MAX_PASSWORD
+
1
)
*
4
/
3
+
1
+
2
)
nx_web_http_common.h:111
static
CHAR
authorization_decoded
[
NX_WEB_HTTP_MAX_NAME
+
NX_WEB_HTTP_MAX_PASSWORD
+
2
]
;
nx_web_http_server.c:74
if
(
_nx_utility_string_length_check
(
name_ptr
,
&
temp_name_length
,
NX_WEB_HTTP_MAX_NAME
)
||
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
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out