OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fileposition
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/libarchive/dist/libarchive/test/
test_write_format_zip_large.c
51
int64_t
fileposition
;
member in struct:fileblocks
122
private->
fileposition
+= size;
130
private->
fileposition
+= nullsize;
139
private->
fileposition
+= size;
161
private->
fileposition
= 0;
178
offset = private->
fileposition
+ offset;
187
private->
fileposition
= offset;
193
if (offset + private->current->size > private->
fileposition
) {
196
+ private->
fileposition
- offset;
198
return private->
fileposition
;
[
all
...]
test_write_format_zip_large.c
51
int64_t
fileposition
;
member in struct:fileblocks
122
private->
fileposition
+= size;
130
private->
fileposition
+= nullsize;
139
private->
fileposition
+= size;
161
private->
fileposition
= 0;
178
offset = private->
fileposition
+ offset;
187
private->
fileposition
= offset;
193
if (offset + private->current->size > private->
fileposition
) {
196
+ private->
fileposition
- offset;
198
return private->
fileposition
;
[
all
...]
Completed in 30 milliseconds
Indexes created Mon Aug 31 00:24:02 UTC 2026