Lines Matching refs:HEADER_SIZE
53 #define HEADER_SIZE 4u macro
221 size = 2 * size + HEADER_SIZE; in vcs_size()
304 if (pos < HEADER_SIZE) { in vcs_read_buf()
318 count -= min(HEADER_SIZE, count); in vcs_read_buf()
319 pos = HEADER_SIZE; in vcs_read_buf()
320 con_buf += HEADER_SIZE; in vcs_read_buf()
337 pos -= HEADER_SIZE; in vcs_read_buf()
526 if (pos < HEADER_SIZE) { in vcs_write_buf()
527 char header[HEADER_SIZE]; in vcs_write_buf()
530 while (pos < HEADER_SIZE && count > 0) { in vcs_write_buf()
541 pos -= HEADER_SIZE; in vcs_write_buf()