Searched refs:firstChunkSizeBytes (Results 1 – 1 of 1) sorted by relevance
3935 const size_t firstChunkSizeBytes = 54; in START_TEST() local3941 if (XML_Parse(parser, text, (int)firstChunkSizeBytes, XML_FALSE) in START_TEST()3946 if (_XML_Parse_SINGLE_BYTES(parser, text + firstChunkSizeBytes, in START_TEST()3947 (int)(strlen(text) - firstChunkSizeBytes), in START_TEST()