Searched refs:PAGE_READ_SIZE (Results 1 – 1 of 1) sorted by relevance
93 #define PAGE_READ_SIZE 8192 macro2667 char chars[PAGE_READ_SIZE]; in pool_xml_parse_document()2686 size = f_stat.st_size < 4 ? 4 : PAGE_READ_SIZE; in pool_xml_parse_document()