Searched refs:nx_smtp_username (Results 1 – 2 of 2) sorted by relevance
/NetX-Duo-v6.2.1/addons/smtp/ |
D | nxd_smtp_client.h | 333 …CHAR nx_smtp_username[NX_SMTP_CLIENT_MAX_USERNAME + 1]; /* Client … member
|
D | nxd_smtp_client.c | 297 …memcpy(client_ptr -> nx_smtp_username, username, str_length); /* Use case of memcpy is verified. */ in _nxd_smtp_client_create() 2027 …if (_nx_utility_string_length_check(client_ptr -> nx_smtp_username, &length, NX_SMTP_CLIENT_MAX_US… in _nx_smtp_cmd_auth_challenge() 2048 …memcpy(&plain_auth_buffer[0], client_ptr -> nx_smtp_username, length); /* Use case of memcpy is v… in _nx_smtp_cmd_auth_challenge() 2050 …memcpy(&plain_auth_buffer[length], client_ptr -> nx_smtp_username, length); /* Use case of memcp… in _nx_smtp_cmd_auth_challenge() 2063 …_nx_utility_base64_encode((UCHAR *)client_ptr -> nx_smtp_username, length, auth_reply_encoded, siz… in _nx_smtp_cmd_auth_challenge()
|