Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libpkg/common/
H A Ddstream.c139 static int ds_headsize; variable
153 ds_headsize + BLK_SIZE)) == NULL) in ds_gets()
155 if (read(ds_fd, ds_header + ds_headsize, BLK_SIZE) < BLK_SIZE) in ds_gets()
157 ds_headsize += BLK_SIZE; in ds_gets()
199 ds_headsize = BLK_SIZE; in ds_readbuf()
418 ds_headsize = header_size; in ds_init()
778 if (BIO_write(bio, ds_header_raw, ds_headsize) != ds_headsize) { in BIO_ds_dump_header()