Searched refs:schema_elt (Results 1 – 1 of 1) sorted by relevance
822 const ucl_object_t *schema_elt; in lua_ucl_object_validate() local839 schema_elt = ucl_lookup_path_char (schema, path, '/'); in lua_ucl_object_validate()843 schema_elt = schema; in lua_ucl_object_validate()846 if (schema_elt) { in lua_ucl_object_validate()847 res = ucl_object_validate (schema_elt, obj, &err); in lua_ucl_object_validate()