Searched refs:UniStrnlen (Results 1 – 4 of 4) sorted by relevance
194 UniStrnlen(const wchar_t *ucs1, int maxlen) in UniStrnlen() function
241 len = (2 * UniStrnlen((wchar_t *)ptr, PATH_MAX)); in smb2_compound_op()279 len = (2 * UniStrnlen((wchar_t *)ptr, PATH_MAX)); in smb2_compound_op()
213 len = (UniStrnlen((wchar_t *) data, bleft / 2) * 2) + 2; in decode_unicode_ssetup()222 len = (UniStrnlen((wchar_t *) data, bleft / 2) * 2) + 2; in decode_unicode_ssetup()
2212 path_len = UniStrnlen((wchar_t *)path, PATH_MAX); in alloc_path_with_tree_prefix()2321 uni_path_len = (2 * UniStrnlen((wchar_t *)utf16_path, PATH_MAX)) + 2; in smb311_posix_mkdir()2448 uni_path_len = (2 * UniStrnlen((wchar_t *)path, PATH_MAX)) + 2; in SMB2_open_init()