Searched refs:auth_request_present (Results 1 – 4 of 4) sorted by relevance
/NetX-Duo-v6.4.1/addons/http/ |
D | nxd_http_server.c | 3475 UINT auth_request_present = NX_FALSE; in _nx_http_server_get_process() local 3583 …rver_ptr, packet_ptr, name_ptr, password_ptr, realm_ptr, temp_realm_length, &auth_request_present); in _nx_http_server_get_process() 3590 …e_length, password_ptr, temp_password_length, realm_ptr, temp_realm_length, &auth_request_present); in _nx_http_server_get_process() 3599 … if (server_ptr -> nx_http_server_invalid_username_password_callback && auth_request_present) in _nx_http_server_get_process() 3929 UINT auth_request_present = NX_FALSE; in _nx_http_server_put_process() local 4029 …rver_ptr, packet_ptr, name_ptr, password_ptr, realm_ptr, temp_realm_length, &auth_request_present); in _nx_http_server_put_process() 4036 …e_length, password_ptr, temp_password_length, realm_ptr, temp_realm_length, &auth_request_present); in _nx_http_server_put_process() 4045 … if (server_ptr -> nx_http_server_invalid_username_password_callback && auth_request_present) in _nx_http_server_put_process() 4345 UINT auth_request_present = NX_FALSE; in _nx_http_server_delete_process() local 4415 …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 | 614 …HAR *name_ptr, CHAR *password_ptr, CHAR *realm_ptr, UINT realm_length, UINT *auth_request_present); 623 …assword_ptr, UINT password_length, CHAR *realm_ptr, UINT realm_length, UINT *auth_request_present);
|
/NetX-Duo-v6.4.1/addons/web/ |
D | nx_web_http_server.c | 3682 UINT auth_request_present = NX_FALSE; in _nx_web_http_server_get_process() local 3802 …sic_authenticate(server_ptr, packet_ptr, name_ptr, password_ptr, realm_ptr, &auth_request_present); in _nx_web_http_server_get_process() 3809 …est_authenticate(server_ptr, packet_ptr, name_ptr, password_ptr, realm_ptr, &auth_request_present); in _nx_web_http_server_get_process() 3818 … if (server_ptr -> nx_web_http_server_invalid_username_password_callback && auth_request_present) in _nx_web_http_server_get_process() 4224 UINT auth_request_present = NX_FALSE; in _nx_web_http_server_put_process() local 4335 …sic_authenticate(server_ptr, packet_ptr, name_ptr, password_ptr, realm_ptr, &auth_request_present); in _nx_web_http_server_put_process() 4342 …est_authenticate(server_ptr, packet_ptr, name_ptr, password_ptr, realm_ptr, &auth_request_present); in _nx_web_http_server_put_process() 4351 … if (server_ptr -> nx_web_http_server_invalid_username_password_callback && auth_request_present) in _nx_web_http_server_put_process() 4721 UINT auth_request_present = NX_FALSE; in _nx_web_http_server_delete_process() local 4794 …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 | 610 …CKET *packet_ptr, CHAR *name_ptr, CHAR *password_ptr, CHAR *realm_ptr, UINT *auth_request_present); 624 …CKET *packet_ptr, CHAR *name_ptr, CHAR *password_ptr, CHAR *realm_ptr, UINT *auth_request_present);
|