/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/ |
H A D | compile-et.pl | 42 sub header subroutine 93 print H "/*\n", &header("${base}.h", " *"), " */\n"; 94 print C "/*\n", &header("${base}.c", " *"), " */\n"; 95 print PROPERTIES &header("${base}.properties", "#");
|
/vbox/src/VBox/Devices/Graphics/vmsvga/ |
H A D | svga3d_caps.h | 93 SVGA3dCapsRecordHeader header; member in struct:SVGA3dCapsRecord 128 if ((record->header.type >= recordTypeMin) && 129 (record->header.type <= recordTypeMax) && 130 (!found || (record->header.type > found->header.type))) {
|
H A D | svga_overlay.h | 69 } header; member in struct:SVGAEscapeVideoSetRegs
|
/vbox/src/VBox/Devices/PC/ipxe/src/tests/ |
H A D | bofm_test.c | 38 struct bofm_global_header header; member in struct:__anon15806 43 .header = { 67 struct bofm_global_header header; member in struct:__anon15807 72 .header = {
|
/vbox/include/VBox/RemoteDesktop/ |
H A D | VRDEMousePtr.h | 55 /** The header. */ 56 VRDEINTERFACEHDR header; member in struct:VRDEMOUSEPTRINTERFACE
|
H A D | VRDETSMF.h | 42 /* The header. */ 43 VRDEINTERFACEHDR header; member in struct:VRDETSMFINTERFACE 78 * or channel header + TSMF message. 92 /* The header. */ 93 VRDEINTERFACEHDR header; member in struct:VRDETSMFCALLBACKS
|
H A D | VRDEImage.h | 91 /** The header. */ 92 VRDEINTERFACEHDR header; member in struct:VRDEIMAGEINTERFACE 220 /** The header. */ 221 VRDEINTERFACEHDR header; member in struct:VRDEIMAGECALLBACKS
|
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/common/ |
H A D | tmTransaction.cpp | 66 tmHeader *header = nsnull; local 71 header = (tmHeader*) RTMemAlloc(aLength); 73 header = (tmHeader*) malloc(aLength); 75 if (header) { 77 memcpy(header, aMessage, aLength); 84 header = (tmHeader*) RTMemAlloc (sizeof(tmHeader) + aLength); 86 header = (tmHeader*) malloc (sizeof(tmHeader) + aLength); 88 if (header) { 90 header->action = aAction; 91 header [all...] |
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/ |
H A D | xptiZipLoader.cpp | 51 XPTHeader *header = nsnull; local 100 if (!XPT_DoHeader(aWorkingSet->GetStructArena(), &cursor, &header)) 102 header = nsnull; 111 return header;
|
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/shader/slang/ |
H A D | slang_compile_function.h | 63 slang_variable header; /**< The function's name and return type */ member in struct:slang_function_
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | sendzlf.c | 114 char header[1024], trailer[1024]; local 127 memcpy(header, HEADER_STR, HEADER_LEN); 129 sfd.header = header; 138 /* Send both header and trailer */ 146 /* Trailer only, no header */ 166 nbytes = PR_TransmitFile(acceptSock, file, header, HEADER_LEN,
|
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/tests/ |
H A D | SimpleTypeLib.c | 74 XPTHeader *header; local 107 /* construct a header */ 108 header = XPT_NewHeader(arena, 1, XPT_MAJOR_VERSION, XPT_MINOR_VERSION); 109 TRY("NewHeader", header); 116 header->annotations = ann; 118 header_sz = XPT_SizeOfHeaderBlock(header); 123 ok = XPT_FillInterfaceDirectoryEntry(arena, header->interface_directory, &iid, 165 ok = XPT_DoHeader(arena, cursor, &header); 187 XPT_FreeHeader(arena, header);
|
/vbox/src/libs/zlib-1.2.6/contrib/minizip/ |
H A D | crypt.h | 62 * Initialize the encryption keys and the random header according to 91 unsigned char* buf, /* where to write header */ 97 int n; /* index in random header */ 100 unsigned char header[RAND_HEAD_LEN-2]; /* random header */ local 101 static unsigned calls = 0; /* ensure different random header each time */ 118 header[n] = (unsigned char)zencode(pkeys, pcrc_32_tab, c, t); 120 /* Encrypt random header (last two bytes is high word of crc) */ 124 buf[n] = (unsigned char)zencode(pkeys, pcrc_32_tab, header[n], t);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/ |
H A D | syncsrv.h | 119 SyncAwaitHeader header; member in union:__anon6859
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/ |
H A D | syncsrv.h | 119 SyncAwaitHeader header; member in union:__anon7178
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/ |
H A D | syncsrv.h | 116 SyncAwaitHeader header; member in union:__anon5008
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/ |
H A D | syncsrv.h | 116 SyncAwaitHeader header; member in union:__anon5320
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/ |
H A D | syncsrv.h | 116 SyncAwaitHeader header; member in union:__anon5632
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/ |
H A D | syncsrv.h | 119 SyncAwaitHeader header; member in union:__anon5943
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/ |
H A D | syncsrv.h | 119 SyncAwaitHeader header; member in union:__anon6246
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/ |
H A D | syncsrv.h | 119 SyncAwaitHeader header; member in union:__anon6544
|
/vbox/src/VBox/Devices/Network/lwip/src/core/ipv4/ |
H A D | ip_frag.c | 138 write the IP header of the fragment into the reassembly 313 struct pbuf *header; local 332 /* Copy the IP header in it */ 359 /* Correct header */ 367 * the link level header for each chunk and then 371 header = pbuf_alloc(PBUF_LINK, 0, PBUF_RAM); 372 if (header != NULL) { 373 pbuf_chain(header, rambuf); 374 netif->output(netif, header, dest); 377 pbuf_free(header); [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/ |
H A D | smbios.h | 78 /** An SMBIOS structure header */ 90 /** Copy of SMBIOS structure header */ 91 struct smbios_header header; member in struct:smbios_structure 100 /** SMBIOS structure header */ 101 struct smbios_header header; member in struct:smbios_system_information 121 /** SMBIOS structure header */ 122 struct smbios_header header; member in struct:smbios_enclosure_information
|
/vbox/src/VBox/Additions/x11/x11include/xextproto-7.1.1/X11/extensions/ |
H A D | xtestext1proto.h | 171 CARD8 header; /* which device, key up/down */ member in struct:__anon3971 180 CARD8 header; /* which pointer */ member in struct:__anon3972 192 * in the header byte. The x and y relative motions are packed 198 CARD8 header; /* which pointer */ member in struct:__anon3973 209 * This guarantees that a header byte with a value of 0 is not 210 * a valid header, so it can be used as a flag to indicate that 215 CARD8 header; /* always XTestDELAY_DEVICE_ID */ member in struct:__anon3974
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | genUnicode.py | 197 header = open("include/libxml/xmlunicode.h", "w") variable 210 header.write( 376 header.write("XMLPUBFUN int XMLCALL xmlUCSIs%s\t(int code);\n" % name) 391 header.write("\nXMLPUBFUN int XMLCALL xmlUCSIsBlock\t(int code, const char *block);\n\n") 416 header.write("XMLPUBFUN int XMLCALL xmlUCSIsCat%s\t(int code);\n" % name) 441 header.write("\nXMLPUBFUN int XMLCALL xmlUCSIsCat\t(int code, const char *cat);\n") 467 header.write(""" 477 header.close()
|