Home
last modified time | relevance | path

Searched refs:authentication_check (Results 1 – 6 of 6) sorted by relevance

/NetX-Duo-v6.3.0/samples/
Ddemo_netxduo_http.c44 UINT authentication_check(NX_HTTP_SERVER *server_ptr, UINT request_type,
74 UINT authentication_check(NX_HTTP_SERVER *server_ptr, UINT request_type, in authentication_check() function
185 pointer, 2048, &server_pool, authentication_check, NX_NULL); in tx_application_define()
Ddemo_netxduo_https.c465 UINT authentication_check(NX_WEB_HTTP_SERVER *server_ptr, UINT request_type, in authentication_check() function
752 authentication_check, server_request_callback); in https_server_thread_entry()
/NetX-Duo-v6.3.0/addons/http/
Dnxd_http_server.h524 …UINT (*authentication_check)(NX_HTTP_SERVER *server_ptr, UINT request_type, CHAR *resource, CHAR *…
528 …UINT (*authentication_check)(NX_HTTP_SERVER *server_ptr, UINT request_type, CHAR *resource, CHAR *…
572 …UINT (*authentication_check)(NX_HTTP_SERVER *server_ptr, UINT request_type, CHAR *resource, CHAR *…
656 …UINT (*authentication_check)(NX_HTTP_SERVER *server_ptr, UINT request_type, CHAR *resource, CHAR *…
Dnxd_http_server.c1320 …UINT (*authentication_check)(NX_HTTP_SERVER *server_ptr, UINT request_type, CHAR *resource, CHAR *… in _nxe_http_server_create()
1346 authentication_check, request_notify); in _nxe_http_server_create()
1408 …UINT (*authentication_check)(NX_HTTP_SERVER *server_ptr, UINT request_type, CHAR *resource, CHAR *… in _nx_http_server_create()
1460 http_server_ptr -> nx_http_server_authentication_check = authentication_check; in _nx_http_server_create()
/NetX-Duo-v6.3.0/addons/web/
Dnx_web_http_server.h474 …UINT (*authentication_check)(NX_WEB_HTTP_SERVER *server_ptr, UINT request_type, CHAR *resource, CH…
478 …UINT (*authentication_check)(NX_WEB_HTTP_SERVER *server_ptr, UINT request_type, CHAR *resource, CH…
549 …UINT (*authentication_check)(NX_WEB_HTTP_SERVER *server_ptr, UINT request_type, CHAR *resource, CH…
679 …UINT (*authentication_check)(NX_WEB_HTTP_SERVER *server_ptr, UINT request_type, CHAR *resource, CH…
Dnx_web_http_server.c1228 …UINT (*authentication_check)(NX_WEB_HTTP_SERVER *server_ptr, UINT request_type, CHAR *resource, CH… in _nxe_web_http_server_create()
1253 authentication_check, request_notify); in _nxe_web_http_server_create()
1324 UINT (*authentication_check)(NX_WEB_HTTP_SERVER *server_ptr, in _nx_web_http_server_create()
1370 http_server_ptr -> nx_web_http_server_authentication_check = authentication_check; in _nx_web_http_server_create()