/NetX-Duo-v6.4.1/samples/ |
D | demo_netxduo_http.c | 44 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()
|
D | demo_netxduo_https.c | 465 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/ |
D | netx_web_http_demo_test.c | 46 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()
|
D | netx_web_basic_authenticate_empty_test.c | 77 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
|
D | netx_web_basic_authenticate_test.c | 77 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
|
D | netx_web_https_demo_test.c | 45 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()
|
D | netx_web_digest_authenticate_test2.c | 70 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
|
D | netx_web_server_content_process_test.c | 75 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
|
D | netx_web_basic_test.c | 79 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
|
D | netx_web_concurrent_sessions_test.c | 107 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
|
D | netx_web_digest_authenticate_timeout_test.c | 70 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
|
D | netx_web_abnormal_test.c | 377 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()
|
D | netx_web_digest_authenticate_test.c | 88 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
|
D | netx_web_secure_reconnect_test.c | 72 static UINT authentication_check(NX_WEB_HTTP_SERVER *server_ptr, UINT request_type,
|
/NetX-Duo-v6.4.1/test/regression/http_test/ |
D | netx_http_digest_authenticate_test.c | 72 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
|
D | netx_http_digest_authenticate_timeout_test.c | 72 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
|
D | netx_http_basic_authenticate_test.c | 65 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()
|
D | netx_http_basic_test.c | 57 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/ |
D | nxd_http_server.h | 523 …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 *…
|
D | nxd_http_server.c | 1319 …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/ |
D | nx_web_http_server.h | 473 …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…
|
D | nx_web_http_server.c | 1227 …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()
|