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

1234567891011>>

/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DDirectory.cpp23 virtual Entry* NextEntry();
26 virtual Entry* GetCurrentEntry() const;
31 Entry* fCurrentEntry;
42 virtual Entry* NextEntry();
45 virtual Entry* GetCurrentEntry() const;
84 Entry*
90 Entry* entry = fCurrentEntry;
103 Entry*
172 Entry*
179 Entry* entr
[all...]
H A DVolumeManager.h7 #include <Entry.h>
17 class Entry;
59 status_t AddEntry(Entry* entry);
60 void RemoveEntry(Entry* entry);
61 void DeleteEntry(Entry* entry, bool keepNode);
62 Entry* GetEntry(dev_t volumeID, ino_t directoryID,
64 Entry* GetEntry(const entry_ref& ref);
67 Entry** entry);
76 status_t GetPath(Entry* entry, Path* path);
80 Entry* entr
[all...]
/haiku/src/system/boot/loader/file_systems/packagefs/
H A DPackageSettingsItem.cpp32 Entry* entry = fEntries.Clear(true);
34 Entry* next = entry->HashNext();
103 PackageSettingsItem::AddEntry(Entry* entry)
110 PackageSettingsItem::AddEntry(const char* path, Entry*& _entry)
112 Entry* parent = NULL;
127 Entry* entry = FindEntry(parent, name, nameLength);
129 entry = new(std::nothrow) Entry(parent);
149 PackageSettingsItem::Entry*
150 PackageSettingsItem::FindEntry(Entry* parent, const char* name) const
156 PackageSettingsItem::Entry*
[all...]
/haiku/headers/os/package/
H A DRepositoryCache.h9 #include <Entry.h>
30 const BEntry& Entry() const;
H A DRepositoryConfig.h9 #include <Entry.h>
35 const BEntry& Entry() const;
/haiku/src/tools/elfsymbolpatcher/
H A DElfSymbolPatcher.cpp45 // ElfSymbolPatchInfo::Entry
48 class ElfSymbolPatchInfo::Entry { class in class:ElfSymbolPatchInfo
50 static Entry* Create(image_id image, void*** targets,
59 Entry();
60 Entry(const Entry&);
61 Entry(image_id image, void*** targets,
63 ~Entry();
72 ElfSymbolPatchInfo::Entry*
73 ElfSymbolPatchInfo::Entry
104 ElfSymbolPatchInfo::Entry::Entry(image_id image, void*** targets, function in class:ElfSymbolPatchInfo::Entry
[all...]
/haiku/headers/os/media/
H A DPlaySound.h9 #include <Entry.h>
/haiku/headers/private/index_server/
H A DTextDataBase.h12 #include <Entry.h>
/haiku/src/preferences/screensaver/
H A DScreenSaverItem.h14 #include <Entry.h>
H A DScreenSaverApp.cpp12 #include <Entry.h>
/haiku/src/preferences/keymap/
H A DKeymapListItem.h20 #include <Entry.h>
/haiku/src/kits/media/
H A DPlaySound.cpp9 #include <Entry.h>
/haiku/src/build/libbe/app/
H A DAppMisc.cpp14 #include <Entry.h>
/haiku/src/apps/icon-o-matic/document/savers/
H A DFileSaver.h12 #include <Entry.h>
H A DAttributeSaver.h12 #include <Entry.h>
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DIndex.cpp8 #include "Entry.h"
80 Entry *entry = it.GetCurrent();
111 Entry *
118 Entry *
125 Entry *
132 Entry *
139 Entry *
142 Entry *entry = NULL;
H A DQuery.cpp10 #include "Entry.h"
27 status_t GetNextEntry(uint8 *buffer, size_t *keyLength, Entry **entry);
75 IndexIterator::GetNextEntry(uint8 *buffer, size_t *_keyLength, Entry **_entry)
87 if (Entry *entry = fIterator.GetCurrent(buffer, &keyLength)) {
105 typedef ::Entry Entry; typedef in struct:Query::QueryPolicy
129 // Entry interface
131 static ino_t EntryGetParentID(Entry* entry)
136 static Node* EntryGetNode(Entry* entry)
141 static ino_t EntryGetNodeID(Entry* entr
[all...]
H A DNode.h12 #include "Entry.h"
52 virtual status_t Link(Entry *entry);
53 virtual status_t Unlink(Entry *entry);
105 Entry *GetFirstReferrer() const;
106 Entry *GetLastReferrer() const;
107 Entry *GetPreviousReferrer(Entry *entry) const;
108 Entry *GetNextReferrer(Entry *entry) const;
133 DoublyLinkedList<Entry, GetNodeReferrerLin
[all...]
H A DDirectory.cpp9 #include "Entry.h"
26 while (Entry *entry = fEntries.First()) {
36 Directory::Link(Entry *entry)
45 Directory::Unlink(Entry *entry)
70 Entry *entry = fReferrers.First();
134 Directory::AddEntry(Entry *entry)
153 Directory::CreateEntry(Node *node, const char *name, Entry **_entry)
158 Entry *entry = new(nothrow) Entry(name);
187 Directory::RemoveEntry(Entry *entr
[all...]
/haiku/src/servers/package/
H A DFSUtils.h24 typedef ::BPrivate::BEntryOperationEngineBase::Entry Entry; typedef in class:FSUtils
205 static status_t CompareFileContent(const Entry& entry1,
206 const Entry& entry2, bool& _equal);
210 static status_t CompareSymLinks(const Entry& entry1,
211 const Entry& entry2, bool& _equal);
215 static status_t ExtractPackageContent(const Entry& packageEntry,
217 const Entry& targetDirectoryEntry);
223 static status_t _OpenFile(const Entry& entry, BFile& file);
224 static status_t _OpenSymLink(const Entry
[all...]
/haiku/headers/private/kernel/util/
H A DVectorMap.h27 template<typename Entry, typename Parent, typename EntryIterator>
29 template<typename _Key, typename _Value, typename Entry, typename Parent>
45 Note that VectorMap::Entry is not the same class as EntryStrategy::Entry.
48 references to the entry's key/value. This allows EntryStrategy::Entry
56 typedef typename EntryStrategy::Entry _Entry;
62 Entry; typedef in class:VectorMap
65 typedef VectorMapIterator<Entry, Class, typename ElementVector::Iterator>
107 // friend class Entry;
119 template<typename KeyReference, typename _Value, typename Entry,
686 class Entry { class in class:VectorMapEntryStrategy::Pair
688 Entry(const Key &key, const Value &value) function in class:VectorMapEntryStrategy::Pair::Entry
734 typedef Value Entry; typedef in class:VectorMapEntryStrategy::ImplicitKey
[all...]
/haiku/src/bin/bfs_tools/lib/
H A DHashtable.cpp45 if (!(fTable = (struct Entry **)malloc(capacity * sizeof(void *))))
61 struct Entry **table = fTable;
65 struct Entry *entry,*next;
103 Entry *entry = GetHashEntry(key);
111 Entry *entry = GetHashEntry(key);
124 fTable[index] = new Entry(fTable[index], key, value);
133 Entry **table,*entry,*prev;
201 Entry *entry, *next;
245 struct Entry **oldTable = fTable,**newtable;
250 if (!(newtable = (struct Entry **)mallo
[all...]
/haiku/headers/os/
H A DStorageKit.h7 #include <Entry.h>
/haiku/src/add-ons/media/media-add-ons/multi_audio/
H A DTimeComputer.h28 struct Entry { struct in struct:TimeComputer
46 Entry fEntries[kEntryCount];
/haiku/headers/private/package/hpkg/
H A DPackageWriterImpl.h64 struct Entry;
68 typedef DoublyLinkedList<Entry> EntryList;
79 Entry* _RegisterEntry(Entry* parent,
90 Entry* entry, const char* fileName,
104 void _AddEntry(int dirFD, Entry* entry,
106 void _AddDirectoryChildren(Entry* entry, int fd,
134 Entry* fRootEntry;

Completed in 136 milliseconds

1234567891011>>