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