Home
last modified time | relevance | path

Searched refs:bytes_ret (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/fs/smb/client/
H A Dsess.c664 int bytes_ret = 0; in unicode_oslm_strings() local
669 bcc_ptr += 2 * bytes_ret; in unicode_oslm_strings()
672 bcc_ptr += 2 * bytes_ret; in unicode_oslm_strings()
677 bcc_ptr += 2 * bytes_ret; in unicode_oslm_strings()
703 int bytes_ret = 0; in unicode_domain_string() local
713 bytes_ret = 0; in unicode_domain_string()
715 bytes_ret = cifs_strtoUTF16((__le16 *) bcc_ptr, ses->domainName, in unicode_domain_string()
717 bcc_ptr += 2 * bytes_ret; in unicode_domain_string()
746 int bytes_ret = 0; in unicode_ssetup_strings() local
756 bytes_ret = cifs_strtoUTF16((__le16 *) bcc_ptr, ses->user_name, in unicode_ssetup_strings()
[all …]