Searched refs:fileoffset (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/apr-util/buckets/ |
| H A D | apr_buckets_file.c | 45 apr_off_t fileoffset, apr_pool_t *p) in file_make_mmap() argument 55 if (apr_mmap_create(&mm, a->fd, fileoffset, APR_MMAP_LIMIT, in file_make_mmap() 64 (apr_mmap_create(&mm, a->fd, fileoffset, filelength, in file_make_mmap() 84 apr_off_t fileoffset = e->start; in file_bucket_read() local 90 if (file_make_mmap(e, filelength, fileoffset, a->readpool)) { in file_bucket_read() 116 rv = apr_file_seek(f, APR_SET, &fileoffset); in file_bucket_read() 138 b->start = fileoffset + (*len); in file_bucket_read()
|
| /freebsd-13.1/contrib/elftoolchain/libelf/ |
| H A D | libelf_ar.c | 323 long arraysize, fileoffset, stroffset, strtabsize; in _libelf_ar_process_bsd_symtab() local 374 GET_LONG(p, fileoffset); in _libelf_ar_process_bsd_symtab() 376 if (stroffset < 0 || fileoffset < 0 || in _libelf_ar_process_bsd_symtab() 377 (off_t) fileoffset >= e->e_rawsize) in _libelf_ar_process_bsd_symtab() 385 sym->as_off = (off_t) fileoffset; in _libelf_ar_process_bsd_symtab()
|