Lines Matching refs:HEADER_SIZE
49 #define HEADER_SIZE 4 macro
178 size = 2*size + HEADER_SIZE; in vcs_size()
281 if (p < HEADER_SIZE) { in vcs_read()
295 tmp_count = HEADER_SIZE; in vcs_read()
301 p = HEADER_SIZE; in vcs_read()
302 con_buf0 = con_buf + HEADER_SIZE; in vcs_read()
318 p -= HEADER_SIZE; in vcs_read()
482 if (p < HEADER_SIZE) { in vcs_write()
483 char header[HEADER_SIZE]; in vcs_write()
486 while (p < HEADER_SIZE && this_round > 0) { in vcs_write()
493 p -= HEADER_SIZE; in vcs_write()