Searched defs:newArray (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dswapchain.c1266 struct wined3d_context **newArray; local
1289 newArray = HeapAlloc(GetProcessHeap(), 0, sizeof(*newArray) * (This->num_contexts + 1));
1290 if(!newArray) {
1295 memcpy(newArray, This->context, sizeof(*newArray) * This->num_contexts);
1297 newArray[This->num_contexts] = ctx;
1298 This->context = newArray;
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsSupportsArray.cpp659 nsISupportsArray* newArray = (nsISupportsArray*)aData; local
660 rv = newArray->AppendElement(aElement);
668 nsISupportsArray* newArray; local
669 rv = NS_NewISupportsArray(&newArray);
670 PRBool ok = EnumerateForwards(CopyElement, newArray);
672 *result = newArray;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dswapchain.c1400 struct wined3d_context **newArray; local
1412 newArray = HeapAlloc(GetProcessHeap(), 0, sizeof(*newArray) * (swapchain->num_contexts + 1));
1413 if(!newArray) {
1418 memcpy(newArray, swapchain->context, sizeof(*newArray) * swapchain->num_contexts);
1420 newArray[swapchain->num_contexts] = ctx;
1421 swapchain->context = newArray;
/vbox/src/VBox/Main/webservice/jaxlibs/
H A DFastInfoset.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/fastinfoset/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 44 milliseconds