| /NetX-Duo-v6.2.1/addons/http/ |
| D | nxd_http_server.c | 3472 CHAR *realm_ptr; in _nx_http_server_get_process() local 3546 … &name_ptr, &name_length, &password_ptr, &password_length, &realm_ptr, &realm_length); in _nx_http_server_get_process() 3551 … &name_ptr, &password_ptr, &realm_ptr); in _nx_http_server_get_process() 3561 … _nx_utility_string_length_check(realm_ptr, &temp_realm_length, NX_MAX_STRING_LENGTH)) in _nx_http_server_get_process() 3583 …rver_basic_authenticate(server_ptr, packet_ptr, name_ptr, password_ptr, realm_ptr, temp_realm_leng… in _nx_http_server_get_process() 3590 …et_ptr, name_ptr, temp_name_length, password_ptr, temp_password_length, realm_ptr, temp_realm_leng… in _nx_http_server_get_process() 3926 CHAR *realm_ptr; in _nx_http_server_put_process() local 3992 … &name_ptr, &name_length, &password_ptr, &password_length, &realm_ptr, &realm_length); in _nx_http_server_put_process() 3997 … &name_ptr, &password_ptr, &realm_ptr); in _nx_http_server_put_process() 4007 … _nx_utility_string_length_check(realm_ptr, &temp_realm_length, NX_MAX_STRING_LENGTH)) in _nx_http_server_put_process() [all …]
|
| D | nxd_http_server.h | 427 … CHAR *realm_ptr, CHAR *password_ptr, CHAR *method, 555 … CHAR *realm_ptr, CHAR *password_ptr, CHAR *method, 597 … CHAR *realm_ptr, CHAR *password_ptr, CHAR *method, 614 …r_ptr, NX_PACKET *packet_ptr, CHAR *name_ptr, CHAR *password_ptr, CHAR *realm_ptr, UINT realm_leng… 623 …_ptr, UINT name_length, CHAR *password_ptr, UINT password_length, CHAR *realm_ptr, UINT realm_leng… 681 … CHAR *realm_ptr, CHAR *password_ptr, CHAR *method,
|
| /NetX-Duo-v6.2.1/addons/web/ |
| D | nx_web_http_server.c | 3679 CHAR *realm_ptr; in _nx_web_http_server_get_process() local 3765 … &name_ptr, &name_length, &password_ptr, &password_length, &realm_ptr, &realm_length); in _nx_web_http_server_get_process() 3770 … &name_ptr, &password_ptr, &realm_ptr); in _nx_web_http_server_get_process() 3780 … _nx_utility_string_length_check(realm_ptr, &temp_realm_length, NX_MAX_STRING_LENGTH)) in _nx_web_http_server_get_process() 3802 …rver_basic_authenticate(server_ptr, packet_ptr, name_ptr, password_ptr, realm_ptr, &auth_request_p… in _nx_web_http_server_get_process() 3809 …ver_digest_authenticate(server_ptr, packet_ptr, name_ptr, password_ptr, realm_ptr, &auth_request_p… in _nx_web_http_server_get_process() 4221 CHAR *realm_ptr; in _nx_web_http_server_put_process() local 4298 … &name_ptr, &name_length, &password_ptr, &password_length, &realm_ptr, &realm_length); in _nx_web_http_server_put_process() 4303 … &name_ptr, &password_ptr, &realm_ptr); in _nx_web_http_server_put_process() 4313 … _nx_utility_string_length_check(realm_ptr, &temp_realm_length, NX_MAX_STRING_LENGTH)) in _nx_web_http_server_put_process() [all …]
|
| D | nx_web_http_server.h | 368 … CHAR *realm_ptr, CHAR *password_ptr, CHAR *method, 529 … CHAR *realm_ptr, CHAR *password_ptr, CHAR *method, 593 … CHAR *realm_ptr, CHAR *password_ptr, CHAR *method, 610 …r_ptr, NX_PACKET *packet_ptr, CHAR *name_ptr, CHAR *password_ptr, CHAR *realm_ptr, UINT *auth_requ… 624 …r_ptr, NX_PACKET *packet_ptr, CHAR *name_ptr, CHAR *password_ptr, CHAR *realm_ptr, UINT *auth_requ… 723 … CHAR *realm_ptr, CHAR *password_ptr, CHAR *method,
|
| /NetX-Duo-v6.2.1/test/regression/http_test/ |
| D | netx_http_digest_authenticate_test.c | 383 CHAR *realm_ptr, CHAR *password_ptr, CHAR *method, in digest_authenticate_callback() argument
|
| /NetX-Duo-v6.2.1/test/regression/web_test/ |
| D | netx_web_digest_authenticate_test2.c | 358 CHAR *realm_ptr, CHAR *password_ptr, CHAR *method, in digest_authenticate_callback() argument
|