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

/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_read_open_fd.c61 static ssize_t file_read(struct archive *, void *, const void **buff);
104 archive_read_set_read_callback(a, file_read);
113 file_read(struct archive *a, void *client_data, const void **buff) function
H A Darchive_read_open_file.c61 static ssize_t file_read(struct archive *, void *, const void **buff);
101 archive_read_set_read_callback(a, file_read);
109 file_read(struct archive *a, void *client_data, const void **buff) function
H A Darchive_read_open_filename.c90 static ssize_t file_read(struct archive *, void *, const void **buff);
146 archive_read_set_read_callback(a, file_read);
208 archive_read_set_read_callback(a, file_read);
388 file_read(struct archive *a, void *client_data, const void **buff) function
431 * offset here, we should store it and use it in file_read() above
/freebsd-13-stable/crypto/openssl/crypto/bio/
H A Dbss_file.c36 static int file_read(BIO *h, char *buf, int size);
50 file_read,
137 static int file_read(BIO *b, char *out, int outl) function
370 static int file_read(BIO *b, char *out, int outl) function
403 file_read,
/freebsd-13-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctfconvert.c82 file_read(tdata_t *td, char *filename, int ignore_non_c) function
236 if (!file_read(filetd, infile, ignore_non_c))
/freebsd-13-stable/contrib/pnglite/
H A Dpnglite.c35 file_read(png_t *png, void *out, size_t size, size_t numel) function
57 if (file_read(png, &buf, 1, 4) != 4)
110 if (file_read(png, ihdr, 1, 13+4) != 13+4)
187 if (file_read(png, header, 1, 8) != 8) {
323 if (file_read(png, png->readbuf, 1, length) != len)
376 (void) file_read(png, 0, 1, length + 4); /* unknown chunk */
/freebsd-13-stable/contrib/libarchive/libarchive/test/
H A Dtest_archive_read_multiple_data_objects.c195 file_read(struct archive *a, void *data, const void **buff) function
302 assertA(0 == archive_read_set_read_callback(a, file_read));

Completed in 54 milliseconds