Searched refs:Next (Results 151 - 175 of 392) sorted by relevance

1234567891011>>

/haiku/src/system/runtime_loader/
H A Dadd_ons.cpp135 while (RuntimeLoaderAddOn* addOn = it.Next()) {
/haiku/headers/private/storage/
H A DDriverSettings.h35 BDriverParameter Next();
/haiku/src/add-ons/kernel/file_systems/packagefs/util/
H A DStringPool.cpp132 StringData* data = it.Next();
/haiku/src/tests/system/kernel/util/
H A DSinglyLinkedListTest.cpp72 Element* element = iterator.Next();
H A DBOpenHashTableTest.cpp29 Entry* Next() const function in class:__anon1::Entry
179 Entry* entry = iterator.Next();
212 Entry* entry = iterator.Next();
391 Entry* next = head->Next();
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DKernelDebug.cpp27 KDebugFSMap::Entry entry = it.Next();
/haiku/src/kits/debugger/model/
H A DStackFrameValues.cpp102 ValueEntry* entry = it.Next();) {
/haiku/headers/private/kernel/boot/net/
H A DUDP.h21 UDPPacket *Next() const;
/haiku/src/kits/tracker/
H A DRegExp.cpp107 // plus a "next" pointer, possibly plus an operand. "Next" pointers of
163 // "Next" pointers are stored as two 8-bit pieces, high order first. The
370 if (*Next((char*)scan) == kRegExpEnd) {
389 for (; scan != NULL; scan = Next((char*)scan)) {
499 for (br = ret; br != NULL; br = Next(br))
878 temp = Next(scan);
1024 const char* next; // Next node.
1036 next = Next(scan);
1168 scan = Next(scan);
1283 // - Next
1286 RegExp::Next(char* p) function in class:RegExp
1305 RegExp::Next(const char* p) const function in class:RegExp
[all...]
/haiku/src/system/kernel/
H A DTeamThreadTables.h38 Element* Next() function in struct:BKernel::TeamThreadTable::Iterator
/haiku/src/system/kernel/device_manager/
H A Did_generator.cpp132 id_generator* generator = iterator.Next();
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DDirectoryIterator.h28 status_t Next();
/haiku/src/system/boot/loader/
H A DPathBlocklist.cpp174 BlockedPath* blockedPath = it.Next();
H A Dmenu.cpp260 while ((item = iterator.Next()) != NULL) {
275 while (MenuItem* item = iterator.Next()) {
297 while (MenuItem* item = iterator.Next()) {
310 while (MenuItem* item = iterator.Next()) {
325 while (MenuItem* item = iterator.Next()) {
369 while (MenuItem* item = iterator.Next()) {
434 while (MenuItem* item = iterator.Next()) {
1203 PackageVolumeState* state = it.Next();) {
1520 while (MenuItem* item = iterator.Next()) {
1546 BlockedPath* path = it.Next();) {
[all...]
/haiku/src/system/boot/platform/pxe_ia32/
H A Ddevices.cpp127 while ((partition = (boot::Partition *)iterator.Next()) != NULL) {
/haiku/src/kits/network/libnetservices/
H A DUrlContext.cpp47 delete iterator.Next().value;
/haiku/src/add-ons/kernel/network/stack/
H A Droutes.cpp110 net_route_private* route = iterator.Next();
156 net_route_private* route = iterator.Next();
220 route = iterator.Next();
251 net_route_info* info = iterator.Next();
301 net_route_private* route = iterator.Next();
335 net_route* route = iterator.Next();
499 while ((before = iterator.Next()) != NULL) {
594 net_route* route = iterator.Next();
614 net_route* route = iterator.Next();
/haiku/headers/private/fs_shell/
H A DDoublyLinkedList.h136 Element *Next() function in class:FSShell::DoublyLinkedList::Iterator
198 Element *Next() function in class:FSShell::DoublyLinkedList::ConstIterator
242 Element *Next() function in class:FSShell::DoublyLinkedList::ReverseIterator
299 Element *Next() function in class:FSShell::DoublyLinkedList::ConstReverseIterator
/haiku/src/add-ons/kernel/generic/tty/
H A Dmodule.cpp71 while (tty_cookie* cookie = it.Next())
/haiku/src/system/kernel/vm/
H A DVMCache.cpp927 vm_page* page = it.Next();) {
1125 for (vm_page* page = it.Next();
1127 page = it.Next()) {
1247 for (vm_page* page = it.Next();
1249 page = it.Next()) {
1284 vm_page* page = it.Next();) {
1395 vm_page* page = it.Next();) {
1474 VMCache* consumer = it.Next();) {
1481 vm_page* page = it.Next();) {
/haiku/headers/private/kernel/util/
H A DDoublyLinkedList.h141 Element* Next() function in class:DoublyLinkedList::Iterator
203 Element* Next() function in class:DoublyLinkedList::ConstIterator
247 Element* Next() function in class:DoublyLinkedList::ReverseIterator
304 Element* Next() function in class:DoublyLinkedList::ConstReverseIterator
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/dispatcher/
H A Ddsopcode.c544 NextOp = NextOp->Common.Next;
889 NextOp = NextOp->Common.Next;
893 NextOp = NextOp->Common.Next;
945 Arg = Arg->Common.Next;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/parser/
H A Dpsscope.c341 if (Scope->Common.Next)
/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A DL2capEndpointManager.cpp129 L2capEndpoint* endpoint = iter.Next();
/haiku/src/kits/package/hpkg/
H A DPackageWriterImpl.cpp102 = children.GetIterator(); Attribute* child = it.Next();) {
125 = children.GetIterator(); Attribute* child = it.Next();) {
141 = children.GetIterator(); Attribute* child = it.Next();) {
336 while (Entry* child = it.Next()) {
415 Attribute* child = it.Next();) {
715 Entry* entry = it.Next();) {
1037 Entry* entry = it.Next();) {
1133 Entry* child = it.Next();) {
1244 Attribute* child = it.Next();) {
1359 while (Attribute* child = it.Next()) {
[all...]

Completed in 194 milliseconds

1234567891011>>