Searched refs:Remove (Results 376 - 400 of 503) sorted by relevance

<<11121314151617181920>>

/haiku/src/add-ons/kernel/file_systems/bfs/
H A Dkernel_interface.cpp393 volume->RemovedInodes().Remove(inode);
1154 status = directory->Remove(transaction, name, &id);
1269 status = newDirectory->Remove(transaction, newName, NULL,
1300 status = tree->Remove(transaction, (const uint8*)oldName,
1679 status_t status = directory->Remove(transaction, name, &id, true);
1681 // Remove the cache entry for the directory and potentially also
2218 status_t status = indices->Remove(transaction, name);
H A DBPlusTree.cpp68 bool Remove(off_t value);
1005 fIterators.Remove(iterator);
1855 if (!array->Remove(value)) {
1870 // Remove the whole fragment node, if this was the only array,
1883 // Remove value from a duplicate node!
1906 if (array->Remove(value)) {
2031 the calling method (BPlusTree::Remove()) have this data.
2098 BPlusTree::Remove(Transaction& transaction, const uint8* key, uint16 keyLength, function in class:BFS::BPlusTree
3121 duplicate_array::Remove(off_t value) function in class:BFS::duplicate_array
H A DInode.h166 status_t Remove(Transaction& transaction,
/haiku/src/add-ons/media/media-add-ons/dvb/
H A DDVBMediaNode.cpp1518 err = fCardDataQueue->Remove(&packet);
1520 TRACE("fCardDataQueue->Remove failed, error %lx\n", err);
1536 err = fMpegTsQueue->Remove(&packet);
1538 TRACE("fMpegTsQueue->Remove failed, error %lx\n", err);
1562 err = fEncAudioQueue->Remove(&packet);
1564 TRACE("fEncAudioQueue->Remove failed, error %lx\n", err);
1603 err = fEncVideoQueue->Remove(&packet);
1605 TRACE("fEncVideoQueue->Remove failed, error %lx\n", err);
2051 err = fRawVideoQueue->Remove(&fCurrentVideoPacket);
2053 TRACE("fRawVideoQueue->Remove faile
[all...]
/haiku/src/servers/registrar/
H A DShutdownProcess.cpp708 fInternalEvents->Remove(event);
918 fDebuggedTeams.Remove(team);
1250 fInternalEvents->Remove(event);
H A DMessageDeliverer.cpp422 fMessages.Remove(message);
/haiku/src/system/boot/loader/
H A Dmenu.cpp233 fItems.Remove(item);
384 fItems.Remove(item);
605 sPathBlocklist->Remove(path.Path());
/haiku/src/servers/package/
H A DVolume.cpp352 flagFileEntry.Remove(); // Remove early on to avoid an error loop.
820 entry.Remove();
930 // Remove the package from the packages-to-be-deactivated set, if it is in
975 // Remove the package from the packages-to-be-activated set, if it is in
1261 error = scriptEntry.Remove();
/haiku/src/add-ons/kernel/network/protocols/icmp/
H A Dicmp.cpp495 bufferHeader.Remove();
/haiku/src/apps/webpositive/autocompletion/
H A DAutoCompleterDefaultImpl.cpp123 completedText.Remove(fPatternStartPos, fPatternLength);
/haiku/src/kits/mail/
H A DMailProtocol.cpp310 status_t status = entry.Remove();
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistWindow.cpp301 editMenu->AddItem(new BMenuItem(B_TRANSLATE("Remove"),
408 fEntry->Remove();
/haiku/src/preferences/keymap/
H A DKeymap.cpp353 entry.Remove();
/haiku/src/preferences/printers/
H A DPrinterListView.cpp360 bool PrinterItem::Remove(BListView* view) function in class:PrinterItem
/haiku/src/kits/debugger/controllers/
H A DTeamDebugger.cpp1377 name.Remove(0, name.FindLast('/') + 1);
1808 fThreadHandlers.Remove(handler);
1843 fImageHandlers->Remove(imageHandler);
1981 fImageInfoPendingThreads->Remove(thread);
/haiku/src/servers/launch/
H A DLog.cpp217 fItems.Remove(fItems.First());
/haiku/src/kits/media/
H A DTimeSource.cpp115 return fSlaveList.Remove(node.node);
/haiku/src/add-ons/kernel/network/ppp/pppoe/
H A DPPPoEDevice.cpp391 // bufferheader.Remove();
411 bufferheader.Remove();
/haiku/src/apps/mail/
H A DSignature.cpp207 fEntry.Remove();
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DCachedDataReader.cpp441 fCacheLineLockers.Remove(lineLocker);
/haiku/src/apps/cortex/InfoView/
H A DInfoView.cpp487 currentLine->Remove(i, 1);
/haiku/src/system/kernel/
H A Dport.cpp881 // Remove all ports in deletionList from hashes
889 sPorts.Remove(port);
890 sPortsByName.Remove(port);
1111 // (1/2) Remove from hash tables
1115 sPorts.Remove(portRef);
1116 sPortsByName.Remove(portRef);
1122 // (2/2) Remove from team port list
H A Dteam.cpp1014 sOrphanedCheckProcessGroups.Remove(this);
1919 // Remove the team structure from the process group, the parent team, and
1932 sTeamHash.Remove(team);
2288 // Remove the team structure from the process group, the parent team, and
2301 sTeamHash.Remove(team);
2561 team->dead_children.entries.Remove(entry);
2980 team->dead_children.entries.Remove(entry);
3129 sTeamHash.Remove(team);
3445 team->parent->stopped_children.entries.Remove(entry);
3448 team->parent->continued_children.entries.Remove(entr
[all...]
/haiku/src/preferences/mail/
H A DDNSQuery.cpp253 outString.Remove(0, sizeof(char));
/haiku/src/kits/tracker/infowindow/
H A DInfoWindow.cpp360 oldEntry.Remove();

Completed in 168 milliseconds

<<11121314151617181920>>