Lines Matching +full:4 +full:wire
205 * 4bytes UTF-8(surrogate pair) is charlen=4 in smb_from_utf16()
206 * (4bytes UTF-16 code) in smb_from_utf16()
207 * 7-8bytes UTF-8(IVS) is charlen=3+4 or 4+4 in smb_from_utf16()
210 if (charlen == 4) in smb_from_utf16()
277 * smb_strndup_from_utf16() - copy a string from wire format to the local
322 * Convert 16 bit Unicode pathname to wire format from string in current code
325 * names are little endian 16 bit Unicode on the wire
335 * Convert 16 bit Unicode pathname to wire format from string in current code
338 * names are little endian 16 bit Unicode on the wire
417 else if (charlen == 4) { in smbConvertToUTF16()
419 * 4bytes UTF-8(surrogate pair) to 4bytes UTF-16 in smbConvertToUTF16()
421 * (charlen=3+4 or 4+4) in smbConvertToUTF16()