Searched refs:ucl_fetch_file (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/libucl/src/ |
| H A D | ucl_internal.h | 638 bool ucl_fetch_file(const unsigned char *filename,
|
| H A D | ucl_util.c | 884 bool ucl_fetch_file(const unsigned char *filename, unsigned char **buf, size_t *buflen, function 1132 if (!ucl_fetch_file(realbuf, &buf, &buflen, &parser->err, params->must_exist)) { 1153 if (!ucl_fetch_file(filebuf, &sigbuf, &siglen, &parser->err, true)) { 1857 if (!ucl_fetch_file(load_file, &buf, &buflen, &parser->err, 2028 if (!ucl_fetch_file(realbuf, &buf, &len, &parser->err, true)) {
|
| H A D | ucl_schema.c | 793 if (!ucl_fetch_file(p, &url_buf, &url_buflen, &url_err, in ucl_schema_resolve_ref()
|