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

/freebsd-11.0-release/contrib/libucl/src/
H A Ducl_schema.c724 const ucl_object_t *res = NULL, *ext_obj = NULL; local
751 ext_obj = ucl_object_lookup (ext_ref, p);
753 if (ext_obj == NULL) {
798 ext_obj = url_obj;
816 res = ext_obj != NULL ? ext_obj : root;

Completed in 48 milliseconds