Lines Matching refs:client_name_length

395 UINT client_name_length;  in _nxd_pop3_client_create()  local
401 if (_nx_utility_string_length_check(client_name, &client_name_length, NX_POP3_MAX_USERNAME) || in _nxd_pop3_client_create()
413 …memcpy(client_ptr -> nx_pop3_client_name, client_name, client_name_length); /* Use case of memcpy … in _nxd_pop3_client_create()
2838 UINT client_name_length; in _nx_pop3_client_apop() local
2891 …if (_nx_utility_string_length_check(client_ptr -> nx_pop3_client_name, &client_name_length, NX_POP… in _nx_pop3_client_apop()
2903 + client_name_length in _nx_pop3_client_apop()
2926 …memcpy(buffer, client_ptr -> nx_pop3_client_name, client_name_length); /* Use case of memcpy is v… in _nx_pop3_client_apop()
2927 buffer += client_name_length; in _nx_pop3_client_apop()
2928 packet_ptr -> nx_packet_length += client_name_length; in _nx_pop3_client_apop()
2929 packet_ptr -> nx_packet_append_ptr += client_name_length; in _nx_pop3_client_apop()
3060 UINT client_name_length; in _nx_pop3_client_user_pass() local
3082 …if (_nx_utility_string_length_check(client_ptr -> nx_pop3_client_name, &client_name_length, NX_POP… in _nx_pop3_client_user_pass()
3092 1 + client_name_length + (sizeof(NX_POP3_COMMAND_TERMINATION) - 1)) in _nx_pop3_client_user_pass()
3115 …memcpy(buffer, client_ptr -> nx_pop3_client_name, client_name_length); /* Use case of memcpy is ve… in _nx_pop3_client_user_pass()
3116 packet_ptr -> nx_packet_length += client_name_length; in _nx_pop3_client_user_pass()
3117 packet_ptr -> nx_packet_append_ptr += client_name_length; in _nx_pop3_client_user_pass()
3118 buffer += client_name_length; in _nx_pop3_client_user_pass()