Searched refs:READ_SIZE (Results 1 – 3 of 3) sorted by relevance
68 #define READ_SIZE 16 macro70 #define READ_SIZE (1024*8) macro204 char *buf = (char *)XML_GetBuffer(parser, READ_SIZE); in processStream()212 nread = read(fd, buf, READ_SIZE); in processStream()
72 #define READ_SIZE (1 << 20) macro194 state.input_buffer = malloc (READ_SIZE); in unzip()198 ssize_t n = pread_retry (fd, state.input_buffer, READ_SIZE, start_offset); in unzip()244 ssize_t n = pread_retry (fd, state.input_buffer, READ_SIZE, in unzip()
319 #define READ_SIZE 32 macro326 char read[READ_SIZE] = { 0 }; in run()327 char expected[READ_SIZE] = { 0 }; in run()