Lines Matching refs:HEADER_SIZE
56 #define HEADER_SIZE 4 macro
224 size = 2*size + HEADER_SIZE; in vcs_size()
353 if (p < HEADER_SIZE) { in vcs_read()
368 tmp_count = HEADER_SIZE; in vcs_read()
374 p = HEADER_SIZE; in vcs_read()
375 con_buf0 = con_buf + HEADER_SIZE; in vcs_read()
391 p -= HEADER_SIZE; in vcs_read()
554 if (p < HEADER_SIZE) { in vcs_write()
555 char header[HEADER_SIZE]; in vcs_write()
558 while (p < HEADER_SIZE && this_round > 0) { in vcs_write()
565 p -= HEADER_SIZE; in vcs_write()