Searched refs:outRef (Results 1 - 8 of 8) sorted by relevance

/haiku/src/apps/cortex/NodeManager/
H A DNodeManager.h208 NodeRef** outRef) const;
343 // - writes a 0 into *outRef if the instantiation fails
353 NodeRef** outRef=0,
359 // - writes a 0 into *outRef if the instantiation fails; on the
366 NodeRef** outRef,
377 NodeRef** outRef,
417 NodeRef** outRef,
H A DNodeManager.cpp473 NodeRef** outRef) const {
481 *outRef = 0;
485 *outRef = (*it).second;
974 NodeRef** outRef,
1017 *outRef = 0;
1030 *outRef = 0;
1045 *outRef = ref;
1055 NodeRef** outRef,
1077 *outRef = 0;
1082 err = instantiate(info, outRef, timeou
972 instantiate( const dormant_node_info& info, NodeRef** outRef, bigtime_t timeout, uint32 nodeFlags) argument
1052 instantiate( const entry_ref& file, uint64 requireNodeKinds, NodeRef** outRef, bigtime_t timeout, uint32 nodeFlags, bigtime_t* outDuration) argument
1115 reference( BMediaNode* node, NodeRef** outRef, uint32 nodeFlags) argument
[all...]
/haiku/headers/os/storage/
H A DResourceStrings.h33 status_t GetStringFile(entry_ref* outRef);
/haiku/src/apps/cortex/RouteApp/
H A DDormantNodeIO.h76 NodeRef** outRef);
H A DDormantNodeIO.cpp156 NodeRef** outRef) {
196 outRef,
208 err = (*outRef)->setFile(mediaRef);
217 (*outRef)->setRunMode(m_runMode, m_recordingDelay);
221 (*outRef)->setCycling(true);
154 instantiate( NodeManager* manager, NodeRef** outRef) argument
/haiku/src/kits/mail/
H A DMailProtocol.cpp302 entry_ref outRef = ref; local
305 BMailFilterAction action = fFilterList.ItemAt(i)->HeaderFetched(outRef,
319 if (ref == outRef)
324 newParentRef.device = outRef.device;
325 newParentRef.node = outRef.directory;
333 workerName = outRef.name;
351 ref = outRef;
/haiku/src/kits/storage/
H A DResourceStrings.cpp204 \param outRef a pointer to an entry_ref variable to be initialized to the
208 - \c B_BAD_VALUE: \c NULL \a outRef.
212 BResourceStrings::GetStringFile(entry_ref *outRef) argument
214 status_t error = (outRef ? B_OK : B_BAD_VALUE);
221 *outRef = fFileRef;
/haiku/src/apps/mediaconverter/
H A DMediaConverterApp.cpp271 entry_ref outRef; local
294 entry_ref outRef; local
295 outEntry.GetRef(&outRef);
296 outFile = new BMediaFile(&outRef, fileFormat);

Completed in 64 milliseconds