| /src/sys/arch/hpc/stand/hpcboot/ |
| load_coff.cpp | 59 return read_header(); 117 CoffLoader::read_header(void) function in class:CoffLoader
|
| load_elf.cpp | 73 if (!read_header()) 293 ElfLoader::read_header() function in class:ElfLoader
|
| /src/external/bsd/unbound/dist/testcode/ |
| lock_verify.c | 117 read_header(FILE* in) function 270 if(!read_header(in)) {
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_read_private.h | 82 int (*read_header)(struct archive_read_filter *self, struct archive_entry *entry); member in struct:archive_read_filter_vtable 201 int (*read_header)(struct archive_read *, struct archive_entry *); member in struct:archive_read::archive_format_descriptor 234 int (*read_header)(struct archive_read *, struct archive_entry *),
|
| archive_read_support_format_cpio.c | 176 int (*read_header)(struct archive_read *, struct cpio *, member in struct:cpio 275 cpio->read_header = header_odc; 283 cpio->read_header = header_odc; 291 cpio->read_header = header_newc; 300 cpio->read_header = header_newc; 308 cpio->read_header = header_bin_be; 313 cpio->read_header = header_bin_le; 383 r = (cpio->read_header(a, cpio, entry, &namelength, &name_pad));
|
| archive_read_support_format_mtree.c | 136 static int read_header(struct archive_read *, 289 mtree_bid, archive_read_format_mtree_options, read_header, read_data, skip, NULL, cleanup, NULL, NULL); 1116 read_header(struct archive_read *a, struct archive_entry *entry) function
|
| archive_read_support_format_rar.c | 412 static int read_header(struct archive_read *, struct archive_entry *, char); 1024 return read_header(a, entry, head_type); 1087 if ((ret = read_header(a, entry, head_type)) < ARCHIVE_WARN) 1362 read_header(struct archive_read *a, struct archive_entry *entry, function
|
| /src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/ |
| nssov.c | 241 static int read_header(TFILE *fp,int32_t *action) function 339 if (read_header(fp,&action))
|