netxduo
NX_WEB_HTTP_SERVER_STRUCT::nx_web_http_server_authentication_check
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading (5/7)...
Files
loading (7/7)...
netxduo
threadx
filex
usbx
HAL
CMSIS
lan8742
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
NX_WEB_HTTP_SERVER_STRUCT::nx_web_http_server_authentication_check
NX_WEB_HTTP_SERVER_STRUCT::nx_web_http_server_authentication_check field
Syntax
Show:
Summary
Declaration
from
nx_web_http_server.h:321
UINT
(
*
nx_web_http_server_authentication_check
)
(
struct
NX_WEB_HTTP_SERVER_STRUCT
*
server_ptr
,
UINT
request_type
,
CHAR
*
resource
,
CHAR
*
*
name
,
CHAR
*
*
password
,
CHAR
*
*
realm
)
;
Examples
References
from
examples
Code
Location
Referrer
UINT
(
*
nx_web_http_server_authentication_check
)
(
struct
NX_WEB_HTTP_SERVER_STRUCT
*
server_ptr
,
UINT
request_type
,
CHAR
*
resource
,
CHAR
*
*
name
,
CHAR
*
*
password
,
CHAR
*
*
realm
)
;
nx_web_http_server.h:321
http_server_ptr
->
nx_web_http_server_authentication_check
=
authentication_check
;
nx_web_http_server.c:1371
_nx_web_http_server_create()
if
(
server_ptr
->
nx_web_http_server_authentication_check
||
nx_web_http_server.c:3643
_nx_web_http_server_get_process()
status
=
(
server_ptr
->
nx_web_http_server_authentication_check
)
(
server_ptr
,
request_type
,
server_ptr
->
nx_web_http_server_request_resource
,
nx_web_http_server.c:3655
_nx_web_http_server_get_process()
if
(
server_ptr
->
nx_web_http_server_authentication_check
||
nx_web_http_server.c:4176
_nx_web_http_server_put_process()
status
=
(
server_ptr
->
nx_web_http_server_authentication_check
)
(
server_ptr
,
NX_WEB_HTTP_SERVER_PUT_REQUEST
,
server_ptr
->
nx_web_http_server_request_resource
,
nx_web_http_server.c:4188
_nx_web_http_server_put_process()
if
(
server_ptr
->
nx_web_http_server_authentication_check
||
nx_web_http_server.c:4635
_nx_web_http_server_delete_process()
status
=
(
server_ptr
->
nx_web_http_server_authentication_check
)
(
server_ptr
,
NX_WEB_HTTP_SERVER_DELETE_REQUEST
,
server_ptr
->
nx_web_http_server_request_resource
,
nx_web_http_server.c:4647
_nx_web_http_server_delete_process()
Call Tree
from
examples
NX_WEB_HTTP_SERVER_STRUCT::nx_web_http_server_authentication_check
is called by 3 functions:
_nx_web_http_server_get_process()
_nx_web_http_server_put_process()
_nx_web_http_server_delete_process()
All items filtered out
NX_WEB_HTTP_SERVER_STRUCT::nx_web_http_server_authentication_check
All items filtered out
Data Use
from
examples
NX_WEB_HTTP_SERVER_STRUCT::nx_web_http_server_authentication_check
is written by 1 function and is read by 3 functions:
_nx_web_http_server_create()
All items filtered out
NX_WEB_HTTP_SERVER_STRUCT::nx_web_http_server_authentication_check
_nx_web_http_server_get_process()
_nx_web_http_server_put_process()
_nx_web_http_server_delete_process()
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