Searched refs:nulls_size (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_read_data_into_fd.c50 size_t nulls_size, const char *nulls,
66 to_write = nulls_size;
67 if (target_offset < actual_offset + (int64_t)nulls_size)
92 size_t nulls_size = 16384; local
99 nulls = calloc(1, nulls_size);
105 r = pad_to(a, fd, can_lseek, nulls_size, nulls,
128 r2 = pad_to(a, fd, can_lseek, nulls_size, nulls,
49 pad_to(struct archive *a, int fd, int can_lseek, size_t nulls_size, const char *nulls, int64_t target_offset, int64_t actual_offset) argument

Completed in 109 milliseconds