Searched defs:ds_header (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libpkg/common/
H A Ddstream.c137 static char *ds_header; variable
152 if ((ds_header = (char *)realloc(ds_header,
155 if (read(ds_fd, ds_header + ds_headsize, BLK_SIZE) < BLK_SIZE)
192 if ((ds_header = (char *)calloc(BLK_SIZE, 1)) == NULL) {
198 (void) memcpy(ds_header, buf, BLK_SIZE);
300 if (!ds_header) { /* If the header hasn't been read yet */
312 if ((ds_header = (char *)calloc(BLK_SIZE, 1)) == NULL) {
327 if (read(ds_fd, ds_header, BLK_SIZE) != BLK_SIZE) {
341 while (strncmp(ds_header, HDR_PREFI
[all...]

Completed in 62 milliseconds