Searched refs:LINE_MAX_SIZE (Results 1 – 1 of 1) sorted by relevance
55 #define LINE_MAX_SIZE 256 macro58 char text[LINE_MAX_SIZE];304 copy_last_line(&self->page1, last_line->text, LINE_MAX_SIZE); in read_boundary_lines()305 copy_first_line(&self->page2, first_line->text, LINE_MAX_SIZE); in read_boundary_lines()307 if (!copy_last_entry(&self->page1, last_line->text, LINE_MAX_SIZE) || in read_boundary_lines()308 !copy_first_entry(&self->page2, first_line->text, LINE_MAX_SIZE)) in read_boundary_lines()