Home
last modified time | relevance | path

Searched refs:CoTaskMemAlloc (Results 126 – 150 of 622) sorted by relevance

12345678910>>...25

/dports/editors/libreoffice6/libreoffice-6.4.7.2/extensions/source/ole/
H A Dservprov.cxx227 VARIANT* pVariant = static_cast<VARIANT*>(CoTaskMemAlloc(sizeof(VARIANT))); in createBridge()
253 VARIANT* pVariant = static_cast<VARIANT*>(CoTaskMemAlloc(sizeof(VARIANT))); in createBridge()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/shell/source/win32/shlxthandler/ooofilt/
H A Dooofilt.cxx469 PROPVARIANT *pPropVar = static_cast<PROPVARIANT *>(CoTaskMemAlloc( sizeof (PROPVARIANT) )); in GetValue()
478 pPropVar->pwszVal = static_cast<WCHAR*>( CoTaskMemAlloc(cw*sizeof(WCHAR)) ); in GetValue()
/dports/graphics/graphviz/graphviz-2.44.1/plugin/gdiplus/
H A DFileStream.cpp187 pstatstg->pwcsName = (LPOLESTR)CoTaskMemAlloc(wide_count * 2); in Stat()
/dports/multimedia/vlc/vlc-3.0.16/modules/access/dshow/
H A Dfilter.cpp81 pmtTarget->pbFormat = (PBYTE)CoTaskMemAlloc( pmtSource->cbFormat ); in CopyMediaType()
1109 (AM_MEDIA_TYPE *)CoTaskMemAlloc(sizeof(AM_MEDIA_TYPE)); in Next()
1120 (AM_MEDIA_TYPE *)CoTaskMemAlloc(sizeof(AM_MEDIA_TYPE)); in Next()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/video_capture/windows/
H A Dsink_filter_ds.cc130 BYTE* buffer = static_cast<BYTE*>(CoTaskMemAlloc(length)); in AllocMediaTypeFormatBuffer()
292 CoTaskMemAlloc(sizeof(AM_MEDIA_TYPE))); in STDMETHOD()
642 *id = reinterpret_cast<LPWSTR>(CoTaskMemAlloc((len + 1) * sizeof(wchar_t))); in QueryId()
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/video_capture/windows/
H A Dsink_filter_ds.cc130 BYTE* buffer = static_cast<BYTE*>(CoTaskMemAlloc(length)); in AllocMediaTypeFormatBuffer()
292 CoTaskMemAlloc(sizeof(AM_MEDIA_TYPE))); in STDMETHOD()
642 *id = reinterpret_cast<LPWSTR>(CoTaskMemAlloc((len + 1) * sizeof(wchar_t))); in QueryId()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/video_capture/windows/
H A Dsink_filter_ds.cc130 BYTE* buffer = static_cast<BYTE*>(CoTaskMemAlloc(length)); in AllocMediaTypeFormatBuffer()
292 CoTaskMemAlloc(sizeof(AM_MEDIA_TYPE))); in STDMETHOD()
642 *id = reinterpret_cast<LPWSTR>(CoTaskMemAlloc((len + 1) * sizeof(wchar_t))); in QueryId()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/video_capture/windows/
H A Dsink_filter_ds.cc130 BYTE* buffer = static_cast<BYTE*>(CoTaskMemAlloc(length)); in AllocMediaTypeFormatBuffer()
292 CoTaskMemAlloc(sizeof(AM_MEDIA_TYPE))); in STDMETHOD()
642 *id = reinterpret_cast<LPWSTR>(CoTaskMemAlloc((len + 1) * sizeof(wchar_t))); in QueryId()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/video_capture/windows/
H A Dsink_filter_ds.cc129 BYTE* buffer = static_cast<BYTE*>(CoTaskMemAlloc(length)); in AllocMediaTypeFormatBuffer()
291 CoTaskMemAlloc(sizeof(AM_MEDIA_TYPE))); in STDMETHOD()
641 *id = reinterpret_cast<LPWSTR>(CoTaskMemAlloc((len + 1) * sizeof(wchar_t))); in QueryId()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/video_capture/windows/
H A Dsink_filter_ds.cc129 BYTE* buffer = static_cast<BYTE*>(CoTaskMemAlloc(length)); in AllocMediaTypeFormatBuffer()
291 CoTaskMemAlloc(sizeof(AM_MEDIA_TYPE))); in STDMETHOD()
641 *id = reinterpret_cast<LPWSTR>(CoTaskMemAlloc((len + 1) * sizeof(wchar_t))); in QueryId()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/video_capture/windows/
H A Dsink_filter_ds.cc129 BYTE* buffer = static_cast<BYTE*>(CoTaskMemAlloc(length)); in AllocMediaTypeFormatBuffer()
291 CoTaskMemAlloc(sizeof(AM_MEDIA_TYPE))); in STDMETHOD()
641 *id = reinterpret_cast<LPWSTR>(CoTaskMemAlloc((len + 1) * sizeof(wchar_t))); in QueryId()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/base/ime/win/
H A Dtsf_input_scope.cc70 *input_scopes = static_cast<InputScope*>(CoTaskMemAlloc( in GetInputScopes()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/base/ime/win/
H A Dtsf_input_scope.cc70 *input_scopes = static_cast<InputScope*>(CoTaskMemAlloc( in GetInputScopes()
/dports/textproc/goldendict/goldendict-73ec1b5/
H A Dsphelper.hh189 …*ppszDescription = (WCHAR*) CoTaskMemAlloc(MAX_PATH * sizeof(WCHAR)); // This should be enough mem… in SpGetDescription()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dtrans/source/win32/misc/
H A DImplHelper.cxx201 ptdDest = static_cast< DVTARGETDEVICE* >( CoTaskMemAlloc( ptdSrc->tdSize ) ); in CopyTargetDevice()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/win/dtrans/
H A DImplHelper.cxx201 ptdDest = static_cast< DVTARGETDEVICE* >( CoTaskMemAlloc( ptdSrc->tdSize ) ); in CopyTargetDevice()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/System/Runtime/InteropServices/
H A DPInvokeMarshal.cs60 IntPtr allocatedMemory = CoTaskMemAlloc(new UIntPtr(unchecked((uint)cb))); in AllocCoTaskMem()
827 pNative = (byte*)CoTaskMemAlloc((System.UIntPtr)(length + 1)); in StringToAnsiString()
/dports/multimedia/snapcast/snapcast-0.25.0/client/player/
H A Dwasapi_player.cpp174 com_mem_ptr<WAVEFORMATEX> waveformat((WAVEFORMATEX*)(CoTaskMemAlloc(sizeof(WAVEFORMATEX)))); in worker()
185 …com_mem_ptr<WAVEFORMATEXTENSIBLE> waveformatExtended((WAVEFORMATEXTENSIBLE*)(CoTaskMemAlloc(sizeof… in worker()
/dports/www/firefox-esr/firefox-91.8.0/accessible/windows/ia2/
H A Dia2Accessible.cpp560 static_cast<IUnknown**>(::CoTaskMemAlloc(sizeof(IUnknown*) * *aNTargets)); in get_relationTargetsOfType()
592 static_cast<IA2Range*>(::CoTaskMemAlloc(sizeof(IA2Range) * *aNRanges)); in get_selectionRanges()
/dports/www/firefox/firefox-99.0/accessible/windows/ia2/
H A Dia2Accessible.cpp543 static_cast<IUnknown**>(::CoTaskMemAlloc(sizeof(IUnknown*) * *aNTargets)); in get_relationTargetsOfType()
575 static_cast<IA2Range*>(::CoTaskMemAlloc(sizeof(IA2Range) * *aNRanges)); in get_selectionRanges()
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/windows/ia2/
H A Dia2Accessible.cpp560 static_cast<IUnknown**>(::CoTaskMemAlloc(sizeof(IUnknown*) * *aNTargets)); in get_relationTargetsOfType()
592 static_cast<IA2Range*>(::CoTaskMemAlloc(sizeof(IA2Range) * *aNRanges)); in get_selectionRanges()
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/dxsdk/
H A Dxapo.h256 #define XAPOAlloc(size) CoTaskMemAlloc(size)
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/Common/
H A DSafeNativeMethods.cs28 static internal extern IntPtr CoTaskMemAlloc(IntPtr cb); in CoTaskMemAlloc() method in System.Data.Common.SafeNativeMethods
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/plugins/platforms/winrt/uiautomation/
H A Dqwinrtuiatextprovider.cpp138 …ITextRangeProvider **providerArray = static_cast<ITextRangeProvider **>(CoTaskMemAlloc(selCount *… in GetSelection()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/plugins/platforms/winrt/uiautomation/
H A Dqwinrtuiatextprovider.cpp138 …ITextRangeProvider **providerArray = static_cast<ITextRangeProvider **>(CoTaskMemAlloc(selCount *… in GetSelection()

12345678910>>...25