OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sparse_p
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/libarchive/dist/libarchive/
archive_entry_sparse.c
130
entry->
sparse_p
= entry->sparse_head;
139
if (entry->
sparse_p
) {
140
*offset = entry->
sparse_p
->offset;
141
*length = entry->
sparse_p
->length;
143
entry->
sparse_p
= entry->
sparse_p
->next;
archive_entry_private.h
196
struct ae_sparse *
sparse_p
;
member in struct:archive_entry
Completed in 30 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026