netxduo
authorization_request
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (4/7)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
authorization_request
authorization_request variable
Syntax
Show:
Summary
Declaration
from
nx_web_http_server.c:73
static
CHAR
authorization_request
[
NX_WEB_HTTP_MAX_STRING
+
1
]
;
Examples
References
from
examples
Code
Location
Referrer
static
CHAR
authorization_request
[
NX_WEB_HTTP_MAX_STRING
+
1
]
;
nx_web_http_server.c:73
memset
(
&
authorization_request
[
0
]
,
0
,
sizeof
(
authorization_request
)
)
;
nx_web_http_server.c:5115
_nx_web_http_server_basic_authenticate()
length
=
_nx_web_http_server_retrieve_basic_authorization
(
packet_ptr
,
authorization_request
)
;
nx_web_http_server.c:5120
_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()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
authorization_request
is read by 1 function:
All items filtered out
authorization_request
_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