/vbox/src/libs/xpcom18a4/xpcom/glue/ |
H A D | nsMemory.cpp | 128 nsMemory::Clone(const void* ptr, PRSize size) function in class:nsMemory
|
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/ |
H A D | UIDnDEnumFormat_win.cpp | 146 STDMETHODIMP UIDnDEnumFormatEtc::Clone(IEnumFORMATETC **ppEnumFormatEtc) function in class:UIDnDEnumFormatEtc
|
/vbox/src/VBox/Additions/WINNT/VBoxTray/ |
H A D | VBoxDnDEnumFormat.cpp | 148 STDMETHODIMP VBoxDnDEnumFormatEtc::Clone(IEnumFORMATETC **ppEnumFormatEtc) function in class:VBoxDnDEnumFormatEtc
|
/vbox/src/libs/xpcom18a4/ipc/ipcd/shared/src/ |
H A D | ipcMessage.cpp | 73 ipcMessage::Clone() const function in class:ipcMessage
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Tcp4Dxe/ |
H A D | Tcp4Misc.c | 402 Clone a TCB_CB from Tcb. 414 TCP_CB *Clone; local 416 Clone = AllocatePool (sizeof (TCP_CB)); 418 if (Clone == NULL) { 423 CopyMem (Clone, Tcb, sizeof (TCP_CB)); 430 InitializeListHead (&Clone->List); 431 InitializeListHead (&Clone->SndQue); 432 InitializeListHead (&Clone->RcvQue); 434 Clone->Sk = SockClone (Tcb->Sk); 435 if (Clone [all...] |
/vbox/src/libs/xpcom18a4/xpcom/base/ |
H A D | nsExceptionService.cpp | 62 nsHashKey *Clone() const { function in class:nsProviderKey
|
/vbox/src/libs/xpcom18a4/xpcom/proxy/src/ |
H A D | nsProxyEventObject.cpp | 78 nsHashKey *Clone() const { function in class:nsProxyEventKey
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4Dxe/ |
H A D | Ip4Input.c | 1078 NET_BUF *Clone; local 1094 Clone = NetbufClone (Packet); 1096 if (Clone == NULL) { 1104 Info = IP4_GET_CLIP_INFO (Clone); 1107 InsertTailList (&IpInstance->Received, &Clone->List);
|
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/TcpDxe/ |
H A D | TcpMisc.c | 476 Clone a TCP_CB from Tcb. 488 TCP_CB *Clone; local 490 Clone = AllocateZeroPool (sizeof (TCP_CB)); 492 if (Clone == NULL) { 496 CopyMem (Clone, Tcb, sizeof (TCP_CB)); 503 InitializeListHead (&Clone->List); 504 InitializeListHead (&Clone->SndQue); 505 InitializeListHead (&Clone->RcvQue); 507 Clone->Sk = SockClone (Tcb->Sk); 508 if (Clone [all...] |
/vbox/src/VBox/Additions/haiku/VBoxVideo/accelerant/ |
H A D | accelerant.cpp | 86 area_id Clone(const char *name, void **_address, uint32 spec, uint32 protection, area_id sourceArea) function in class:AreaCloner 190 gInfo.sharedInfoArea = sharedCloner.Clone("vboxvideo shared info", (void **)&gInfo.sharedInfo, B_ANY_ADDRESS,
|
/vbox/src/libs/xpcom18a4/xpcom/ds/ |
H A D | nsHashtable.h | 86 virtual nsHashKey *Clone() const = 0; 150 nsHashtable *Clone(); 178 nsHashtable *Clone(); 219 nsHashtable *Clone(); 270 nsHashKey *Clone() const { function in class:nsISupportsKey 297 nsHashKey *Clone() const { function in class:nsPRUint32Key 333 nsHashKey *Clone() const { function in class:nsVoidKey 372 nsHashKey *Clone() const { function in class:nsIDKey 403 nsHashKey* Clone() const; 437 nsHashKey* Clone() cons [all...] |
H A D | nsHashtable.cpp | 229 entry->key = aKey->Clone(); 299 nsHashtable * nsHashtable::Clone() function in class:nsHashtable 575 nsCStringKey::Clone() const function in class:nsCStringKey 702 nsStringKey::Clone() const function in class:nsStringKey 774 nsObjectHashtable::Clone() function in class:nsObjectHashtable 876 nsSupportsHashtable::Clone() function in class:nsSupportsHashtable
|
H A D | nsSupportsArray.cpp | 665 nsSupportsArray::Clone(nsISupportsArray* *result) function in class:nsSupportsArray
|
/vbox/src/libs/xpcom18a4/xpcom/obsolete/ |
H A D | nsSpecialSystemDirectory.cpp | 121 virtual nsHashKey *Clone(void) const function in class:SystemDirectoriesKey
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeNetLib/ |
H A D | NetBuffer.c | 244 NET_BUF *Clone; local 248 Clone = AllocatePool (NET_BUF_SIZE (Nbuf->BlockOpNum)); 250 if (Clone == NULL) { 254 Clone->Signature = NET_BUF_SIGNATURE; 255 Clone->RefCnt = 1; 256 InitializeListHead (&Clone->List); 258 Clone->Ip = Nbuf->Ip; 259 Clone->Tcp = Nbuf->Tcp; 261 CopyMem (Clone->ProtoData, Nbuf->ProtoData, NET_PROTO_DATA); 265 Clone [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/ |
H A D | Ip6Input.c | 1427 NET_BUF *Clone; local 1443 Clone = NetbufClone (Packet); 1445 if (Clone == NULL) { 1453 Info = IP6_GET_CLIP_INFO (Clone); 1456 InsertTailList (&IpInstance->Received, &Clone->List);
|
/vbox/src/libs/xpcom18a4/xpcom/io/ |
H A D | nsLocalFileOS2.cpp | 188 rv = mParent->Clone(getter_AddRefs(file)); 312 nsLocalFile::Clone(nsIFile **file) function in class:nsLocalFile 688 rv = newParentDir->Clone(getter_AddRefs(target));
|
H A D | nsLocalFileUnix.cpp | 261 nsLocalFile::Clone(nsIFile **file) function in class:nsLocalFile 684 rv = newParent->Clone(getter_AddRefs(destClone)); 728 if (NS_FAILED(rv = newParent->Clone(getter_AddRefs(workParent))))
|
H A D | nsLocalFileWin.cpp | 359 rv = mParent->Clone(getter_AddRefs(file)); 560 nsLocalFile::Clone(nsIFile **file) function in class:nsLocalFile 1163 rv = newParentDir->Clone(getter_AddRefs(target));
|
H A D | nsLocalFileOSX.cpp | 1157 NS_IMETHODIMP nsLocalFile::Clone(nsIFile **_retval) function in class:nsLocalFile
|
H A D | nsLocalFileMac.cpp | 1095 nsLocalFile::Clone(nsIFile **file) function in class:nsLocalFile
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | propidl.h | 763 virtual HRESULT STDMETHODCALLTYPE Clone( 797 HRESULT (STDMETHODCALLTYPE *Clone)( member in struct:IEnumSTATPROPSTGVtbl 816 #define IEnumSTATPROPSTG_Clone(This,ppenum) (This)->lpVtbl->Clone(This,ppenum) 889 virtual HRESULT STDMETHODCALLTYPE Clone( 923 HRESULT (STDMETHODCALLTYPE *Clone)( member in struct:IEnumSTATPROPSETSTGVtbl 942 #define IEnumSTATPROPSETSTG_Clone(This,ppenum) (This)->lpVtbl->Clone(This,ppenum)
|
H A D | oleidl.h | 2192 virtual HRESULT STDMETHODCALLTYPE Clone( 2226 HRESULT (STDMETHODCALLTYPE *Clone)( member in struct:IEnumOLEVERBVtbl 2245 #define IEnumOLEVERB_Clone(This,ppenum) (This)->lpVtbl->Clone(This,ppenum)
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | propidl.h | 763 virtual HRESULT STDMETHODCALLTYPE Clone( 797 HRESULT (STDMETHODCALLTYPE *Clone)( member in struct:IEnumSTATPROPSTGVtbl 816 #define IEnumSTATPROPSTG_Clone(This,ppenum) (This)->lpVtbl->Clone(This,ppenum) 889 virtual HRESULT STDMETHODCALLTYPE Clone( 923 HRESULT (STDMETHODCALLTYPE *Clone)( member in struct:IEnumSTATPROPSETSTGVtbl 942 #define IEnumSTATPROPSETSTG_Clone(This,ppenum) (This)->lpVtbl->Clone(This,ppenum)
|
H A D | oleidl.h | 2192 virtual HRESULT STDMETHODCALLTYPE Clone( 2226 HRESULT (STDMETHODCALLTYPE *Clone)( member in struct:IEnumOLEVERBVtbl 2245 #define IEnumOLEVERB_Clone(This,ppenum) (This)->lpVtbl->Clone(This,ppenum)
|