Searched refs:_ref (Results 1 - 25 of 25) sorted by relevance

/haiku/src/kits/media/
H A DAddOnManager.h39 status_t GetDecoderForFormat(entry_ref* _ref,
42 status_t GetEncoderForFormat(entry_ref* _ref,
45 status_t GetReaders(entry_ref* _ref,
48 status_t GetStreamers(entry_ref* _ref,
51 status_t GetEncoder(entry_ref* _ref, int32 id);
53 status_t GetWriter(entry_ref* _ref,
H A DMediaFiles.cpp122 BMediaFiles::GetNextRef(BString* _type, entry_ref* _ref) argument
132 GetRefFor(fCurrentType.String(), _type->String(), _ref);
140 BMediaFiles::GetRefFor(const char* type, const char* item, entry_ref* _ref) argument
144 if (type == NULL || item == NULL || _ref == NULL)
159 *_ref = reply.ref;
H A DAddOnManager.cpp249 AddOnManager::GetWriter(entry_ref* _ref, uint32 internalID) argument
257 *_ref = info->ref;
/haiku/headers/os/media/
H A DMediaFiles.h27 entry_ref* _ref = NULL);
30 entry_ref* _ref);
H A DFileInterface.h35 virtual status_t GetRef(entry_ref* _ref, char* _mimeType) = 0;
H A DMediaRoster.h287 entry_ref* _ref,
/haiku/src/servers/media/
H A DMediaFilesManager.h36 entry_ref** _ref);
H A DMediaFilesManager.cpp227 entry_ref** _ref)
235 *_ref = &info->ref;
226 GetRefFor(const char* type, const char* item, entry_ref** _ref) argument
/haiku/src/kits/tracker/
H A DVirtualDirectoryPoseView.h57 bool _GetEntry(const char* name, entry_ref& _ref,
H A DVirtualDirectoryManager.h72 const char* name, entry_ref* _ref,
H A DVirtualDirectoryManager.cpp579 const char* name, entry_ref* _ref, struct stat* _st)
589 if (_ref != NULL) {
590 if (get_ref_for_path(path.Path(), _ref) != B_OK)
578 GetEntry(const BStringList& directoryPaths, const char* name, entry_ref* _ref, struct stat* _st) argument
H A DVirtualDirectoryPoseView.cpp484 VirtualDirectoryPoseView::_GetEntry(const char* name, entry_ref& _ref, argument
487 return VirtualDirectoryManager::GetEntry(fDirectoryPaths, name, &_ref, _st);
H A DFSUtils.h243 status_t FSGetParentVirtualDirectoryAware(const BEntry& entry, entry_ref& _ref);
H A DFSUtils.cpp3349 FSGetParentVirtualDirectoryAware(const BEntry& entry, entry_ref& _ref) argument
3356 if (manager->GetParentDirectoryDefinitionFile(nodeRef, _ref,
3368 || (error = parentEntry.GetRef(&_ref)) != B_OK) {
/haiku/src/apps/debugger/user_interface/report/
H A DReportUserInterface.h45 virtual status_t SynchronouslyAskUserForFile(entry_ref* _ref);
H A DReportUserInterface.cpp141 ReportUserInterface::SynchronouslyAskUserForFile(entry_ref* _ref) argument
/haiku/src/apps/debugger/user_interface/gui/
H A DGraphicalUserInterface.h51 virtual status_t SynchronouslyAskUserForFile(entry_ref* _ref);
H A DGraphicalUserInterface.cpp309 GraphicalUserInterface::SynchronouslyAskUserForFile(entry_ref* _ref) argument
327 fFilePanelHandler->SetCurrentRef(_ref);
/haiku/src/apps/debugger/user_interface/cli/
H A DCommandLineUserInterface.h49 virtual status_t SynchronouslyAskUserForFile(entry_ref* _ref);
H A DCommandLineUserInterface.cpp225 CommandLineUserInterface::SynchronouslyAskUserForFile(entry_ref* _ref) argument
/haiku/headers/private/storage/mime/
H A DDatabaseLocation.h71 status_t GetAppHint(const char* type, entry_ref& _ref);
/haiku/headers/private/debugger/user_interface/
H A DUserInterface.h92 virtual status_t SynchronouslyAskUserForFile(entry_ref* _ref)
/haiku/src/kits/storage/mime/
H A DDatabaseLocation.cpp346 \param _ref Reference to a pre-allocated \c entry_ref struct into
354 DatabaseLocation::GetAppHint(const char* type, entry_ref& _ref) argument
367 status = entry.GetRef(&_ref);
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DSecurityContext.cpp1065 SecurityContext::_AddNodePath(const char* path, node_ref* _ref) argument
1076 if (_ref)
1077 *_ref = fPath2Node->Get(path);
/haiku/src/kits/app/
H A DRoster.cpp793 entry_ref _ref(*ref);
794 return _ResolveApp(NULL, &_ref, app, NULL, NULL, NULL);
2036 const entry_ref* _ref = argvOnly || !wasDocument local
2040 _messageList, _ref, alreadyRunning);

Completed in 133 milliseconds