OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ot_fd
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/vndcompress/
offtab.c
125
(lseek(offtab->
ot_fd
, 0, SEEK_CUR) == offtab->ot_fdpos) ||
126
((lseek(offtab->
ot_fd
, 0, SEEK_CUR) == -1) && (errno == ESPIPE)));
131
? pread_block(offtab->
ot_fd
, offtab->ot_window, window_bytes,
133
: read_block(offtab->
ot_fd
, offtab->ot_window, window_bytes));
177
const ssize_t n_written = pwrite(offtab->
ot_fd
, offtab->ot_window,
229
offtab->
ot_fd
= fd;
270
* Initializes in-memory state and may read data from offtab->
ot_fd
,
286
assert((lseek(offtab->
ot_fd
, 0, SEEK_CUR) == offtab->ot_fdpos) ||
287
((lseek(offtab->
ot_fd
, 0, SEEK_CUR) == -1) && (errno == ESPIPE)));
306
if (lseek(offtab->
ot_fd
, first_offset, SEEK_SET) == -1)
[
all
...]
offtab.h
48
int
ot_fd
;
member in struct:offtab
Completed in 15 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025