/vbox/src/VBox/Devices/Network/slirp/libalias/ |
H A D | alias_util.c | 164 u_short *old = oldp; local 169 accumulate += *old++;
|
/vbox/src/libs/libxml2-2.6.31/doc/examples/ |
H A D | index.py | 261 old = open("Makefile.am", "r").read() 262 if old != Makefile: 277 old = open(".cvsignore", "r").read() variable 278 if old != ignore:
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/ |
H A D | ATokenBuffer.cpp | 331 ANTLRParser *old=parser; // MR1 local 334 return old; // MR1
|
/vbox/src/VBox/Main/src-server/ |
H A D | HostDnsService.cpp | 198 LogRel(("HostDnsMonitor: old information\n")); 372 HostDnsInformation *old = m->info; local 375 if (old) 377 delete old;
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/ |
H A D | dt_handle.c | 392 dt_handle_status(dtrace_hdl_t *dtp, dtrace_status_t *old, dtrace_status_t *new) argument 396 uintptr_t base = (uintptr_t)new, obase = (uintptr_t)old; 407 if (new->dtst_killed && !old->dtst_killed)
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | list.c | 725 * @old: the list 732 xmlListDup(const xmlListPtr old) argument 736 if (old == NULL) 740 * the new list or the old list. Surely not both. I'll arbitrarily 741 * set it to be the old list for the time being whilst I work out 744 if (NULL ==(cur = xmlListCreate(NULL, old->linkCompare))) 746 if (0 != xmlListCopy(cur, old)) 754 * @old: the old list 756 * Move all the element from the old lis 761 xmlListCopy(xmlListPtr cur, const xmlListPtr old) argument [all...] |
H A D | parserInternals.c | 1997 int old = xmlPedanticParserDefaultValue; local 2000 return(old); 2008 * contents. This may break on old application and is turned off by default. 2015 int old = xmlLineNumbersDefaultValue; local 2018 return(old); 2037 int old = xmlSubstituteEntitiesDefaultValue; local 2040 return(old); 2057 * on 1.X libs and to switch back to the old mode for compatibility when 2069 int old = xmlKeepBlanksDefaultValue; local 2073 return(old); [all...] |
/vbox/src/libs/xpcom18a4/xpcom/base/ |
H A D | nsExceptionService.cpp | 87 nsAutoOwningThread old = _mOwningThread; local 92 _mOwningThread = old; 113 // from scratch which will obviously not match the old one stored in the
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/ |
H A D | basetexture.c | 138 DWORD old = This->baseTexture.LOD; local 163 return old; 245 BOOL old; local 247 old = This->baseTexture.texture_rgb.dirty || This->baseTexture.texture_srgb.dirty; 250 return old;
|
H A D | swapchain.c | 194 IWineD3DSurfaceImpl *old = (IWineD3DSurfaceImpl*)This->presentRt; local 195 old->presentSwapchain = NULL; 590 * old contents in some way, for example by showing fragments at other locations. In 631 * and INTEXTURE copies can keep their old content if they have any defined content. 759 IWineD3DSurfaceImpl *old = (IWineD3DSurfaceImpl*)This->presentRt; local 760 Assert(old->presentSwapchain == iface); 761 old->presentSwapchain = NULL; 887 /* Delete the old values. */
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | xf86Bus.h | 51 xf86SetAccessFuncPtr old; member in struct:racInfo
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
H A D | xf86Bus.h | 51 xf86SetAccessFuncPtr old; member in struct:racInfo
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/ |
H A D | xf86Bus.h | 51 xf86SetAccessFuncPtr old; member in struct:racInfo
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/ |
H A D | xf86Bus.h | 51 xf86SetAccessFuncPtr old; member in struct:racInfo
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/intel/dtrace/ |
H A D | sdt.c | 103 sdt_probe_t *sdp, *old; local 165 old = dtrace_probe_arg(prov->sdtp_id, id); 166 ASSERT(old != NULL); 168 sdp->sdp_next = old->sdp_next; 170 old->sdp_next = sdp; 192 sdt_probe_t *sdp = parg, *old, *last, *hash; local 204 old = sdp; 227 kmem_free(old, sizeof (sdt_probe_t));
|
/vbox/src/VBox/RDP/client-1.8.3/ |
H A D | cache.c | 229 RD_HBITMAP old; local 233 old = g_bmpcache[id][idx].bitmap; 234 if (old != NULL) 235 ui_destroy_bitmap(old); 240 if (old == NULL) 250 old = g_volatile_bc[id]; 251 if (old != NULL) 252 ui_destroy_bitmap(old); 428 RD_HCURSOR old; local 432 old [all...] |
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/common/ |
H A D | xf86Bus.h | 24 xf86SetAccessFuncPtr old; member in struct:racInfo
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | xf86Bus.h | 52 xf86SetAccessFuncPtr old; member in struct:racInfo
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
H A D | xf86Bus.h | 52 xf86SetAccessFuncPtr old; member in struct:racInfo
|
/vbox/src/libs/xpcom18a4/xpcom/threads/ |
H A D | nsEventQueue.cpp | 547 old = mElderQueue; local 564 young->SetElder(old); 565 if (old) { 566 old->SetYounger(young);
|
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/src/ |
H A D | xpt_struct.c | 451 XPTTypeDescriptor *old = id->additional_types; local 460 if (old) { 462 memcpy(new, old, old_size); 463 XPT_FREE(arena, old); 474 XPTMethodDescriptor *old = id->method_descriptors; local 483 if (old) { 485 memcpy(new, old, old_size); 486 XPT_FREE(arena, old); 497 XPTConstDescriptor *old = id->const_descriptors; local 506 if (old) { [all...] |
/vbox/src/VBox/Additions/solaris/SharedFolders/ |
H A D | vboxfs_prov.c | 891 SHFLSTRING *old, *new; local 894 old = sfprov_string(from, &old_size); 896 rc = vboxCallRename(&vbox_client, &mnt->map, old, new, 899 kmem_free(old, old_size);
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/ |
H A D | prlayer.c | 97 /* old style stack */ 495 * Unlike the old style stacks, the contents of the stack head 553 /* old-style stack */ 562 * going somewhere in the middle of the stack for both old and new 590 /* old style stack */ 627 char **names = NULL, *name = NULL, **old = NULL; local 673 old = identity_cache.name; 694 if (NULL != old) PR_DELETE(old);
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/malloc/ |
H A D | prmalloc.c | 387 struct pginfo **young, **old; local 402 /* Copy the old stuff */ 411 old = page_dir; 421 /* Now free the old stuff */ 422 _PR_UnlockedFree(old);
|
/vbox/src/libs/xpcom18a4/xpcom/ds/ |
H A D | nsHashtable.cpp | 224 // existing entry, need to boot the old value 266 // old value for the result 828 nsISupports *old = NS_REINTERPRET_CAST(nsISupports *, prev); local 830 *value = old; 832 NS_IF_RELEASE(old);
|