netxduo
authorization_decoded
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/7)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
authorization_decoded
authorization_decoded variable
Syntax
Show:
Summary
Declaration
from
nx_web_http_server.c:74
static
CHAR
authorization_decoded
[
NX_WEB_HTTP_MAX_NAME
+
NX_WEB_HTTP_MAX_PASSWORD
+
2
]
;
Examples
References
from
examples
Code
Location
Referrer
static
CHAR
authorization_decoded
[
NX_WEB_HTTP_MAX_NAME
+
NX_WEB_HTTP_MAX_PASSWORD
+
2
]
;
nx_web_http_server.c:74
memset
(
&
authorization_decoded
[
0
]
,
0
,
sizeof
(
authorization_decoded
)
)
;
nx_web_http_server.c:5117
_nx_web_http_server_basic_authenticate()
_nx_utility_base64_decode
(
(
UCHAR
*
)
authorization_request
,
length
,
(
UCHAR
*
)
authorization_decoded
,
sizeof
(
authorization_decoded
)
,
&
authorization_decoded_size
)
;
nx_web_http_server.c:5128
_nx_web_http_server_basic_authenticate()
if
(
name_ptr
[
i
]
!=
authorization_decoded
[
i
]
)
nx_web_http_server.c:5139
_nx_web_http_server_basic_authenticate()
if
(
match
&&
(
i
<
authorization_decoded_size
)
&&
(
authorization_decoded
[
i
]
==
':'
)
)
nx_web_http_server.c:5151
_nx_web_http_server_basic_authenticate()
if
(
password_ptr
[
j
]
!=
authorization_decoded
[
i
]
)
nx_web_http_server.c:5164
_nx_web_http_server_basic_authenticate()
if
(
match
&&
(
i
==
authorization_decoded_size
)
&&
(
authorization_decoded
[
i
]
==
(
CHAR
)
NX_NULL
)
)
nx_web_http_server.c:5177
_nx_web_http_server_basic_authenticate()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
authorization_decoded
is read by 1 function:
All items filtered out
authorization_decoded
_nx_web_http_server_basic_authenticate()
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