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

/freebsd-12-stable/contrib/libucl/src/
H A Ducl_schema.c747 const ucl_object_t *res = NULL, *ext_obj = NULL; local
774 ext_obj = ucl_object_lookup (ext_ref, p);
776 if (ext_obj == NULL) {
821 ext_obj = url_obj;
839 res = ext_obj != NULL ? ext_obj : root;

Completed in 129 milliseconds