Searched refs:UniStrnlen (Results 1 – 4 of 4) sorted by relevance
124 static inline size_t UniStrnlen(const wchar_t *ucs1, int maxlen) in UniStrnlen() function
292 len = (2 * UniStrnlen((wchar_t *)ptr, PATH_MAX)); in smb2_compound_op()331 len = (2 * UniStrnlen((wchar_t *)ptr, PATH_MAX)); in smb2_compound_op()
693 len = (UniStrnlen((wchar_t *) data, bleft / 2) * 2) + 2; in decode_unicode_ssetup()702 len = (UniStrnlen((wchar_t *) data, bleft / 2) * 2) + 2; in decode_unicode_ssetup()
2571 path_len = UniStrnlen((wchar_t *)path, PATH_MAX); in alloc_path_with_tree_prefix()2683 uni_path_len = (2 * UniStrnlen((wchar_t *)utf16_path, PATH_MAX)) + 2; in smb311_posix_mkdir()2825 uni_path_len = (2 * UniStrnlen((wchar_t *)path, PATH_MAX)) + 2; in SMB2_open_init()