Lines Matching refs:HEADER_SIZE
56 #define HEADER_SIZE 4 macro
206 size = 2*size + HEADER_SIZE; in vcs_size()
335 if (p < HEADER_SIZE) { in vcs_read()
349 tmp_count = HEADER_SIZE; in vcs_read()
355 p = HEADER_SIZE; in vcs_read()
356 con_buf0 = con_buf + HEADER_SIZE; in vcs_read()
372 p -= HEADER_SIZE; in vcs_read()
535 if (p < HEADER_SIZE) { in vcs_write()
536 char header[HEADER_SIZE]; in vcs_write()
539 while (p < HEADER_SIZE && this_round > 0) { in vcs_write()
546 p -= HEADER_SIZE; in vcs_write()