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

/freebsd-11-stable/contrib/expat/tests/
H A Dchardata.c61 int maxchars; local
65 maxchars = sizeof(storage->data) / sizeof(storage->data[0]);
70 if ((len + storage->count) > maxchars) {
71 len = (maxchars - storage->count);

Completed in 51 milliseconds