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

/freebsd-11-stable/contrib/libucl/src/
H A Ducl_util.c1324 bool allow_url = false, search = false; local
1357 allow_url = ucl_object_toboolean (param);
1401 if (allow_url && ucl_strnstr (data, "://", len) != NULL) {
1411 if (allow_url && ucl_strnstr (data, "://", len) != NULL) {

Completed in 103 milliseconds