Searched refs:HashString (Results 1 - 25 of 50) sorted by path

12

/haiku/headers/build/private/shared/
H A DHashString.h1 #include <../private/shared/HashString.h>
/haiku/headers/private/package/
H A DHashableString.h11 #include <HashString.h>
/haiku/headers/private/shared/
H A DHashString.h33 // HashString
34 class HashString { class in namespace:BPrivate
36 HashString();
37 HashString(const HashString &string);
38 HashString(const char *string, int32 length = -1);
39 ~HashString();
51 HashString &operator=(const HashString &string);
52 bool operator==(const HashString
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/authentication_server/
H A DAuthenticationServer.cpp8 #include <HashString.h>
55 HashString fUser;
56 HashString fPassword;
103 HashString fContext;
104 HashString fServer;
171 typedef HashMap<HashString, Authentication*> AuthenticationMap;
211 HashString defaultUser;
212 HashString defaultPassword;
247 HashString fContext;
248 HashString fServe
[all...]
H A DAuthenticationServer.h9 #include "HashString.h"
23 HashString* user, HashString* password);
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DExtendedServerInfo.cpp109 HashString addressString;
H A DExtendedServerInfo.h6 #include <HashString.h>
25 HashString fShareName;
53 HashString fServerName;
54 HashString fConnectionMethod;
H A DServerConnection.cpp69 HashString server;
H A DServerQueryIterator.h9 #include "HashString.h"
42 HashString fEntryName;
H A DShareNode.h9 #include "HashString.h"
42 HashString fName;
H A DShareVolume.cpp3021 HashString serverAddressString;
H A DVirtualDir.h7 #include <HashString.h>
54 HashString fName;
83 typedef HashMap<HashString, VirtualDirEntry*> EntryMap;
H A DVolume.h8 #include <HashString.h>
162 HashString fName;
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DNetAddress.h14 class HashString;
16 using BPrivate::HashString;
36 status_t GetString(HashString* string,
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);
H A DServerInfo.h6 #include "HashString.h"
26 HashString fShareName;
55 HashString fServerName;
56 HashString fConnectionMethod;
H A DTaskManager.h8 #include <HashString.h>
33 HashString fName;
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DEntry.h6 #include <HashString.h>
46 HashString fName;
H A DNodeMonitoringEvent.h6 #include <HashString.h>
34 HashString name;
48 HashString name; // filled in later
63 HashString fromName; // filled in later
64 HashString toName;
81 HashString attribute;
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 DSecurityContext.h7 #include <HashString.h>
38 HashString fName;
39 HashString fPassword;
68 HashString fName;
70 HashString fPath;
128 HashString* path = NULL);
H A DStatisticsManager.cpp12 typedef HashMap<HashString, int32> UserCountMap;
63 HashString user(it.Next().key);
73 HashString fShare;
79 : HashMap<HashString, StatisticsManager::ShareStatistics*> {
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DServerInfo.cpp11 HashString& string)
/haiku/src/add-ons/print/transports/usb_port/
H A DUSBTransport.cpp22 #include <HashString.h>
65 typedef HashMap<HashString,USBPrinter*> PrinterMap;

Completed in 113 milliseconds

12