Searched refs:MAXRECSIZE (Results 1 – 1 of 1) sorted by relevance
56 #define MAXRECSIZE (64 << 10) /* 64k */ macro72 static char recbuf[MAXRECSIZE];101 memset(recbuf, 0, MAXRECSIZE); in record_start()133 if (MAXRECSIZE - recpos < size) in record_buf()