Searched defs:file_offset (Results 1 - 5 of 5) sorted by relevance
/vbox/src/libs/xpcom18a4/xpcom/base/ |
H A D | nsTraceRefcntImpl.cpp | 943 static char symbol_name[1024], unmangled_name[1024], file_name[256]; UInt32 file_offset; local 945 if (GC_address_to_source((char*)pc, symbol_name, file_name, &file_offset)) { 947 fprintf(aStream, "%s[%s,%ld]\n", unmangled_name, file_name, file_offset);
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/ |
H A D | prio.h | 1732 PRUint32 file_offset; /* file offset */ member in struct:PRSendFileData 1734 /* if 0, send data from file_offset to */
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/ |
H A D | ptio.c | 157 unsigned long long file_offset; /* Input/Output. Starting offset */ member in struct:sf_parms 980 saved_file_offset = sf_struct->file_offset; 985 PR_ASSERT((sf_struct->file_bytes + sf_struct->file_offset) <= 998 saved_file_bytes -= (sf_struct->file_offset - saved_file_offset); 2181 sf_struct.file_offset = sfd->file_offset; 2190 saved_file_offset = sf_struct.file_offset; 2215 saved_file_bytes -= (sf_struct.file_offset - saved_file_offset); 2242 sf_struct.file_size - sfd->file_offset : 2279 file_nbytes_to_send = statbuf.st_size - sfd->file_offset; [all...] |
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/ |
H A D | mscvpdb.h | 1772 DWORD file_offset; /* offset for accessing corresponding codeview_linetab2_file */ member in struct:codeview_lt2blk_lines
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/ |
H A D | mscvpdb.h | 1696 DWORD file_offset; /* offset for accessing corresponding codeview_linetab2_file */ member in struct:codeview_lt2blk_lines
|
Completed in 120 milliseconds