Home
last modified time | relevance | path

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

/reactos/dll/np/nfs/
H A Dnfs41_np.c241 pNfs41NetResource->LocalNameLength = (USHORT)(wcslen(LocalName) + 1) * sizeof(WCHAR); in StoreConnectionInfo()
246 pNfs41NetResource->LocalNameLength, in StoreConnectionInfo()
613 pNetResource->LocalNameLength) in NPCancelConnection()
656 pNetResource->LocalNameLength,pNetResource->LocalName)); in NPCancelConnection()
659 (wcslen(lpName) + 1) * sizeof(WCHAR), pNetResource->LocalNameLength)); in NPCancelConnection()
701 pNetResource->LocalNameLength) in NPGetConnection()
815 SpaceNeeded += pNfsNetResource->LocalNameLength; in NPEnumResource()
840 pNfsNetResource->LocalNameLength, in NPEnumResource()
843 StringZone += pNfsNetResource->LocalNameLength/sizeof(WCHAR); in NPEnumResource()
H A Dnfs41_np.h31 USHORT LocalNameLength; member