Searched refs:first_chunk_bytes (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/expat-2.0.1/tests/
H A Druntests.c367 unsigned int first_chunk_bytes = 17; local
373 if (first_chunk_bytes >= sizeof(text) - 1)
374 fail("bad value of first_chunk_bytes");
375 if ( XML_Parse(parser, text, first_chunk_bytes, XML_FALSE)
380 rc = XML_Parse(parser, text + first_chunk_bytes,
381 sizeof(text) - first_chunk_bytes - 1, XML_TRUE);

Completed in 90 milliseconds