Searched refs:MAX_CHUNK_SIZE (Results 1 – 2 of 2) sorted by relevance
706 #define MAX_CHUNK_SIZE (1 << 20) macro747 while (slen > MAX_CHUNK_SIZE) { in pyexpat_xmlparser_Parse_impl()748 rc = XML_Parse(self->itself, s, MAX_CHUNK_SIZE, 0); in pyexpat_xmlparser_Parse_impl()751 s += MAX_CHUNK_SIZE; in pyexpat_xmlparser_Parse_impl()752 slen -= MAX_CHUNK_SIZE; in pyexpat_xmlparser_Parse_impl()754 Py_BUILD_ASSERT(MAX_CHUNK_SIZE <= INT_MAX); in pyexpat_xmlparser_Parse_impl()
709 #define MAX_CHUNK_SIZE (1 * 1024 * 1024 * 1024ULL) macro710 #define MAX_CHUNK_COUNT (MAX_CHUNK_SIZE / F2FS_BLKSIZE)