PCMK__BUFFER_SIZE   52 lib/common/xml_io.c         buf = pcmk__realloc(buf, length + PCMK__BUFFER_SIZE + 1);
PCMK__BUFFER_SIZE   53 lib/common/xml_io.c         length += fread(buf + length, 1, PCMK__BUFFER_SIZE, stdin);
PCMK__BUFFER_SIZE  105 lib/common/xml_io.c         buffer = pcmk__realloc(buffer, length + PCMK__BUFFER_SIZE + 1);
PCMK__BUFFER_SIZE  106 lib/common/xml_io.c         read_len = BZ2_bzRead(&rc, bz_file, buffer + length, PCMK__BUFFER_SIZE);