/external/squashfs-tools/squashfs-tools/ |
D | read_fs.c | 55 int read_block(int fd, long long start, long long *next, int expected, in read_block() function 151 byte = read_block(fd, start, &start, 0, *inode_table + bytes); in scan_inode_table() 566 bytes = read_block(fd, sizeof(*sBlk), NULL, 0, buffer); in read_super() 652 byte = read_block(fd, start, &start, expected, directory_table + bytes); in squashfs_readdir() 725 int length = read_block(fd, index[i], NULL, expected, in read_id_table() 784 int length = read_block(fd, fragment_table_index[i], NULL, in read_fragment_table() 835 int length = read_block(fd, index[i], NULL, expected, in read_inode_lookup_table()
|
D | read_xattrs.c | 50 extern int read_block(int, long long, long long *, int, void *); 204 int length = read_block(fd, index[i], NULL, expected, in read_xattrs_from_disk() 236 length = read_block(fd, start, &start, 0, in read_xattrs_from_disk()
|
D | unsquash-4.c | 65 int length = read_block(fd, fragment_table_index[i], NULL, in read_fragment_table_4() 380 res = read_block(fd, id_index_table[i], NULL, expected, in read_uids_guids_4()
|
D | unsquashfs.h | 248 extern int read_block(int, long long, long long *, int, void *);
|
D | unsquash-2.c | 91 int length = read_block(fd, fragment_table_index[i], NULL, in read_fragment_table_2()
|
D | unsquashfs.c | 664 int read_block(int fd, long long start, long long *next, int expected, in read_block() function 793 res = read_block(fd, start, &start, 0, inode_table + bytes); in read_inode_table() 1204 res = read_block(fd, start, &start, 0, directory_table + bytes); in read_directory_table() 1659 bytes = read_block(fd, sizeof(sBlk.s), NULL, 0, buffer); in squashfs_stat() 1768 bytes = read_block(fd, sizeof(sBlk.s), NULL, 0, buffer); in check_compression()
|
D | unsquash-3.c | 78 int length = read_block(fd, fragment_table_index[i], NULL, in read_fragment_table_3()
|
/external/elfutils/src/ |
D | strings.c | 565 read_block (int fd, const char *fname, off_t fdlen, off_t from, off_t to) in read_block() function 690 return read_block (fd, fname, fdlen, 0, fdlen); in read_fd() 733 result |= read_block (fd, fname, fdlen, shdr->sh_offset, in read_elf()
|
D | ChangeLog | 1184 (read_block): Likewise, and replace lseek64 with lseek. 2751 (read_block): Move assert after no-mmap bail-out. 3160 * strings.c (read_block): Fix typo in error message string.
|
/external/libpcap/ |
D | sf-pcapng.c | 274 read_block(FILE *fp, pcap_t *p, struct block_cursor *cursor, char *errbuf) in read_block() function 954 status = read_block(fp, p, &cursor, errbuf); in pcap_ng_check_header() 1087 status = read_block(fp, p, &cursor, p->errbuf); in pcap_ng_next_packet()
|
/external/u-boot/fs/ubifs/ |
D | ubifs.c | 683 static int read_block(struct inode *inode, void *addr, unsigned int block, in read_block() function 788 ret = read_block(inode, buff, block, dn); in do_readpage() 807 ret = read_block(inode, addr, block, dn); in do_readpage()
|
/external/mesa3d/src/compiler/nir/ |
D | nir_serialize.c | 887 read_block(read_ctx *ctx, struct exec_list *cf_list) in read_block() function 974 read_block(ctx, list); in read_cf_node()
|
/external/squashfs-tools/ |
D | CHANGES | 64 - read_fs: prevent buffer {over|under}flow in read_block() with 70 - unsquashfs: prevent buffer {over|under}flow in read_block() with
|