Searched refs:Push (Results 1 - 25 of 43) sorted by last modified time

12

/haiku/headers/private/file_systems/
H A DQueryParser.h1405 stack.Push(fExpression->Root());
1413 stack.Push(op->Left());
1414 stack.Push(op->Right());
1419 stack.Push(op->Right());
1421 stack.Push(op->Left());
1424 || fStack.Push((Equation<QueryPolicy>*)term) != B_OK)
/haiku/src/system/kernel/device_manager/
H A Ddevice_manager.cpp1620 status = stack.Push(path);
H A Dlegacy_drivers.cpp1005 if (fPaths.Push(nextPath) != B_OK)
1041 fPaths.Push(path);
/haiku/src/add-ons/kernel/network/stack/
H A Ddevice_interfaces.cpp365 buffer.Push(interface->device->name, IF_NAMESIZE);
370 buffer.Push(&address, address.ss_len);
H A Dutility.cpp44 UserBuffer::Push(void* source, size_t length) function in class:UserBuffer
H A Droutes.cpp265 return (sockaddr*)buffer.Push(address, address->sa_len);
H A Dinterfaces.cpp1626 buffer.Push(interface->name, IF_NAMESIZE);
1634 buffer.Push(address->local, length = address->local->sa_len);
1640 buffer.Push(&empty, length = empty.sa_len);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBPlusTree.cpp1124 stack.Push(nodeAndKey);
1141 stack.Push(nodeAndKey);
H A DCheckVisitor.cpp317 Indices().Push(index);
H A DQuery.cpp1279 stack.Push(fExpression->Root());
1287 stack.Push(op->Left());
1288 stack.Push(op->Right());
1293 stack.Push(op->Right());
1295 stack.Push(op->Left());
1298 || fStack.Push((Equation*)term) != B_OK)
H A DJournal.cpp350 if (fArrays.Push(array) != B_OK) {
H A DFileSystemVisitor.cpp150 fStack.Push(inode->BlockRun());
165 fStack.Push(inode->Attributes());
211 fStack.Push(fVolume->Root());
217 fStack.Push(fVolume->Indices());
227 fStack.Push(inode->BlockRun());
/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.cpp794 if (pushValue && evaluator.Push(valueToPush) != B_OK)
H A DDwarfExpressionEvaluator.h64 status_t Push(target_addr_t value);
H A DDwarfExpressionEvaluator.cpp129 DwarfExpressionEvaluator::Push(target_addr_t value) function in class:DwarfExpressionEvaluator
/haiku/src/system/kernel/
H A Dmodule.cpp1475 stack.Push(dir);
1538 stack.Push(subDir);
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DClientConnection.cpp2966 error = fNodeMonitoringEvents->Push(request);
H A DVolumeManager.cpp1016 if (fNodeMonitoringEvents.Push(event) != B_OK)
/haiku/src/system/kernel/fs/
H A Dvfs_boot.cpp393 fPartitions.Push(partition);
/haiku/src/tests/kits/interface/picture/
H A DSVGViewView.cpp985 Push();
1219 void Svg2PictureView::Push() { function in class:Svg2PictureView
1227 printf("Unbalanced Push/Pop\n");
/haiku/src/add-ons/translators/rtf/
H A Dconvert.cpp410 fGroupStack.Push(run);
H A DRTF.cpp745 fStack.Push(fStart);
773 fStack.Push(group->ElementAt(i));
/haiku/src/apps/installer/
H A DCopyEngine.cpp234 ret = fBufferQueue.Push(buffer);
H A DBlockingQueue.h29 status_t Push(Element* element);
88 // Push
91 BlockingQueue<Element>::Push(Element* element) function in class:BlockingQueue
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DBlockingQueue.h26 status_t Push(Element* element);
85 // Push
88 BlockingQueue<Element>::Push(Element* element) function in class:BlockingQueue

Completed in 231 milliseconds

12