Searched refs:Clone (Results 1 - 25 of 125) sorted by relevance

12345

/vbox/src/libs/xpcom18a4/xpcom/sample/
H A DnsSample.cpp56 mValue = (char*)nsMemory::Clone("initial value", 14);
107 *aValue = (char*) nsMemory::Clone(mValue, strlen(mValue) + 1);
134 mValue = (char*) nsMemory::Clone(aValue, strlen(aValue) + 1);
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsHashtable.h86 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 DnsSupportsPrimitives.cpp70 *aData = (nsID*) nsMemory::Clone(mData, sizeof(nsID));
82 mData = (nsID*) nsMemory::Clone(aData, sizeof(nsID));
99 result = (char*) nsMemory::Clone(nullStr, sizeof(nullStr));
215 char* result = (char*) nsMemory::Clone(str,
260 char* result = (char*) nsMemory::Clone(buf,
305 char* result = (char*) nsMemory::Clone(buf,
350 char* result = (char*) nsMemory::Clone(buf,
395 char* result = (char*) nsMemory::Clone(buf,
440 char* result = (char*) nsMemory::Clone(buf,
530 char* result = (char*) nsMemory::Clone(bu
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIDnDEnumFormat_win.h39 STDMETHOD(Clone)(IEnumFORMATETC ** ppEnumFormatEtc);
H A DUIDnDEnumFormat_win.cpp146 STDMETHODIMP UIDnDEnumFormatEtc::Clone(IEnumFORMATETC **ppEnumFormatEtc) function in class:UIDnDEnumFormatEtc
/vbox/src/libs/xpcom18a4/xpcom/glue/
H A DnsMemory.h70 static NS_COM void* Clone(const void* ptr, size_t size);
H A DnsMemory.cpp128 nsMemory::Clone(const void* ptr, PRSize size) function in class:nsMemory
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dmediaobj.idl75 HRESULT Clone(
H A Dd3drmwin.h58 STDMETHOD(Clone)(THIS_ IUnknown *outer, REFIID iid, void **out) PURE;
78 #define IDirect3DRMWinDevice_Clone(p,a,b,c) (p)->lpVtbl->Clone(p,a,b,c)
95 #define IDirect3DRMWinDevice_Clone(p,a,b,c) (p)->Clone(a,b,c)
H A Dmsident.idl82 HRESULT Clone([out] IEnumUserIdentity **ppenum);
H A Dcomcat.idl76 HRESULT Clone(
110 HRESULT Clone(
H A Durlhist.idl79 HRESULT Clone([out] IEnumSTATURL **ppenum);
H A Dd3drmobj.h214 STDMETHOD(Clone)(THIS_ IUnknown *outer, REFIID iid, void **out) PURE;
231 #define IDirect3DRMObject_Clone(p,a,b,c) (p)->lpVtbl->Clone(p,a,b,c)
245 #define IDirect3DRMObject_Clone(p,a,b,c) (p)->Clone(a,b,c)
270 STDMETHOD(Clone)(THIS_ IUnknown *outer, REFIID iid, void **out) PURE;
288 #define IDirect3DRMObject2_Clone(p,a,b,c) (p)->lpVtbl->Clone(p,a,b,c)
303 #define IDirect3DRMObject2_Clone(p,a,b,c) (p)->Clone(a,b,c)
324 STDMETHOD(Clone)(THIS_ IUnknown *outer, REFIID iid, void **out) PURE;
341 #define IDirect3DRMVisual_Clone(p,a,b,c) (p)->lpVtbl->Clone(p,a,b,c)
355 #define IDirect3DRMVisual_Clone(p,a,b,c) (p)->Clone(a,b,c)
379 STDMETHOD(Clone)(THIS
[all...]
H A Dbits.idl94 HRESULT Clone(
347 HRESULT Clone(
H A Ddocobj.idl131 HRESULT Clone(
165 HRESULT Clone( [out] IEnumOleDocumentViews **ppEnum );
H A Dfusion.idl315 HRESULT Clone([out] IAssemblyName **pName);
333 HRESULT Clone([out] IAssemblyEnum **ppEnum);
H A Dpstore.idl107 HRESULT Clone(
128 HRESULT Clone(
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dmediaobj.idl80 HRESULT Clone(
H A Dcomcat.idl76 HRESULT Clone(
110 HRESULT Clone(
H A Durlhist.idl72 HRESULT Clone([out] IEnumSTATURL **ppenum);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Tcp4Dxe/
H A DTcp4Misc.c402 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/VBox/Devices/EFI/Firmware/NetworkPkg/TcpDxe/
H A DTcpMisc.c476 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/libs/xpcom18a4/ipc/ipcd/shared/src/
H A DipcMessage.h119 NS_HIDDEN_(ipcMessage *) Clone() const;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeNetLib/
H A DNetBuffer.c244 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/libs/xpcom18a4/xpcom/reflect/xptinfo/src/
H A DxptiMisc.cpp143 rv = aLocalFile->Clone(getter_AddRefs(cloneRaw));

Completed in 1608 milliseconds

12345