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

/freebsd-12-stable/contrib/libucl/src/
H A Ducl_parser.c2700 parser->includepaths = NULL;
3072 if (parser->includepaths == NULL) {
3073 parser->includepaths = ucl_object_copy (paths);
3076 ucl_object_unref (parser->includepaths);
3077 parser->includepaths = ucl_object_copy (paths);
3080 if (parser->includepaths == NULL) {
H A Ducl_internal.h260 ucl_object_t *includepaths; member in struct:ucl_parser
H A Ducl_util.c620 if (parser->includepaths != NULL) {
621 ucl_object_unref (parser->includepaths);
1589 if (parser->includepaths == NULL) {
1605 ip = ucl_object_iterate_new (parser->includepaths);

Completed in 110 milliseconds