Home | History | Annotate | Download | only in xmlparser

Lines Matching refs:BUFF_SIZE

183     static constexpr int BUFF_SIZE = 512;
185 void *buff = ::XML_GetBuffer(parser, BUFF_SIZE);
192 int bytes_read = ::fread(buff, 1, BUFF_SIZE, file);