Home
last modified time | relevance | path

Searched refs:hostRef (Results 1 – 25 of 62) sorted by relevance

123

/dports/net/pjsip/pjproject-2.11.1/pjlib/src/pj/
H A Daddr_resolv_sock.c73 CFHostRef hostRef; in pj_getaddrinfo() local
128 hostRef = CFHostCreateWithName(kCFAllocatorDefault, hostname); in pj_getaddrinfo()
129 if (CFHostStartInfoResolution(hostRef, kCFHostAddresses, nil)) { in pj_getaddrinfo()
130 CFArrayRef addrRef = CFHostGetAddressing(hostRef, nil); in pj_getaddrinfo()
173 CFRelease(hostRef); in pj_getaddrinfo()
/dports/textproc/exempi/exempi-2.5.2/XMPFiles/source/FileHandlers/
H A DXDCAMEX_Handler.cpp655 Host_IO::FileRef hostRef = Host_IO::Open ( takePath.c_str(), Host_IO::openReadOnly ); in GetTakeDuration() local
656 if ( hostRef == Host_IO::noFileRef ) return; // The open failed. in GetTakeDuration()
657 XMPFiles_IO takeXMLFile ( hostRef, takePath.c_str(), Host_IO::openReadOnly ); in GetTakeDuration()
748 Host_IO::FileRef hostRef = Host_IO::Open ( mediapropath.c_str(), Host_IO::openReadOnly ); in GetTakeUMID() local
749 if ( hostRef == Host_IO::noFileRef ) return; // The open failed. in GetTakeUMID()
750 XMPFiles_IO mediaproXMLFile ( hostRef, mediapropath.c_str(), Host_IO::openReadOnly ); in GetTakeUMID()
855 Host_IO::FileRef hostRef = Host_IO::Open ( xmlPath.c_str(), Host_IO::openReadOnly ); in ProcessXMP() local
856 if ( hostRef == Host_IO::noFileRef ) return; // The open failed. in ProcessXMP()
857 XMPFiles_IO xmlFile ( hostRef, xmlPath.c_str(), Host_IO::openReadOnly ); in ProcessXMP()
1024 Host_IO::FileRef hostRef = Host_IO::Open ( xmlPath.c_str(), Host_IO::openReadWrite ); in UpdateFile() local
[all …]
H A DXDCAM_Handler.cpp317 Host_IO::FileRef hostRef = Host_IO::Open ( filePath, Host_IO::openReadOnly ); in readXMLFile() local
318 if ( hostRef == Host_IO::noFileRef ) return; // The open failed. in readXMLFile()
319 XMPFiles_IO xmlFile ( hostRef, filePath, Host_IO::openReadOnly ); in readXMLFile()
655 Host_IO::FileRef hostRef = Host_IO::Open ( xmlPath.c_str(), Host_IO::openReadWrite ); in UpdateFile() local
656 …if ( hostRef == Host_IO::noFileRef ) XMP_Throw ( "Failure opening XDCAM XML file", kXMPErr_Externa… in UpdateFile()
657 XMPFiles_IO origXML ( hostRef, xmlPath.c_str(), Host_IO::openReadWrite ); in UpdateFile()
H A DAVCHD_Handler.cpp1264 Host_IO::FileRef hostRef = Host_IO::Open ( strPath.c_str(), Host_IO::openReadOnly ); in ReadAVCHDLegacyClipFile() local
1265 if ( hostRef == Host_IO::noFileRef ) return false; // The open failed. in ReadAVCHDLegacyClipFile()
1266 XMPFiles_IO cpiFile ( hostRef, strPath.c_str(), Host_IO::openReadOnly ); in ReadAVCHDLegacyClipFile()
1337 if ( hostRef == Host_IO::noFileRef ) return false; // The open failed. in ReadAVCHDLegacyPlaylistFile()
1338 XMPFiles_IO mplFile ( hostRef, mplPath.c_str(), Host_IO::openReadOnly ); in ReadAVCHDLegacyPlaylistFile()
1405 if ( hostRef == Host_IO::noFileRef ) return false; // The open failed. in ReadAVCHDLegacyPlaylistFile()
1406 XMPFiles_IO mplFile ( hostRef, mplPath.c_str(), Host_IO::openReadOnly ); in ReadAVCHDLegacyPlaylistFile()
1912 if ( hostRef == Host_IO::noFileRef ) return; // The open failed. in MakeLegacyDigest()
1913 XMPFiles_IO cpiFile ( hostRef, strClipPath.c_str(), Host_IO::openReadOnly ); in MakeLegacyDigest()
1926 if ( hostRef == Host_IO::noFileRef ) return; // The open failed. in MakeLegacyDigest()
[all …]
H A DSonyHDV_Handler.cpp223 Host_IO::FileRef hostRef = Host_IO::Open ( idxPath.c_str(), Host_IO::openReadOnly ); in ReadIDXFile() local
224 if ( hostRef == Host_IO::noFileRef ) return false; // The open failed. in ReadIDXFile()
225 XMPFiles_IO idxFile ( hostRef, idxPath.c_str(), Host_IO::openReadOnly ); in ReadIDXFile()
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/src/osx/
H A Dosxutils.mm103 CFStringRef hostRef = (CFStringRef)getValueFromKey(dict, proxyHostKey, CFStringGetTypeID());
104 if (hostRef)
106 CFIndex length = CFStringGetLength(hostRef);
109 if (CFStringGetCString(hostRef, buffer, maxSize, kCFStringEncodingUTF8))
/dports/textproc/exempi/exempi-2.5.2/XMPFiles/source/FormatSupport/
H A DXDCAM_Support.cpp103 Host_IO::FileRef hostRef = Host_IO::Open ( mediaProPath.c_str(), Host_IO::openReadOnly ); in GetMediaProLegacyMetadata() local
104 if ( hostRef == Host_IO::noFileRef ) return false; // The open failed. in GetMediaProLegacyMetadata()
105 XMPFiles_IO xmlFile ( hostRef, mediaProPath.c_str(), Host_IO::openReadOnly ); in GetMediaProLegacyMetadata()
H A DP2_Support.cpp31 Host_IO::FileRef hostRef = Host_IO::Open ( p2ClipMetadataFilePath.c_str(), Host_IO::openReadOnly ); in P2_Clip() local
32 XMPFiles_IO xmlFile ( hostRef, p2ClipMetadataFilePath.c_str(), Host_IO::openReadOnly ); in P2_Clip()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_audio_processors/format_types/
H A Djuce_AudioUnitPluginFormat.mm1991 … static OSStatus renderGetInputCallback (void* hostRef, AudioUnitRenderActionFlags* ioActionFlags,
1995 return static_cast<AudioUnitPluginInstance*> (hostRef)
1999 …static OSStatus renderMidiOutputCallback (void* hostRef, const AudioTimeStamp*, UInt32 /*midiOutNu…
2002 return static_cast<AudioUnitPluginInstance*> (hostRef)->renderMidiOutput (pktlist);
2005 …static OSStatus getBeatAndTempoCallback (void* hostRef, Float64* outCurrentBeat, Float64* outCurre…
2007 …return static_cast<AudioUnitPluginInstance*> (hostRef)->getBeatAndTempo (outCurrentBeat, outCurren…
2010 …static OSStatus getMusicalTimeLocationCallback (void* hostRef, UInt32* outDeltaSampleOffsetToNextB…
2014 return static_cast<AudioUnitPluginInstance*> (hostRef)
2019 …static OSStatus getTransportStateCallback (void* hostRef, Boolean* outIsPlaying, Boolean* outTrans…
2023 return static_cast<AudioUnitPluginInstance*> (hostRef)
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_processors/format_types/
H A Djuce_AudioUnitPluginFormat.mm1980 … static OSStatus renderGetInputCallback (void* hostRef, AudioUnitRenderActionFlags* ioActionFlags,
1984 return static_cast<AudioUnitPluginInstance*> (hostRef)
1988 …static OSStatus renderMidiOutputCallback (void* hostRef, const AudioTimeStamp*, UInt32 /*midiOutNu…
1991 return static_cast<AudioUnitPluginInstance*> (hostRef)->renderMidiOutput (pktlist);
1994 …static OSStatus getBeatAndTempoCallback (void* hostRef, Float64* outCurrentBeat, Float64* outCurre…
1996 …return static_cast<AudioUnitPluginInstance*> (hostRef)->getBeatAndTempo (outCurrentBeat, outCurren…
1999 …static OSStatus getMusicalTimeLocationCallback (void* hostRef, UInt32* outDeltaSampleOffsetToNextB…
2003 return static_cast<AudioUnitPluginInstance*> (hostRef)
2008 …static OSStatus getTransportStateCallback (void* hostRef, Boolean* outIsPlaying, Boolean* outTrans…
2012 return static_cast<AudioUnitPluginInstance*> (hostRef)
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/network/ssl/
H A Dqsslsocket_winrt.cpp377 HStringReference hostRef(reinterpret_cast<LPCWSTR>(host.utf16()), host.length()); in continueHandshake() local
378 hr = g->hostNameFactory->CreateHostName(hostRef.Get(), &hostName); in continueHandshake()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/network/ssl/
H A Dqsslsocket_winrt.cpp377 HStringReference hostRef(reinterpret_cast<LPCWSTR>(host.utf16()), host.length()); in continueHandshake() local
378 hr = g->hostNameFactory->CreateHostName(hostRef.Get(), &hostName); in continueHandshake()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/network/ssl/
H A Dqsslsocket_winrt.cpp377 HStringReference hostRef(reinterpret_cast<LPCWSTR>(host.utf16()), host.length()); in continueHandshake() local
378 hr = g->hostNameFactory->CreateHostName(hostRef.Get(), &hostName); in continueHandshake()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/network/ssl/
H A Dqsslsocket_winrt.cpp377 HStringReference hostRef(reinterpret_cast<LPCWSTR>(host.utf16()), host.length()); in continueHandshake() local
378 hr = g->hostNameFactory->CreateHostName(hostRef.Get(), &hostName); in continueHandshake()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/network/ssl/
H A Dqsslsocket_winrt.cpp377 HStringReference hostRef(reinterpret_cast<LPCWSTR>(host.utf16()), host.length()); in continueHandshake() local
378 hr = g->hostNameFactory->CreateHostName(hostRef.Get(), &hostName); in continueHandshake()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/network/ssl/
H A Dqsslsocket_winrt.cpp377 HStringReference hostRef(reinterpret_cast<LPCWSTR>(host.utf16()), host.length()); in continueHandshake() local
378 hr = g->hostNameFactory->CreateHostName(hostRef.Get(), &hostName); in continueHandshake()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/network/ssl/
H A Dqsslsocket_winrt.cpp377 HStringReference hostRef(reinterpret_cast<LPCWSTR>(host.utf16()), host.length()); in continueHandshake() local
378 hr = g->hostNameFactory->CreateHostName(hostRef.Get(), &hostName); in continueHandshake()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/network/ssl/
H A Dqsslsocket_winrt.cpp377 HStringReference hostRef(reinterpret_cast<LPCWSTR>(host.utf16()), host.length()); in continueHandshake() local
378 hr = g->hostNameFactory->CreateHostName(hostRef.Get(), &hostName); in continueHandshake()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/network/ssl/
H A Dqsslsocket_winrt.cpp377 HStringReference hostRef(reinterpret_cast<LPCWSTR>(host.utf16()), host.length()); in continueHandshake() local
378 hr = g->hostNameFactory->CreateHostName(hostRef.Get(), &hostName); in continueHandshake()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/network/ssl/
H A Dqsslsocket_winrt.cpp377 HStringReference hostRef(reinterpret_cast<LPCWSTR>(host.utf16()), host.length()); in continueHandshake() local
378 hr = g->hostNameFactory->CreateHostName(hostRef.Get(), &hostName); in continueHandshake()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/network/ssl/
H A Dqsslsocket_winrt.cpp377 HStringReference hostRef(reinterpret_cast<LPCWSTR>(host.utf16()), host.length()); in continueHandshake() local
378 hr = g->hostNameFactory->CreateHostName(hostRef.Get(), &hostName); in continueHandshake()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/network/ssl/
H A Dqsslsocket_winrt.cpp377 HStringReference hostRef(reinterpret_cast<LPCWSTR>(host.utf16()), host.length()); in continueHandshake() local
378 hr = g->hostNameFactory->CreateHostName(hostRef.Get(), &hostName); in continueHandshake()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/network/ssl/
H A Dqsslsocket_winrt.cpp377 HStringReference hostRef(reinterpret_cast<LPCWSTR>(host.utf16()), host.length()); in continueHandshake() local
378 hr = g->hostNameFactory->CreateHostName(hostRef.Get(), &hostName); in continueHandshake()
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/network/ssl/
H A Dqsslsocket_winrt.cpp377 HStringReference hostRef(reinterpret_cast<LPCWSTR>(host.utf16()), host.length()); in continueHandshake() local
378 hr = g->hostNameFactory->CreateHostName(hostRef.Get(), &hostName); in continueHandshake()
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/network/ssl/
H A Dqsslsocket_winrt.cpp377 HStringReference hostRef(reinterpret_cast<LPCWSTR>(host.utf16()), host.length()); in continueHandshake() local
378 hr = g->hostNameFactory->CreateHostName(hostRef.Get(), &hostName); in continueHandshake()

123