Lines Matching defs:CSIZE
1934 const int CSIZE = sizeof (dumpcsize_t);
1958 ps->avail_out = hp->cpout->size - CSIZE;
1959 ps->next_out = hp->cpout->buf + CSIZE;
1977 csize = hp->cpout->size - CSIZE - ps->avail_out;
1980 (void) memcpy(hp->cpout->buf, &cs, CSIZE);
1981 dumpsys_swrite(hp, hp->cpout, csize + CSIZE);
2067 const int CSIZE = sizeof (dumpcsize_t);
2069 size_t osize = csize > 0 ? CSIZE + size : size;
2080 cs = DUMP_SET_TAG(hp->out - CSIZE, hp->tag);
2081 (void) memcpy(hp->cpout->buf, &cs, CSIZE);
2099 hp->out = CSIZE;
2105 (void) memcpy(hp->cpout->buf + hp->out, &cs, CSIZE);
2106 hp->out += CSIZE;