/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/drivers/dri/common/ |
H A D | utils.h | 57 const char * strings; member in struct:dri_extension_function 85 * \c dri_extension_function::strings pointer.
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
H A D | hash.c | 63 static char *strings = NULL; variable 79 if ( strings == NULL ) 81 strings = (char *) calloc(strsize, sizeof(char)); 82 require( strings != NULL, "cannot allocate string table"); 83 strp = strings; 214 require( strp <= &(strings[strsize-2]),
|
/vbox/src/VBox/Devices/PC/ipxe/src/util/ |
H A D | iccfix.c | 42 char *strings = ( elf + strtab->sh_offset ); local 45 char *name = ( strings + shdr->sh_name );
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | testXPath.c | 145 int strings = 0; local 194 strings ++; 197 if (strings == 0) { 200 printf("\tParse the XPath strings and output the result of the parsing\n");
|
H A D | dict.c | 2 * dict.c: dictionary of reusable strings, just used to avoid allocation 68 xmlDictStringsPtr strings; member in struct:_xmlDict 133 pool = dict->strings; 155 pool->next = dict->strings; 156 dict->strings = pool; 189 pool = dict->strings; 211 pool->next = dict->strings; 212 dict->strings = pool; 337 dict->strings = NULL; 355 * Create a new dictionary, inheriting strings fro [all...] |
/vbox/src/libs/xpcom18a4/xpcom/tests/ |
H A D | TestAtoms.cpp | 55 PRUnichar** strings = new PRUnichar*[60000]; local 68 strings[count++] = ToNewUnicode(sb); 70 strings[count++] = ToNewUnicode(sb); 76 ids[i] = NS_NewAtom(strings[i]); 116 PR_snprintf(buf, sizeof(buf), "making %d ident strings took %lldms",
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/support/sym/ |
H A D | sym.c | 124 static char *strings; variable 142 strings = (char *) calloc(strs, sizeof(char)); 143 if ( strings == NULL ) 150 strp = strings; 160 if ( strings != NULL ) free( strings ); 392 if ( strp >= &(strings[strsize-2]) )
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/block/ |
H A D | ibft.c | 69 char strings[0]; member in struct:ipxe_ibft 79 /** The iBFT containing these strings */ 123 * @v strings iBFT string block descriptor 134 * @v strings iBFT string block descriptor 139 static char * ibft_alloc_string ( struct ibft_strings *strings, argument 142 if ( ( strings->offset + len ) >= strings->len ) 145 string->offset = cpu_to_le16 ( strings->offset ); 147 strings->offset += ( len + 1 ); 149 return ( ( ( char * ) strings 160 ibft_set_string( struct ibft_strings *strings, struct ibft_string *string, const char *data ) argument 183 ibft_set_string_setting( struct ibft_strings *strings, struct ibft_string *string, struct setting *setting ) argument 211 ibft_string( struct ibft_strings *strings, struct ibft_string *string ) argument 225 ibft_fill_nic( struct ibft_nic *nic, struct ibft_strings *strings, struct net_device *netdev ) argument 287 ibft_fill_initiator( struct ibft_initiator *initiator, struct ibft_strings *strings, struct iscsi_session *iscsi ) argument 317 ibft_fill_target_chap( struct ibft_target *target, struct ibft_strings *strings, struct iscsi_session *iscsi ) argument 350 ibft_fill_target_reverse_chap( struct ibft_target *target, struct ibft_strings *strings, struct iscsi_session *iscsi ) argument 385 ibft_fill_target( struct ibft_target *target, struct ibft_strings *strings, struct iscsi_session *iscsi ) argument 434 struct ibft_strings strings = { local [all...] |
/vbox/src/VBox/NetworkServices/NetLib/ |
H A D | ComHostUtils.cpp | 163 int hostDnsSearchList(const ComHostPtr& host, std::vector<std::string>& strings) argument 165 strings.clear(); 172 strings.push_back(com::Utf8Str(strs[i]).c_str());
|
/vbox/include/VBox/HostServices/ |
H A D | GuestPropertySvc.h | 326 * - Only Utf8 strings are allowed 334 * This call returns two null-terminated strings which will be placed one 361 * - Only Utf8 strings are allowed 391 * - Only Utf8 strings are allowed 412 * - Only Utf8 strings are allowed 433 * On success, null-separated array of strings in which the properties are 435 * The number of strings in the array is always a multiple of four, 441 HGCMFunctionParameter strings; member in struct:guestProp::_EnumProperties 494 * This call returns three null-terminated strings which will be placed 496 * value and flags will be empty strings [all...] |
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/ |
H A D | test.h | 239 char strings[2000]; /* buffer for debug strings */ member in struct:__anon14231 253 data->str_pos = data->strings; 266 if (res + n >= &data->strings[sizeof(data->strings)]) res = data->strings;
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/ |
H A D | test.h | 236 char strings[2000]; /* buffer for debug strings */ member in struct:__anon1558 251 data->str_pos = data->strings; 264 if (res + n >= &data->strings[sizeof(data->strings)]) res = data->strings;
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | vdif.h | 169 char * strings; member in struct:_vdif
|
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Python/ |
H A D | marshal.c | 72 PyObject *strings; /* dict on marshal, list on unmarshal */ member in struct:__anon9938 308 if (p->strings && PyString_CHECK_INTERNED(v)) { 309 PyObject *o = PyDict_GetItem(p->strings, v); 318 o = PyInt_FromSsize_t(PyDict_Size(p->strings)); 320 PyDict_SetItem(p->strings, v, o) >= 0; 335 /* huge strings are not supported */ 471 wf.strings = NULL; 483 wf.strings = (version > 0) ? PyDict_New() : NULL; 486 Py_XDECREF(wf.strings); 829 if (PyList_Append(p->strings, [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/interface/efi/ |
H A D | efi_snp.c | 904 * @v strings String package header buffer 909 static int efi_snp_strings ( EFI_HII_STRING_PACKAGE_HDR *strings, argument 912 void *buf = strings; 923 hdrsize = ( offsetof ( typeof ( *strings ), Language ) + 928 /* Fill in strings */ 957 if ( strings ) { 958 memset ( strings, 0, sizeof ( *strings ) ); 959 strings->Header.Length = len; 960 strings 986 EFI_HII_STRING_PACKAGE_HDR strings; member in union:__anon15768::__anon15769 988 } __attribute__ (( packed )) strings; member in struct:__anon15768 [all...] |
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/ddc/ |
H A D | vdif.h | 169 char * strings; member in struct:_vdif
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | vdif.h | 170 char * strings; member in struct:_vdif
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
H A D | vdif.h | 170 char * strings; member in struct:_vdif
|
/vbox/src/VBox/Debugger/ |
H A D | DBGPlugInSolaris.cpp | 194 uint32_t strings; /**< 6c */ member in struct:SOL32_module 244 uint64_t strings; /**< b0 */ member in struct:SOL64_module 508 || (!SOL32_VALID_ADDRESS(Module.strings) && Module.strings) 519 if (!Module.symtbl || !Module.strings || !Module.symspace || !Module.symsize) 522 /* Check that the symtbl and strings points inside the symspace. */ 523 if (Module.strings - Module.symspace >= Module.symsize) 549 char const *pbStrings = (char const *)pvSymSpace + (Module.strings - Module.symspace); 550 size_t cbMaxStrings = Module.symsize - (Module.strings - Module.symspace); 654 || (!SOL64_VALID_ADDRESS(Module.strings) [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/net/tcp/ |
H A D | iscsi.c | 630 * Build iSCSI login request strings 634 * These are the initial set of strings sent in the first login 788 /* Clear any "strings to send" flags */ 801 * For login requests, the data segment consists of the login strings. 1114 /** iSCSI text strings that we want to handle */ 1176 * Handle iSCSI strings 1184 const char *strings, size_t len ) { 1192 string_len = ( strnlen ( strings, len ) + 1 ); 1195 if ( ( rc = iscsi_handle_string ( iscsi, strings ) ) != 0 ) 1197 strings 1183 iscsi_handle_strings( struct iscsi_session *iscsi, const char *strings, size_t len ) argument [all...] |
/vbox/src/VBox/NetworkServices/DHCP/ |
H A D | Config.cpp | 1115 com::SafeArray<BSTR> strings; local 1121 strings.setNull(); 1122 hrc = m->m_DhcpServer->COMGETTER(GlobalOptions)(ComSafeArrayAsOutParam(strings)); 1124 for (size_t i = 0; i < strings.size(); ++i) 1126 com::Utf8Str encoded(strings[i]); 1141 strings.setNull(); 1143 ComSafeArrayAsOutParam(strings)); 1145 for (size_t i = 0; i < strings.size(); ++i) 1147 com::Utf8Str text(strings[i]);
|
/vbox/src/libs/libxml2-2.6.31/python/ |
H A D | libxml.c | 3446 /* NOTE: the array should be freed, but the strings are shared 3447 with the python strings and so must not be freed. */ 3449 xmlChar ** strings; local 3464 "must be a tuple or list of strings."); 3472 strings = (xmlChar **) xmlMalloc(sizeof(xmlChar *) * count); 3474 if (strings == NULL) { 3479 memset(strings, 0 , sizeof(xmlChar *) * count); 3489 strings[init_index++] = (xmlChar *)s; 3491 xmlFree(strings); 3493 "must be a tuple or list of strings [all...] |
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | resolver.jar | ... util.Vector) String keyword
java.util.Vector strings
public void parseAllCatalogs () throws java.net.MalformedURLException java ... |
H A D | streambuffer.jar | META-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/stream/ ... |
H A D | jaxws-rt.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ... |