Searched defs:PAGE_READ_SIZE (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_xml.c90 * The PAGE_READ_SIZE value is used to determine the size of the input buffer
93 #define PAGE_READ_SIZE 8192 macro
2675 char chars[PAGE_READ_SIZE];
2694 size = f_stat.st_size < 4 ? 4 : PAGE_READ_SIZE;

Completed in 49 milliseconds