Searched refs:Put (Results 1 - 25 of 102) sorted by last modified time

12345

/haiku/headers/private/kernel/util/
H A DVectorMap.h80 status_t Put(const Key &key, const Value &value);
312 // Put
318 _VECTOR_MAP_CLASS_NAME::Put(const Key &key, const Value &value) function in class:_VECTOR_MAP_CLASS_NAME
/haiku/src/tools/fs_shell/
H A Dvfs.cpp373 Put();
378 Put();
382 void Put() function in class:FSShell::VNodePutter
/haiku/headers/private/shared/
H A DWeakReferenceable.h26 bool Put();
51 { return fPointer->Put(); }
167 fPointer->Put();
H A DAutoDeleterDrivers.h30 typedef MethodDeleter<VMAddressSpace, void, &VMAddressSpace::Put>
/haiku/src/apps/drivesetup/
H A DDiskView.cpp337 fViewMap.Put(device->ID(), view);
375 fViewMap.Put(partition->ID(), view);
427 fViewMap.Put(id, view);
/haiku/src/system/kernel/vm/
H A Dvm.cpp2541 addressSpace->Put();
3062 addressSpace->Put();
4653 addressSpace->Put();
5731 addressSpace->Put();
5777 addressSpace->Put();
6125 addressSpace->Put();
H A DVMKernelAddressSpace.cpp445 Put();
470 Put();
H A DVMAddressSpaceLocking.cpp84 fSpace->Put();
207 fSpace->Put();
394 space->Put();
404 space->Put();
422 fItems[i].space->Put();
564 fItems[i].space->Put();
/haiku/src/apps/haikudepot/model/
H A DPackageIconTarRepository.cpp256 fIconCache.Put(key, bitmap);
260 fIconCache.Put(key, sDefaultIcon);
367 fIconTarPtrs.Put(key, value);
/haiku/src/apps/terminal/
H A DTermView.cpp774 fKeymapTableForModifiers.Put(B_SHIFT_KEY,
776 fKeymapTableForModifiers.Put(B_CAPS_LOCK,
778 fKeymapTableForModifiers.Put(B_CAPS_LOCK | B_SHIFT_KEY,
780 fKeymapTableForModifiers.Put(B_CONTROL_KEY,
/haiku/src/bin/bfs_tools/
H A Drecover.cpp78 bool success = fHashtable.Put(&inode->BlockRun(), inode);
H A Dchkindex.cpp49 bool Put(block_run &run) function in class:BlockRunHashtable
57 if (Hashtable::Put(value,value))
103 gHashtable.Put(run);
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DIterators.cpp209 fCurrentNode->Put();
422 This means, the current node is Put() and its block number and child node
465 fCurrentNode->Put();
483 fCurrentNode->Put();
1529 block->Put();
/haiku/src/add-ons/kernel/bus_managers/fdt/
H A Dfdt_module.cpp135 bus->phandles.Put(fdt32_to_cpu(*(uint32_t*)prop), curDev);
/haiku/src/system/kernel/
H A Dteam.cpp1941 team->address_space->Put();
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DClientConnection.cpp2770 error = fVolumes->Put(volume->GetID(), volume);
/haiku/src/system/libroot/os/
H A Dfind_paths.cpp136 void Put() function in struct:__anon49::InstallationLocations
559 MethodDeleter<InstallationLocations, void, &InstallationLocations::Put>
680 MethodDeleter<InstallationLocations, void, &InstallationLocations::Put>
758 MethodDeleter<InstallationLocations, void, &InstallationLocations::Put>
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp414 class Put : public Action { class in namespace:BlockTracing
416 Put(block_cache* cache, cached_block* block) function in class:BlockTracing::Put
1850 TB(Put(cache, block));
/haiku/src/servers/app/font/
H A DFontManager.cpp339 fStyleHashTable.Put(FontKey(familyID, styleID), style);
/haiku/src/kits/shared/
H A DWeakReferenceable.cpp45 WeakPointer::Put() function in class:BPrivate::WeakPointer
/haiku/src/tests/kits/net/netservices2/
H A DHttpProtocolTest.cpp243 CPPUNIT_ASSERT_EQUAL(BHttpMethod(BHttpMethod::Put).Method(), "PUT"sv);
/haiku/src/kits/network/libnetservices2/
H A DHttpRequest.cpp137 case Put:
/haiku/src/kits/network/libnetservices/
H A DUrlContext.cpp38 fAuthenticationMap->Put(HashString("", 0), new BHttpAuthentication());
80 fAuthenticationMap->Put(hostHash, copy);
H A DNetworkCookieJar.cpp159 if (fCookieHashMap->Put(key, list) != B_OK) {
/haiku/headers/private/netservices2/
H A DHttpRequest.h36 enum Verb { Get, Head, Post, Put, Delete, Connect, Options, Trace }; enumerator in enum:BPrivate::Network::BHttpMethod::Verb

Completed in 241 milliseconds

12345