Home
last modified time | relevance | path

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

/NetX-Duo-v6.4.1/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.4.1/test/regression/web_test/
Dnetx_web_http_demo_test.c46 static UINT authentication_check(NX_WEB_HTTP_SERVER *server_ptr, UINT request_type, in authentication_check() function
142 pointer, 4096, &pool_1, authentication_check, NX_NULL); in test_application_define()
Dnetx_web_basic_authenticate_empty_test.c77 static UINT authentication_check(NX_WEB_HTTP_SERVER *server_ptr, UINT request_type,
393 authentication_check, NX_NULL); in thread_server_entry()
473 static UINT authentication_check(NX_WEB_HTTP_SERVER *server_ptr, UINT request_type, in authentication_check() function
Dnetx_web_basic_authenticate_test.c77 static UINT authentication_check(NX_WEB_HTTP_SERVER *server_ptr, UINT request_type,
395 authentication_check, NX_NULL); in thread_server_entry()
475 static UINT authentication_check(NX_WEB_HTTP_SERVER *server_ptr, UINT request_type, in authentication_check() function
Dnetx_web_https_demo_test.c45 static UINT authentication_check(NX_WEB_HTTP_SERVER *server_ptr, UINT request_type,
113 static UINT authentication_check(NX_WEB_HTTP_SERVER *server_ptr, UINT request_type, in authentication_check() function
422 …ip, &ram_disk, &server_stack, sizeof(server_stack), &server_pool, authentication_check, server_req… in https_server_thread_entry()
Dnetx_web_digest_authenticate_test2.c70 static UINT authentication_check(NX_WEB_HTTP_SERVER *server_ptr, UINT request_type,
430 authentication_check, NX_NULL); in thread_server_entry()
453 static UINT authentication_check(NX_WEB_HTTP_SERVER *server_ptr, UINT request_type, in authentication_check() function
Dnetx_web_server_content_process_test.c75 static UINT authentication_check(NX_WEB_HTTP_SERVER *server_ptr, UINT request_type,
423 authentication_check, server_request_callback); in thread_server_entry()
504 static UINT authentication_check(NX_WEB_HTTP_SERVER *server_ptr, UINT request_type, in authentication_check() function
Dnetx_web_basic_test.c79 static UINT authentication_check(NX_WEB_HTTP_SERVER *server_ptr, UINT request_type,
461 authentication_check, server_request_callback); in thread_server_entry()
541 static UINT authentication_check(NX_WEB_HTTP_SERVER *server_ptr, UINT request_type, in authentication_check() function
Dnetx_web_concurrent_sessions_test.c107 static UINT authentication_check(NX_WEB_HTTP_SERVER *server_ptr, UINT request_type,
455 authentication_check, server_request_callback); in thread_server_entry()
532 static UINT authentication_check(NX_WEB_HTTP_SERVER *server_ptr, UINT request_type, in authentication_check() function
Dnetx_web_digest_authenticate_timeout_test.c70 static UINT authentication_check(NX_WEB_HTTP_SERVER *server_ptr, UINT request_type,
530 authentication_check, NX_NULL); in thread_server_entry()
544 static UINT authentication_check(NX_WEB_HTTP_SERVER *server_ptr, UINT request_type, in authentication_check() function
Dnetx_web_abnormal_test.c377 static UINT authentication_check(NX_WEB_HTTP_SERVER *server_ptr, UINT request_type, in authentication_check() function
449 authentication_check, NX_NULL); in thread_server_entry()
Dnetx_web_digest_authenticate_test.c88 static UINT authentication_check(NX_WEB_HTTP_SERVER *server_ptr, UINT request_type,
625 authentication_check, NX_NULL); in thread_server_entry()
705 static UINT authentication_check(NX_WEB_HTTP_SERVER *server_ptr, UINT request_type, in authentication_check() function
Dnetx_web_secure_reconnect_test.c72 static UINT authentication_check(NX_WEB_HTTP_SERVER *server_ptr, UINT request_type,
/NetX-Duo-v6.4.1/test/regression/http_test/
Dnetx_http_digest_authenticate_test.c72 static UINT authentication_check(NX_HTTP_SERVER *server_ptr, UINT request_type,
454 … server_stack, sizeof(server_stack), &server_pool, authentication_check, NX_NULL); in thread_server_entry()
477 static UINT authentication_check(NX_HTTP_SERVER *server_ptr, UINT request_type, in authentication_check() function
Dnetx_http_digest_authenticate_timeout_test.c72 static UINT authentication_check(NX_HTTP_SERVER *server_ptr, UINT request_type,
483 … server_stack, sizeof(server_stack), &server_pool, authentication_check, NX_NULL); in thread_server_entry()
497 static UINT authentication_check(NX_HTTP_SERVER *server_ptr, UINT request_type, in authentication_check() function
Dnetx_http_basic_authenticate_test.c65 static UINT authentication_check(NX_HTTP_SERVER *server_ptr, UINT request_type, in authentication_check() function
158 pointer, 2048, &server_pool, authentication_check, NX_NULL); in test_application_define()
Dnetx_http_basic_test.c57 static UINT authentication_check(NX_HTTP_SERVER *server_ptr, UINT request_type, in authentication_check() function
133 pointer, 2048, &server_pool, authentication_check, NX_NULL); in test_application_define()
/NetX-Duo-v6.4.1/addons/http/
Dnxd_http_server.h523 …UINT (*authentication_check)(NX_HTTP_SERVER *server_ptr, UINT request_type, CHAR *resource, CHAR *…
527 …UINT (*authentication_check)(NX_HTTP_SERVER *server_ptr, UINT request_type, CHAR *resource, CHAR *…
571 …UINT (*authentication_check)(NX_HTTP_SERVER *server_ptr, UINT request_type, CHAR *resource, CHAR *…
655 …UINT (*authentication_check)(NX_HTTP_SERVER *server_ptr, UINT request_type, CHAR *resource, CHAR *…
Dnxd_http_server.c1319 …UINT (*authentication_check)(NX_HTTP_SERVER *server_ptr, UINT request_type, CHAR *resource, CHAR *… in _nxe_http_server_create()
1345 authentication_check, request_notify); in _nxe_http_server_create()
1407 …UINT (*authentication_check)(NX_HTTP_SERVER *server_ptr, UINT request_type, CHAR *resource, CHAR *… in _nx_http_server_create()
1459 http_server_ptr -> nx_http_server_authentication_check = authentication_check; in _nx_http_server_create()
/NetX-Duo-v6.4.1/addons/web/
Dnx_web_http_server.h473 …UINT (*authentication_check)(NX_WEB_HTTP_SERVER *server_ptr, UINT request_type, CHAR *resource, CH…
477 …UINT (*authentication_check)(NX_WEB_HTTP_SERVER *server_ptr, UINT request_type, CHAR *resource, CH…
548 …UINT (*authentication_check)(NX_WEB_HTTP_SERVER *server_ptr, UINT request_type, CHAR *resource, CH…
678 …UINT (*authentication_check)(NX_WEB_HTTP_SERVER *server_ptr, UINT request_type, CHAR *resource, CH…
Dnx_web_http_server.c1227 …UINT (*authentication_check)(NX_WEB_HTTP_SERVER *server_ptr, UINT request_type, CHAR *resource, CH… in _nxe_web_http_server_create()
1252 authentication_check, request_notify); in _nxe_web_http_server_create()
1323 UINT (*authentication_check)(NX_WEB_HTTP_SERVER *server_ptr, in _nx_web_http_server_create()
1369 http_server_ptr -> nx_web_http_server_authentication_check = authentication_check; in _nx_web_http_server_create()