OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:resource_fork
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/bsd/libarchive/dist/libarchive/
archive_write_disk_posix.c
297
unsigned char *
resource_fork
;
member in struct:archive_write_disk
1235
buff = a->
resource_fork
;
1298
block_info = (uint32_t *)(a->
resource_fork
+ RSRC_H_SIZE);
1545
new_block = realloc(a->
resource_fork
, new_size);
1552
a->
resource_fork
= new_block;
1576
(uint32_t *)(a->
resource_fork
+ RSRC_H_SIZE);
2721
free(a->
resource_fork
);
Completed in 26 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026