Home
last modified time | relevance | path

Searched refs:pGuid (Results 1 – 25 of 368) sorted by relevance

12345678910>>...15

/dports/finance/gnucash/gnucash-4.9/libgnucash/backend/sql/
H A Dgnc-owner-sql.cpp61 GncGUID* pGuid = nullptr; in load() local
74 pGuid = &guid; in load()
80 if (type == GNC_OWNER_NONE || pGuid == nullptr) in load()
89 if (pGuid != NULL) in load()
91 cust = gncCustomerLookup (book, pGuid); in load()
106 if (pGuid != NULL) in load()
108 job = gncJobLookup (book, pGuid); in load()
123 if (pGuid != NULL) in load()
125 vendor = gncVendorLookup (book, pGuid); in load()
140 if (pGuid != NULL) in load()
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Sockets/WebServer/
H A DConfigurationTable.c27 EFI_GUID * pGuid; member
57 IN CONST EFI_GUID * pGuid in RowGuid() argument
96 if ( CompareGuid ( pGuidName->pGuid, pGuid )) { in RowGuid()
160 pGuid ); in RowGuid()
174 Value = pGuid->Data4[1]; in RowGuid()
198 Value = pGuid->Data3; in RowGuid()
213 pGuid->Data3 >> 12 ); in RowGuid()
H A DHTTP.c1060 IN CONST EFI_GUID * pGuid in HttpSendGuid() argument
1090 pGuid->Data1 ); in HttpSendGuid()
1107 pGuid->Data2 ); in HttpSendGuid()
1124 pGuid->Data3 ); in HttpSendGuid()
1145 pGuid->Data4[ Index ]); in HttpSendGuid()
/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/ThirdParty/DirectShowSamples/
H A Dfourcc.h75 FOURCCMap::FOURCCMap(const GUID * pGuid) in FOURCCMap() argument
78 SetFOURCC(pGuid); in FOURCCMap()
82 FOURCCMap::SetFOURCC(const GUID * pGuid) in SetFOURCC() argument
84 FOURCCMap * p = (FOURCCMap*) pGuid; in SetFOURCC()
/dports/net/pjsip/pjproject-2.11.1/third_party/BaseClasses/
H A Dfourcc.h75 FOURCCMap::FOURCCMap(const GUID * pGuid) in FOURCCMap() argument
78 SetFOURCC(pGuid); in FOURCCMap()
82 FOURCCMap::SetFOURCC(const GUID * pGuid) in SetFOURCC() argument
84 FOURCCMap * p = (FOURCCMap*) pGuid; in SetFOURCC()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/System.Private.CoreLib.Native/
H A Dpal_guid.cpp20 extern "C" void CoreLibNative_CreateGuid(GUID* pGuid) argument
23 uuid_generate_random(*(uuid_t*)pGuid);
25 uuid_generate(*(uuid_t*)pGuid);
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/avcodec/
H A Ddxva_blacklist.c187 const GUID **pGuid = pDevice->decoder_list; in directx_va_canUseDecoder() local
188 while (*pGuid != NULL) in directx_va_canUseDecoder()
190 if (IsEqualGUID(pCodec, *pGuid)) in directx_va_canUseDecoder()
198 pGuid++; in directx_va_canUseDecoder()
/dports/games/magiccube4d/magiccube4d-src-2_2/
H A DWrapD3D.cpp258 WrapD3D::EnumDevicesCallback(GUID * pGuid, in EnumDevicesCallback() argument
264 m_deviceInfo[m_deviceInfoCount].Initialize(pGuid, in EnumDevicesCallback()
335 WrapD3D::EnumDevicesCallback(GUID * pGuid, in EnumDevicesCallback() argument
344 return pDirect3D->EnumDevicesCallback(pGuid, in EnumDevicesCallback()
H A DWrapD3D.h36 void Initialize(const GUID * pGuid, in Initialize()
42 memcpy(&Guid, pGuid, sizeof(GUID)); in Initialize()
/dports/lang/fpc-source/fpc-3.2.2/packages/winceunits/src/
H A Dwindbase_edb.inc209 function CeCreateDatabaseWithProps(pGuid:PCEGUID; var pInfo:CEDBASEINFOEX; cProps:DWORD; var prgPro…
210 function CeAddDatabaseProps(pGuid:PCEGUID; oidDb:CEOID; cProps:DWORD; var prgProps:CEPROPSPEC):BOOL…
212 function CeRemoveDatabaseProps(pGuid:PCEGUID; oidDb:CEOID; cPropID:DWORD; var prgPropID:CEPROPID):B…
213 function CeMountDBVolEx(pGuid:PCEGUID; pwszDBVol:LPWSTR; pOptions:PCEVOLUMEOPTIONS; dwFlags:DWORD):…
216 function CeCreateSession(pGuid:PCEGUID):HANDLE;cdecl;external KernelDLL name 'CeCreateSession';
221 function CeOpenDatabaseInSession(hSession:HANDLE; pGuid:PCEGUID; poid:PCEOID; pwszName:LPWSTR; pSor…
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/
H A DAspNetEventSource.cs194 private unsafe static void FillInEventData(EventData* pEventData, Guid* pGuid) { in FillInEventData() argument
195 Debug.Assert(pGuid != null); in FillInEventData()
196 pEventData->DataPointer = (IntPtr)pGuid; in FillInEventData()
/dports/editors/libreoffice/libreoffice-7.2.6.2/embedserv/source/embed/
H A Dservprov.cxx101 …ProviderFactory_Impl(const uno::Reference<lang::XMultiServiceFactory>& xFactory, const GUID* pGuid) in EmbedProviderFactory_Impl() argument
103 , m_guid( *pGuid ) in EmbedProviderFactory_Impl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/embedserv/source/embed/
H A Dservprov.cxx138 …ProviderFactory_Impl(const uno::Reference<lang::XMultiServiceFactory>& xFactory, const GUID* pGuid) in EmbedProviderFactory_Impl() argument
140 , m_guid( *pGuid ) in EmbedProviderFactory_Impl()
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/ole/
H A Dvbacontrol.cxx270 const OUString* pGuid = ContainerHelper::getVectorElement( rClassTable, nTypeIndex ); in createControlModel() local
271 OSL_ENSURE( pGuid, "VbaSiteModel::createControlModel - invalid class table index" ); in createControlModel()
272 if( pGuid ) in createControlModel()
274 if( *pGuid == COMCTL_GUID_SCROLLBAR_60 ) in createControlModel()
276 else if( *pGuid == COMCTL_GUID_PROGRESSBAR_50 ) in createControlModel()
278 else if( *pGuid == COMCTL_GUID_PROGRESSBAR_60 ) in createControlModel()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/ole/
H A Dvbacontrol.cxx270 const OUString* pGuid = ContainerHelper::getVectorElement( rClassTable, nTypeIndex ); in createControlModel() local
271 OSL_ENSURE( pGuid, "VbaSiteModel::createControlModel - invalid class table index" ); in createControlModel()
272 if( pGuid ) in createControlModel()
274 if( *pGuid == COMCTL_GUID_SCROLLBAR_60 ) in createControlModel()
276 else if( *pGuid == COMCTL_GUID_PROGRESSBAR_50 ) in createControlModel()
278 else if( *pGuid == COMCTL_GUID_PROGRESSBAR_60 ) in createControlModel()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/msw/
H A Ddisplay.cpp107 typedef BOOL (PASCAL *DDEnumExCallback_t)(GUID *pGuid,
367 static BOOL WINAPI DDEnumExCallback(GUID *pGuid,
867 wxDisplayFactoryDirectDraw::DDEnumExCallback(GUID *pGuid, in DDEnumExCallback() argument
873 if ( pGuid ) in DDEnumExCallback()
877 self->AddDisplay(*pGuid, hmon, driverName); in DDEnumExCallback()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/msw/
H A Ddisplay.cpp107 typedef BOOL (PASCAL *DDEnumExCallback_t)(GUID *pGuid,
367 static BOOL WINAPI DDEnumExCallback(GUID *pGuid,
867 wxDisplayFactoryDirectDraw::DDEnumExCallback(GUID *pGuid, in DDEnumExCallback() argument
873 if ( pGuid ) in DDEnumExCallback()
877 self->AddDisplay(*pGuid, hmon, driverName); in DDEnumExCallback()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/msw/
H A Ddisplay.cpp107 typedef BOOL (PASCAL *DDEnumExCallback_t)(GUID *pGuid,
367 static BOOL WINAPI DDEnumExCallback(GUID *pGuid,
867 wxDisplayFactoryDirectDraw::DDEnumExCallback(GUID *pGuid, in DDEnumExCallback() argument
873 if ( pGuid ) in DDEnumExCallback()
877 self->AddDisplay(*pGuid, hmon, driverName); in DDEnumExCallback()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/msw/
H A Ddisplay.cpp107 typedef BOOL (PASCAL *DDEnumExCallback_t)(GUID *pGuid,
367 static BOOL WINAPI DDEnumExCallback(GUID *pGuid,
867 wxDisplayFactoryDirectDraw::DDEnumExCallback(GUID *pGuid, in DDEnumExCallback() argument
873 if ( pGuid ) in DDEnumExCallback()
877 self->AddDisplay(*pGuid, hmon, driverName); in DDEnumExCallback()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtdh.h173 LPGUID pGuid,
219 LPGUID pGuid,
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtdh.h173 LPGUID pGuid,
219 LPGUID pGuid,
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System.Runtime.InteropServices/
H A DIErrorInfo.cs23 int GetGUID (out Guid pGuid); in GetGUID() argument
/dports/editors/libreoffice/libreoffice-7.2.6.2/extensions/source/ole/
H A Dservprov.cxx81 bool OneInstanceOleWrapper::registerClass(GUID const * pGuid) in registerClass() argument
88 *pGuid, in registerClass()
94 …SAL_INFO("extensions.olebridge", "CoRegisterClassObject(" << *pGuid << "): " << WindowsErrorString… in registerClass()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/extensions/source/ole/
H A Dservprov.cxx81 bool OneInstanceOleWrapper::registerClass(GUID const * pGuid) in registerClass() argument
88 *pGuid, in registerClass()
94 …SAL_INFO("extensions.olebridge", "CoRegisterClassObject(" << *pGuid << "): " << WindowsErrorString… in registerClass()
/dports/editors/libreoffice/libreoffice-7.2.6.2/embedserv/source/inc/
H A Dservprov.hxx56 …y_Impl( const css::uno::Reference< css::lang::XMultiServiceFactory >& xFactory, const GUID* pGuid);

12345678910>>...15