Home
last modified time | relevance | path

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

/freebsd/contrib/libucl/src/
H A Ducl_internal.h367 char *ucl_strnstr(const char *s, const char *find, int len);
H A Ducl_schema.c777 if (ucl_strnstr(p, "://", strlen(p)) != NULL) { in ucl_schema_resolve_ref()
H A Ducl_util.c1612 if (allow_url && ucl_strnstr(data, "://", len) != NULL) {
1622 if (allow_url && ucl_strnstr(data, "://", len) != NULL) {
2183 ucl_strnstr(const char *s, const char *find, int len) function