Searched refs:iterators (Results 1 - 13 of 13) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/client/
H A DShareAttrDir.cpp197 DoublyLinkedList<ShareAttrDirIterator>* iterators)
220 // sort the iterators
221 int32 iteratorCount = (iterators ? iterators->Count() : 0);
230 // move the iterators
232 ShareAttrDirIterator* iterator = iterators->First();
234 iterators->Remove(iterator);
243 iterators->Insert(_iterators[i]);
256 ShareAttrDirIterator* iterator = (iterators ? iterators
196 Update(const AttrDirInfo& dirInfo, DoublyLinkedList<ShareAttrDirIterator>* iterators) argument
[all...]
H A DQueryManager.cpp223 // Removes all subiterators belonging to the volume from their parent iterators
232 IteratorList iterators; local
236 // Unset the parent of all iterators and remove one reference.
237 // If the iterators are unreference, remove them.
256 iterators.Insert(iterator);
269 // free the iterators we have removed and surrender their volume
272 while (QueryIterator* iterator = iterators.First()) {
273 iterators.Remove(iterator);
H A DShareAttrDir.h46 iterators);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/client/
H A DShareAttrDir.cpp197 DLList<ShareAttrDirIterator>* iterators)
220 // sort the iterators
221 int32 iteratorCount = (iterators ? iterators->Size() : 0);
230 // move the iterators
232 ShareAttrDirIterator* iterator = iterators->GetFirst();
234 iterators->Remove(iterator);
243 iterators->Insert(_iterators[i]);
256 ShareAttrDirIterator* iterator = (iterators ? iterators
196 Update(const AttrDirInfo& dirInfo, DLList<ShareAttrDirIterator>* iterators) argument
[all...]
H A DQueryManager.cpp221 // Removes all subiterators belonging to the volume from their parent iterators
230 IteratorList iterators; local
234 // Unset the parent of all iterators and remove one reference.
235 // If the iterators are unreference, remove them.
254 iterators.Insert(iterator);
267 // free the iterators we have removed and surrender their volume
270 while (QueryIterator* iterator = iterators.GetFirst()) {
271 iterators.Remove(iterator);
H A DShareAttrDir.h45 DLList<ShareAttrDirIterator>* iterators);
/haiku-fatelf/src/add-ons/kernel/file_systems/ramfs/
H A DNode.cpp233 // move all iterators pointing to the attribute to the next attribute
235 // set the iterators' current entry
237 DoublyLinkedList<AttributeIterator> *iterators local
239 for (AttributeIterator *iterator = iterators->First();
241 iterator = iterators->GetNext(iterator)) {
244 // Move the iterators from one list to the other, or just remove
249 nextIterators->MoveFrom(iterators);
251 iterators->RemoveAll();
H A DDirectory.cpp189 // move all iterators pointing to the entry to the next entry
191 // set the iterators' current entry
193 DoublyLinkedList<EntryIterator> *iterators local
195 for (EntryIterator *iterator = iterators->First();
197 iterator = iterators->GetNext(iterator)) {
200 // Move the iterators from one list to the other, or just remove
205 nextIterators->MoveFrom(iterators);
207 iterators->RemoveAll();
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/ramfs/
H A DNode.cpp233 // move all iterators pointing to the attribute to the next attribute
235 // set the iterators' current entry
237 DoublyLinkedList<AttributeIterator> *iterators local
239 for (AttributeIterator *iterator = iterators->First();
241 iterator = iterators->GetNext(iterator)) {
244 // Move the iterators from one list to the other, or just remove
249 nextIterators->MoveFrom(iterators);
251 iterators->RemoveAll();
H A DDirectory.cpp191 // move all iterators pointing to the entry to the next entry
193 // set the iterators' current entry
195 DoublyLinkedList<EntryIterator> *iterators local
197 for (EntryIterator *iterator = iterators->First();
199 iterator = iterators->GetNext(iterator)) {
202 // Move the iterators from one list to the other, or just remove
207 nextIterators->MoveFrom(iterators);
209 iterators->RemoveAll();
/haiku-fatelf/src/add-ons/kernel/file_systems/packagefs/
H A DLastModifiedIndex.cpp202 IteratorList iterators; local
203 iterators.MoveFrom(fIteratorsToUpdate);
218 // move the iterators that point to the node to the previous node
219 for (IteratorList::Iterator it = iterators.GetIterator();
231 // Move the iterators to the next node again. If the node hasn't changed
234 for (IteratorList::Iterator it = iterators.GetIterator();
H A DSizeIndex.cpp201 IteratorList iterators; local
202 iterators.MoveFrom(fIteratorsToUpdate);
216 // move the iterators that point to the node to the previous node
217 for (IteratorList::Iterator it = iterators.GetIterator();
229 // Move the iterators to the next node again. If the node hasn't changed
232 for (IteratorList::Iterator it = iterators.GetIterator();
H A DAttributeIndex.cpp319 IteratorList iterators; local
320 iterators.MoveFrom(fIteratorsToUpdate);
328 // move the iterators that point to the node to the previous node
330 for (IteratorList::Iterator it = iterators.GetIterator();
343 // Move the iterators to the next node again. If the node hasn't changed
347 for (IteratorList::Iterator it = iterators.GetIterator();

Completed in 106 milliseconds