Searched refs:MAXRECSIZE (Results 1 – 2 of 2) sorted by relevance
62 #define MAXRECSIZE (64 << 10) /* 64k */ macro75 static char recbuf[MAXRECSIZE];91 memset(recbuf, 0, MAXRECSIZE); in record_start()110 if (MAXRECSIZE - recpos < size) in record_buf()
2886 #define MAXRECSIZE (550) macro2902 while ((*recsize < (MAXRECSIZE - CHECKSIZE)) && ((inamount - *inptr) > 0)) in pmon_make_fastrec()3106 buffer = (char *) xmalloc (MAXRECSIZE + 1); in pmon_load_fast()3178 if (reclen >= (MAXRECSIZE - CHECKSIZE)) in pmon_load_fast()