Searched defs:file (Results 126 - 150 of 164) sorted by relevance

1234567

/vbox/src/VBox/Runtime/r3/
H A Dxml.cpp2 /** @file
9 * This file is part of VirtualBox Open Source Edition (OSE), as
10 * available from http://www.virtualbox.org. This file is free software;
13 * Foundation, in version 2 as it comes in the "COPYING" file of the
17 * The contents of this file may alternatively be used under the terms
19 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the
23 * You may elect to license modified versions of this file under the
32 #include <iprt/file.h>
143 msgLen, msg, aErr->file, aErr->line, aErr->int1, aErr->int2);
196 case Mode_WriteCreate: // fail if file exist
1815 File file; member in struct:xml::IOContext
[all...]
/vbox/src/libs/libxml2-2.6.31/
H A Dcatalog.c71 #define XML_XML_DEFAULT_CATALOG "file:///etc/xml/catalog"
74 #define XML_SGML_DEFAULT_CATALOG "file:///etc/sgml/catalog"
79 static char XML_XML_DEFAULT_CATALOG[256] = "file:///etc/xml/catalog";
327 * Entries stored in the file hash must be deallocated
328 * only by the file hash cleaner !
376 * catalog file hash.
454 * @out: the file.
877 * parse an XML file and build a tree. It's like xmlParseFile()
947 * @filename: a file path
949 * Load a file conten
2324 xmlParseSGMLCatalog(xmlCatalogPtr catal, const xmlChar *value, const char *file, int super) argument
[all...]
H A Druntest.c350 char *file = NULL; local
366 file = err->file;
402 if (file != NULL)
403 channel(data, "%s:%d: ", file, line);
1298 * Display and format a warning messages, gives file, line, position and
1321 * Display and format a error messages, gives file, line, position and
1344 * Display and format a fatalError messages, gives file, line, position and
1641 * @filename: the file to parse
1642 * @result: the file wit
[all...]
H A DxmlIO.c47 /* Figure a portable way to know if a file is a directory. */
150 "Bad file descriptor", /* EBADF */
171 "No such file or directory",/* ENOENT */
185 "Read-only file system", /* EROFS */
487 * @path: the input file path
580 * Standard I/O for file accesses *
591 * function opens the file specified by @path
618 * function obtains information about the file or directory
648 * function opens the file specified by @path
662 * function obtains information about the file o
2610 xmlParserInputBufferCreateFile(FILE *file, xmlCharEncoding enc) argument
2640 xmlOutputBufferCreateFile(FILE *file, xmlCharEncodingHandlerPtr encoder) argument
[all...]
H A Dtree.c6806 * @file: the file output
6813 xmlBufferDump(FILE *file, xmlBufferPtr buf) { argument
6830 if (file == NULL)
6831 file = stdout;
6832 ret = fwrite(buf->content, sizeof(xmlChar), buf->use, file);
H A Dtrio.c3455 FILE *file; local
3460 file = (FILE *)self->location;
3462 if (fputc(output, file) == EOF)
3683 Print to file.
3685 @param file File pointer.
3692 TRIO_VARGS3((file, format, va_alist),
3693 FILE *file,
3700 assert(VALID(file));
3704 status = TrioFormat(file, 0, TrioOutStreamFile, format, &args, NULL);
3710 Print to file
3691 trio_fprintf(file, format, va_alist), FILE *file, TRIO_CONST char *format, TRIO_VA_DECL argument
3718 trio_vfprintf(file, format, args), FILE *file, TRIO_CONST char *format, va_list args argument
3739 trio_fprintfv(file, format, args), FILE *file, TRIO_CONST char *format, trio_pointer_t * args argument
6417 FILE *file = (FILE *)self->location; local
6620 trio_fscanf(file, format, va_alist), FILE *file, TRIO_CONST char *format, TRIO_VA_DECL argument
6641 trio_vfscanf(file, format, args), FILE *file, TRIO_CONST char *format, va_list args argument
6656 trio_fscanfv(file, format, args), FILE *file, TRIO_CONST char *format, trio_pointer_t *args argument
[all...]
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsFastLoadFile.cpp5 * The contents of this file are subject to the Mozilla Public License Version
6 * 1.1 (the "License"); you may not use this file except in compliance with
25 * Alternatively, the contents of this file may be used under the terms of
29 * of those above. If you wish to allow use of your version of this file only
31 * use your version of this file under the terms of the MPL, indicate your
34 * the provisions above, a recipient may use your version of this file under
316 PRUint32 mInitialSegmentOffset; // offset of URI's first segment in file
410 // FastLoad service can try for a file update.
450 // FastLoad service can try selecting the file updater.
513 // FastLoad service can try to end a select on its file update
2508 nsCOMPtr<nsIFile> file; local
[all...]
H A DnsLocalFileOS2.cpp5 * The contents of this file are subject to the Mozilla Public License Version
6 * 1.1 (the "License"); you may not use this file except in compliance with
27 * Alternatively, the contents of this file may be used under the terms of
31 * of those above. If you wish to allow use of your version of this file only
33 * use your version of this file under the terms of the MPL, indicate your
36 * the provisions above, a recipient may use your version of this file under
187 nsCOMPtr<nsIFile> file; local
188 rv = mParent->Clone(getter_AddRefs(file));
192 rv = file->AppendNative(nsDependentCString(entry->name));
198 rv = file
312 Clone(nsIFile **file) argument
439 PRFileDesc* file = PR_Open(mWorkingPath.get(), PR_RDONLY | PR_CREATE_FILE | PR_APPEND | PR_EXCL, attributes); local
726 nsCOMPtr<nsIFile> file; local
853 nsCOMPtr<nsIFile> file; local
1472 nsLocalFile* file = new nsLocalFile(); local
[all...]
H A DnsLocalFileUnix.cpp5 * The contents of this file are subject to the Mozilla Public License Version
6 * 1.1 (the "License"); you may not use this file except in compliance with
32 * Alternatively, the contents of this file may be used under the terms of
36 * of those above. If you wish to allow use of your version of this file only
38 * use your version of this file under the terms of the MPL, indicate your
41 * the provisions above, a recipient may use your version of this file under
85 // On some platforms file/directory name comparisons need to
184 nsLocalFile* file = new nsLocalFile(); local
185 if (!file)
188 if (NS_FAILED(rv = file
261 Clone(nsIFile **file) argument
1605 nsLocalFile *file = new nsLocalFile(); local
[all...]
H A DnsLocalFileWin.cpp5 * The contents of this file are subject to the Mozilla Public License Version
6 * 1.1 (the "License"); you may not use this file except in compliance with
28 * Alternatively, the contents of this file may be used under the terms of
32 * of those above. If you wish to allow use of your version of this file only
34 * use your version of this file under the terms of the MPL, indicate your
37 * the provisions above, a recipient may use your version of this file under
358 nsCOMPtr<nsIFile> file; local
359 rv = mParent->Clone(getter_AddRefs(file));
363 rv = file->AppendNative(nsDependentCString(entry->name));
369 rv = file
560 Clone(nsIFile **file) argument
713 PRFileDesc* file = PR_Open(mResolvedPath.get(), PR_RDONLY | PR_CREATE_FILE | PR_APPEND | PR_EXCL, attributes); local
1238 nsCOMPtr<nsIFile> file; local
1402 nsCOMPtr<nsIFile> file = do_QueryInterface(item); local
1500 HANDLE file = CreateFile(filePath, // pointer to name of the file local
2226 nsLocalFile* file = new nsLocalFile(); local
2432 nsILocalFile *file; local
[all...]
H A DnsLocalFileOSX.cpp5 * The contents of this file are subject to the Mozilla Public License Version
6 * 1.1 (the "License"); you may not use this file except in compliance with
28 * Alternatively, the contents of this file may be used under the terms of
32 * of those above. If you wish to allow use of your version of this file only
34 * use your version of this file under the terms of the MPL, indicate your
37 * the provisions above, a recipient may use your version of this file under
701 // Update |this| to refer to the moved file.
854 /* Notify the parent if this is a file */
862 /* Send a notification for the parent of the file, or for the directory */
1252 // If it can be determined without error that a file doe
2342 nsLocalFile* file = new nsLocalFile; local
2367 nsLocalFile* file = new nsLocalFile(); local
2385 nsLocalFile* file = new nsLocalFile(); local
[all...]
H A DnsLocalFileMac.cpp5 * The contents of this file are subject to the Mozilla Public License Version
6 * 1.1 (the "License"); you may not use this file except in compliance with
27 * Alternatively, the contents of this file may be used under the terms of
31 * of those above. If you wish to allow use of your version of this file only
33 * use your version of this file under the terms of the MPL, indicate your
36 * the provisions above, a recipient may use your version of this file under
242 Given an FSSpec to a (possibly non-existent) file, get an FSSpec for its
299 Get the last mod date and time of a file.
301 Entry: fSpec = pointer to file spec.
333 *file
336 FindAppOnVolume(OSType sig, short vRefNum, FSSpec *file) argument
1095 Clone(nsIFile **file) argument
3499 nsLocalFile* file = new nsLocalFile(); local
3530 nsLocalFile* file = new nsLocalFile(); local
[all...]
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/
H A DxptiInterfaceInfoManager.cpp5 * The contents of this file are subject to the Mozilla Public License Version
6 * 1.1 (the "License"); you may not use this file except in compliance with
26 * Alternatively, the contents of this file may be used under the terms of
30 * of those above. If you wish to allow use of your version of this file only
32 * use your version of this file under the terms of the MPL, indicate your
35 * the provisions above, a recipient may use your version of this file under
139 printf("* Failed to create xptinfo stats file: %s\n", statsFilename);
155 printf("* Failed to create xptinfo autoreg file: %s\n", autoRegFilename);
338 nsCOMPtr<nsILocalFile> file = do_QueryInterface(sup);
339 if(!file)
450 nsCOMPtr<nsILocalFile> file; local
755 nsCOMPtr<nsILocalFile> file; local
805 nsCOMPtr<nsILocalFile> file; local
856 nsCOMPtr<nsILocalFile> file; local
923 nsILocalFile* file = orderedFileArray[i]; local
1073 nsILocalFile* file = orderedFileArray[i]; local
1562 nsCOMPtr<nsIFile> file; local
1595 nsILocalFile* file = aFileArray[i]; local
[all...]
/vbox/src/libs/zlib-1.2.6/contrib/minizip/
H A Dunzip.c23 See the accompanying file LICENSE, version 2000-Apr-09 or later
36 Roger Schlafly, described by Phil Katz in the file appnote.txt. This
37 file (appnote.txt) is distributed with the PKZIP program (even in the
125 /* unz_file_info_interntal contain internal info about a file in zipfile*/
132 /* file_in_zip_read_info_s contain internal information about a file in zipfile,
172 ZPOS64_T num_file; /* number of the current file in the zipfile*/
173 ZPOS64_T pos_in_central_dir; /* pos of the current file in the central dir*/
174 ZPOS64_T current_file_ok; /* flag about the usability of the current file*/
181 unz_file_info64 cur_file_info; /* public info about the current file in zip*/
184 file i
808 unzClose(unzFile file) argument
828 unzGetGlobalInfo64(unzFile file, unz_global_info64* pglobal_info) argument
838 unzGetGlobalInfo(unzFile file, unz_global_info* pglobal_info32) argument
879 unz64local_GetCurrentFileInfoInternal(unzFile file, unz_file_info64 *pfile_info, unz_file_info64_internal *pfile_info_internal, char *szFileName, uLong fileNameBufferSize, void *extraField, uLong extraFieldBufferSize, char *szComment, uLong commentBufferSize) argument
1124 unzGetCurrentFileInfo64(unzFile file, unz_file_info64 * pfile_info, char * szFileName, uLong fileNameBufferSize, void *extraField, uLong extraFieldBufferSize, char* szComment, uLong commentBufferSize) argument
1136 unzGetCurrentFileInfo(unzFile file, unz_file_info * pfile_info, char * szFileName, uLong fileNameBufferSize, void *extraField, uLong extraFieldBufferSize, char* szComment, uLong commentBufferSize) argument
1178 unzGoToFirstFile(unzFile file) argument
1199 unzGoToNextFile(unzFile file) argument
1232 unzLocateFile(unzFile file, const char *szFileName, int iCaseSensitivity) argument
1308 unzGetFilePos64(unzFile file, unz64_file_pos* file_pos) argument
1324 unzGetFilePos( unzFile file, unz_file_pos* file_pos) argument
1338 unzGoToFilePos64(unzFile file, const unz64_file_pos* file_pos) argument
1360 unzGoToFilePos( unzFile file, unz_file_pos* file_pos) argument
1472 unzOpenCurrentFile3(unzFile file, int* method, int* level, int raw, const char* password) argument
1641 unzOpenCurrentFile(unzFile file) argument
1646 unzOpenCurrentFilePassword(unzFile file, const char* password) argument
1651 unzOpenCurrentFile2(unzFile file, int* method, int* level, int raw) argument
1658 unzGetCurrentFileZStreamPos64( unzFile file) argument
1684 unzReadCurrentFile(unzFile file, voidp buf, unsigned len) argument
1889 unztell(unzFile file) argument
1904 unztell64(unzFile file) argument
1924 unzeof(unzFile file) argument
1956 unzGetLocalExtrafield(unzFile file, voidp buf, unsigned len) argument
2004 unzCloseCurrentFile(unzFile file) argument
2051 unzGetGlobalComment(unzFile file, char * szComment, uLong uSizeBuf) argument
2079 unzGetOffset64(unzFile file) argument
2094 unzGetOffset(unzFile file) argument
2104 unzSetOffset64(unzFile file, ZPOS64_T pos) argument
2122 unzSetOffset(unzFile file, uLong pos) argument
[all...]
H A Dzip.c14 Oct-2009 - Mathias Svensson - Added Zip64 Support when creating new file archives
140 ZPOS64_T pos_local_header; /* offset of the local header of the file
142 char* central_header; /* central header data for the current file */
144 uLong size_centralheader; /* size of the central header for cur file */
146 uLong flag; /* flag of the file currently writing */
148 int method; /* compression method of file currenty wr.*/
170 int in_opened_file_inzip; /* 1 if a file in the zip is currently writ.*/
171 curfile64_info ci; /* info on the file curretly writing */
282 Inputs a long in LSB order to the given file
890 /* now we add file i
1055 zipOpenNewFileInZip4_64(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw, int windowBits,int memLevel, int strategy, const char* password, uLong crcForCrypting, uLong versionMadeBy, uLong flagBase, int zip64) argument
1265 zipOpenNewFileInZip4(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw, int windowBits,int memLevel, int strategy, const char* password, uLong crcForCrypting, uLong versionMadeBy, uLong flagBase) argument
1281 zipOpenNewFileInZip3(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw, int windowBits,int memLevel, int strategy, const char* password, uLong crcForCrypting) argument
1296 zipOpenNewFileInZip3_64(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw, int windowBits,int memLevel, int strategy, const char* password, uLong crcForCrypting, int zip64) argument
1311 zipOpenNewFileInZip2(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw) argument
1324 zipOpenNewFileInZip2_64(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw, int zip64) argument
1337 zipOpenNewFileInZip64(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void*extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int zip64) argument
1350 zipOpenNewFileInZip(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void*extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level) argument
1402 zipWriteInFileInZip(zipFile file,const void* buf,unsigned int len) argument
1509 zipCloseFileInZipRaw(zipFile file, uLong uncompressed_size, uLong crc32) argument
1514 zipCloseFileInZipRaw64(zipFile file, ZPOS64_T uncompressed_size, uLong crc32) argument
1750 zipCloseFileInZip(zipFile file) argument
1882 zipClose(zipFile file, const char* global_comment) argument
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIMessageCenter.cpp2 /** @file
9 * This file is part of VirtualBox Open Source Edition (OSE), as
10 * available from http://www.virtualbox.org. This file is free software;
13 * Foundation, in version 2 as it comes in the "COPYING" file of the
433 tr("<p>Could not find a language file for the language <b>%1</b> in the directory <b><nobr>%2</nobr></b>.</p>"
443 tr("<p>Could not load the language file <b><nobr>%1</nobr></b>. "
510 tr("Failed to access the disk image file <nobr><b>%1</b></nobr>.")
845 "several image files that VirtualBox has created together with the snapshot will be merged into one file. "
1065 "<p>Would you like to create a new, empty file to hold the disk contents or select an existing one?</p>")
1286 strMessage += tr("<p>As this hard disk is inaccessible its image file"
2451 foreach(const QString &file, strPaths) argument
[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml.c242 PyObject *file, *ret; local
247 file = (PyObject *) context;
248 if (file == NULL) return(-1);
249 ret = PyEval_CallMethod(file, (char *) "close", (char *) "()");
253 Py_DECREF(file);
263 * Read @len bytes to @buffer from the Python file in the I/O channel
269 PyObject *file; local
277 file = (PyObject *) context;
278 if (file == NULL) return(-1);
279 ret = PyEval_CallMethod(file, (cha
310 PyObject *file; local
351 PyObject *file; local
395 PyObject *file, *ret = NULL; local
425 xmlOutputBufferCreatePythonFile(PyObject *file, xmlCharEncodingHandlerPtr encoder) argument
445 PyObject *file; local
476 PyObject *file; local
602 xmlParserInputBufferCreatePythonFile(PyObject *file, xmlCharEncoding encoding) argument
622 PyObject *file; local
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprio.h5 * The contents of this file are subject to the Mozilla Public License Version
6 * 1.1 (the "License"); you may not use this file except in compliance with
24 * Alternatively, the contents of this file may be used under the terms of
28 * of those above. If you wish to allow use of your version of this file only
30 * use your version of this file under the terms of the MPL, indicate your
33 * the provisions above, a recipient may use your version of this file under
41 * Description: PR i/o related stuff, such as file system access, file
150 ** The file descriptor.
152 ** whether it be a normal file o
390 NSPR_API(PRDescType) PR_GetDescType(PRFileDesc *file); variable
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dntio.c5 * The contents of this file are subject to the Mozilla Public License Version
6 * 1.1 (the "License"); you may not use this file except in compliance with
24 * Alternatively, the contents of this file may be used under the terms of
28 * of those above. If you wish to allow use of your version of this file only
30 * use your version of this file under the terms of the MPL, indicate your
33 * the provisions above, a recipient may use your version of this file under
1007 * Associates a file with the completion port.
1011 _md_Associate(HANDLE file) argument
1016 port = CreateIoCompletionPort((HANDLE)file,
1034 _md_MakeNonblock(HANDLE file) argument
2088 HANDLE file; local
2134 HANDLE file; local
[all...]
/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsComponentManager.cpp5 * The contents of this file are subject to the Mozilla Public License Version
6 * 1.1 (the "License"); you may not use this file except in compliance with
24 * Alternatively, the contents of this file may be used under the terms of
28 * of those above. If you wish to allow use of your version of this file only
30 * use your version of this file under the terms of the MPL, indicate your
33 * the provisions above, a recipient may use your version of this file under
110 // be big enough to fit the entire file into memory or it'll thrash.
836 NS_WARNING("No Component Registry file was found in the directory service");
865 // Write out our component data file.
1056 nsCOMPtr<nsIFile> file; local
2540 nsLocalFile* file = new nsLocalFile; local
3546 HasFileChanged(nsIFile *file, const char *loaderString, PRInt64 modDate, PRBool *_retval) argument
3566 SaveFileInfo(nsIFile *file, const char *loaderString, PRInt64 modDate) argument
3593 RemoveFileInfo(nsIFile *file, const char *loaderString) argument
3610 GetOptionalData(nsIFile *file, const char *loaderString, char **_retval) argument
3634 SetOptionalData(nsIFile *file, const char *loaderString, const char *data) argument
[all...]
/vbox/src/VBox/Main/xml/
H A DSettings.cpp2 /** @file
32 * settings file of an older version, then an old VirtualBox (before 3.1) will attempt to
59 * This file is part of VirtualBox Open Source Edition (OSE), as
60 * available from http://www.virtualbox.org. This file is free software;
63 * Foundation, in version 2 as it comes in the "COPYING" file of the
73 #include <iprt/file.h>
160 SettingsVersion_T svRead; // settings version that the original file had when it was read,
184 * Private exception class (not in the header file) that makes
191 ConfigFileError(const ConfigFileBase *file, argument
207 file
[all...]
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp2 /** @file
14 * This file is part of VirtualBox Open Source Edition (OSE), as
15 * available from http://www.virtualbox.org. This file is free software;
18 * Foundation, in version 2 as it comes in the "COPYING" file of the
53 #include <iprt/file.h>
251 LogRel(("Failed to find an EFI ROM file.\n"));
3934 AssertMsgRCReturn(rc2, ("Querying the file type of '%s' failed!\n", utfFile.c_str()), rc2);
3935 /* Ignore the error code. On error, the file system type is still 'unknown' so
3956 "but the file system the medium is located on seems "
3969 RTFILE file; local
[all...]
/vbox/src/VBox/Main/src-server/
H A DMediumImpl.cpp2 /** @file
9 * This file is part of VirtualBox Open Source Edition (OSE), as
10 * available from http://www.virtualbox.org. This file is free software;
13 * Foundation, in version 2 as it comes in the "COPYING" file of the
35 #include <iprt/file.h>
1000 * file.
1297 * if some properties are not supported but present in the settings file,
1413 * location and format properties are read from the registry file above; to
1840 // can reside in the global config file (for pre-4.0 media); we would therefore
2854 /// @todo NEWMEDIA for file name
6710 RTFILE file; local
[all...]
H A DVirtualBoxImpl.cpp2 /** @file
9 * This file is part of VirtualBox Open Source Edition (OSE), as
10 * available from http://www.virtualbox.org. This file is free software;
13 * Foundation, in version 2 as it comes in the "COPYING" file of the
24 #include <iprt/file.h>
222 // VirtualBox main settings file
386 /* compose the VirtualBox.xml file name */
403 // only if the main settings file does not exist, create it,
1324 /* Compose the settings file name using the following scheme:
1359 * Remove characters from a machine file nam
2528 Bstr file = exePath; local
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dmscvpdb.h49 * module (in something close to a .DBG file), or the debug section
50 * can actually refer to an external file, which can be in turn,
51 * either a .DBG or .PDB file.
55 * They are implemented as a set of internal files (as a small file
56 * system). The file is split into blocks, an internal file is made
59 * 1/ is the ROOT (basic information on the file)
61 * 3/ is the Type internal file (each the symbols can have type
67 * - JG: it's the signature embedded in the file header. This format
69 * - DS: it's the signature embedded in the file heade
1763 struct codeview_linetab2_file file[1]; member in struct:codeview_lt2blk_files
1817 struct PDB_FILE file[1]; member in struct:PDB_JG_TOC
1851 WORD file; member in struct:_PDB_TYPES_OLD
1862 WORD file; member in struct:_PDB_TYPES
1903 WORD file; member in struct:_PDB_SYMBOL_FILE
1917 WORD file; member in struct:_PDB_SYMBOL_FILE_EX
[all...]

Completed in 174 milliseconds

1234567