Home
last modified time | relevance | path

Searched refs:ds_headsize (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libpkg/common/
H A Ddstream.c141 static int ds_headsize; variable
155 ds_headsize + BLK_SIZE)) == NULL) in ds_gets()
157 if (read(ds_fd, ds_header + ds_headsize, BLK_SIZE) < BLK_SIZE) in ds_gets()
159 ds_headsize += BLK_SIZE; in ds_gets()
201 ds_headsize = BLK_SIZE; in ds_readbuf()
420 ds_headsize = header_size; in ds_init()