Home
last modified time | relevance | path

Searched refs:maxitems (Results 1 – 1 of 1) sorted by relevance

/openbmc/libcper/tests/schemavalidator/
H A Dvalidate.c494 int maxitems = json_object_get_double(jmax); in _schemavalidator_check_maxmin_items() local
495 if (arraylen > maxitems) { in _schemavalidator_check_maxmin_items()