Home
last modified time | relevance | path

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

/openbmc/libcper/tests/schemavalidator/
H A Dvalidate.c459 int uniqueitems_ok = 1; in _schemavalidator_check_uniqueItems() local
466 uniqueitems_ok = 0; in _schemavalidator_check_uniqueItems()
478 int ret = uniqueitems_ok == 1 ? SCHEMAVALIDATOR_ERR_VALID : in _schemavalidator_check_uniqueItems()