Searched refs:LINE_BUFFER_SIZE (Results 1 – 2 of 2) sorted by relevance
116 file_buffer = malloc(FILE_BUFFER_SIZE + LINE_BUFFER_SIZE); in mailbox_parse()149 extra = LINE_BUFFER_SIZE - saved; in mailbox_parse()167 if (saved || block <= LINE_BUFFER_SIZE) { in mailbox_parse()170 extra = LINE_BUFFER_SIZE - saved; in mailbox_parse()197 if (block > 0 && saved < LINE_BUFFER_SIZE) in mailbox_parse()
248 #define LINE_BUFFER_SIZE 0x20 macro