Searched refs:auth_request_present (Results 1 – 4 of 4) sorted by relevance
/NetX-Duo-v6.3.0/addons/http/ |
D | nxd_http_server.c | 3476 UINT auth_request_present = NX_FALSE; in _nx_http_server_get_process() local 3584 …rver_ptr, packet_ptr, name_ptr, password_ptr, realm_ptr, temp_realm_length, &auth_request_present); in _nx_http_server_get_process() 3591 …e_length, password_ptr, temp_password_length, realm_ptr, temp_realm_length, &auth_request_present); in _nx_http_server_get_process() 3600 … if (server_ptr -> nx_http_server_invalid_username_password_callback && auth_request_present) in _nx_http_server_get_process() 3930 UINT auth_request_present = NX_FALSE; in _nx_http_server_put_process() local 4030 …rver_ptr, packet_ptr, name_ptr, password_ptr, realm_ptr, temp_realm_length, &auth_request_present); in _nx_http_server_put_process() 4037 …e_length, password_ptr, temp_password_length, realm_ptr, temp_realm_length, &auth_request_present); in _nx_http_server_put_process() 4046 … if (server_ptr -> nx_http_server_invalid_username_password_callback && auth_request_present) in _nx_http_server_put_process() 4346 UINT auth_request_present = NX_FALSE; in _nx_http_server_delete_process() local 4416 …rver_ptr, packet_ptr, name_ptr, password_ptr, realm_ptr, temp_realm_length, &auth_request_present); in _nx_http_server_delete_process() [all …]
|
D | nxd_http_server.h | 615 …HAR *name_ptr, CHAR *password_ptr, CHAR *realm_ptr, UINT realm_length, UINT *auth_request_present); 624 …assword_ptr, UINT password_length, CHAR *realm_ptr, UINT realm_length, UINT *auth_request_present);
|
/NetX-Duo-v6.3.0/addons/web/ |
D | nx_web_http_server.c | 3683 UINT auth_request_present = NX_FALSE; in _nx_web_http_server_get_process() local 3803 …sic_authenticate(server_ptr, packet_ptr, name_ptr, password_ptr, realm_ptr, &auth_request_present); in _nx_web_http_server_get_process() 3810 …est_authenticate(server_ptr, packet_ptr, name_ptr, password_ptr, realm_ptr, &auth_request_present); in _nx_web_http_server_get_process() 3819 … if (server_ptr -> nx_web_http_server_invalid_username_password_callback && auth_request_present) in _nx_web_http_server_get_process() 4225 UINT auth_request_present = NX_FALSE; in _nx_web_http_server_put_process() local 4336 …sic_authenticate(server_ptr, packet_ptr, name_ptr, password_ptr, realm_ptr, &auth_request_present); in _nx_web_http_server_put_process() 4343 …est_authenticate(server_ptr, packet_ptr, name_ptr, password_ptr, realm_ptr, &auth_request_present); in _nx_web_http_server_put_process() 4352 … if (server_ptr -> nx_web_http_server_invalid_username_password_callback && auth_request_present) in _nx_web_http_server_put_process() 4722 UINT auth_request_present = NX_FALSE; in _nx_web_http_server_delete_process() local 4795 …sic_authenticate(server_ptr, packet_ptr, name_ptr, password_ptr, realm_ptr, &auth_request_present); in _nx_web_http_server_delete_process() [all …]
|
D | nx_web_http_server.h | 611 …CKET *packet_ptr, CHAR *name_ptr, CHAR *password_ptr, CHAR *realm_ptr, UINT *auth_request_present); 625 …CKET *packet_ptr, CHAR *name_ptr, CHAR *password_ptr, CHAR *realm_ptr, UINT *auth_request_present);
|