Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libpkg/common/
H A Ddstream.c138 static char *ds_header_raw; variable
425 if ((ds_header_raw = (char *)malloc(header_size)) == NULL) { in ds_init()
431 (void) memcpy(ds_header_raw, ds_header, header_size); in ds_init()
778 if (BIO_write(bio, ds_header_raw, ds_headsize) != ds_headsize) { in BIO_ds_dump_header()