Searched refs:HashString (Results 26 - 50 of 50) sorted by relevance

12

/haiku/src/apps/haikudepot/model/
H A DPackageIconTarRepository.cpp228 HashString key(pkgName);
251 HashString key = _ToIconCacheKey(pkgName, actualSize);
272 return fIconTarPtrs.Get(HashString(pkgName));
297 const HashString
301 return HashString(BString(pkgName) << "__x" << _ToIconCacheKeySuffix(size));
364 HashString key(pkgName);
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DRequest.h8 #include <HashString.h>
48 void SetTo(const HashString& string)
H A DRequestUnflattener.h9 #include "HashString.h"
55 status_t ReadString(HashString& string);
/haiku/src/apps/installer/
H A DUnzipEngine.h16 #include "HashString.h"
55 typedef HashMap<HashString, off_t> EntrySizeMap;
/haiku/src/add-ons/print/transports/ipp/
H A DIpp.cpp12 #include <HashString.h>
43 typedef HashMap<HashString,IPPPrinter*> IPPPrinterMap;
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DExtendedServerInfo.cpp109 HashString addressString;
H A DVolume.h8 #include <HashString.h>
162 HashString fName;
H A DServerConnection.cpp69 HashString server;
H A DShareNode.h9 #include "HashString.h"
42 HashString fName;
H A DShareVolume.cpp3021 HashString serverAddressString;
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DSecurityContext.cpp307 struct SecurityContext::UserMap : HashMap<HashString, User*> {
311 struct SecurityContext::ShareMap : HashMap<HashString, Share*> {
357 HashString path;
367 struct SecurityContext::NodePathMap : HashMap<NodeRef, HashString> {
371 struct SecurityContext::PathNodeMap : HashMap<HashString, NodeRef> {
945 HashString path;
974 HashString path;
1013 HashString path;
1083 SecurityContext::_AddNodePath(const node_ref& ref, HashString* _path)
H A DVolumeManager.cpp171 HashString toName;
/haiku/src/add-ons/print/transports/usb_port/
H A DUSBTransport.cpp22 #include <HashString.h>
65 typedef HashMap<HashString,USBPrinter*> PrinterMap;
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DNetAddress.cpp17 #include <HashString.h>
141 NetAddress::GetString(HashString* string, bool includePort) const
H A DServerInfo.cpp11 HashString& string)
H A DRequestUnflattener.cpp330 RequestUnflattener::ReadString(HashString& string)
/haiku/src/apps/drivesetup/
H A DSupport.cpp76 HashMap<HashString, partition_id>(),
/haiku/src/tests/add-ons/kernel/file_systems/consistency_check/
H A Dgenerate_hashs.cpp99 std::string HashString() const function in struct:file_entry
182 //printf("%s %s\n", entry.HashString().c_str(), path);
H A Dconsistency_check.cpp99 std::string HashString() const function in struct:file_entry
/haiku/src/servers/midi/
H A DDeviceWatcher.cpp36 using BPrivate::HashString;
/haiku/src/kits/network/libnetservices/
H A DNetworkCookieJar.cpp15 #include <HashString.h>
143 HashString key(cookie->Domain());
866 // because HashString doesn't like SetTo to be called with a substring
/haiku/src/kits/tracker/
H A DUtilities.h187 uint32 HashString(const char* string, uint32 seed);
H A DIconCache.cpp1572 size_t hash = HashString(typeAndSignature.type, 0);
1575 hash = HashString(typeAndSignature.signature, hash);
H A DUtilities.cpp108 HashString(const char* string, uint32 seed) function in namespace:BPrivate
/haiku/src/bin/package/
H A Dcommand_extract.cpp24 #include <HashString.h>

Completed in 289 milliseconds

12