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

/freebsd-11-stable/contrib/libucl/src/
H A Ducl_internal.h207 ucl_object_t *includepaths; member in struct:ucl_parser
H A Ducl_parser.c2466 parser->includepaths = NULL;
2744 if (parser->includepaths == NULL) {
2745 parser->includepaths = ucl_object_copy (paths);
2748 ucl_object_unref (parser->includepaths);
2749 parser->includepaths = ucl_object_copy (paths);
2752 if (parser->includepaths == NULL) {
H A Ducl_util.c490 if (parser->includepaths != NULL) {
491 ucl_object_unref (parser->includepaths);
1400 if (parser->includepaths == NULL) {
1416 ip = ucl_object_iterate_new (parser->includepaths);

Completed in 107 milliseconds