Searched refs:includepaths (Results 1 – 3 of 3) sorted by relevance
2823 parser->includepaths = NULL; in ucl_parser_new()3186 if (parser->includepaths == NULL) { in ucl_set_include_path()3187 parser->includepaths = ucl_object_copy(paths); in ucl_set_include_path()3190 ucl_object_unref(parser->includepaths); in ucl_set_include_path()3191 parser->includepaths = ucl_object_copy(paths); in ucl_set_include_path()3194 if (parser->includepaths == NULL) { in ucl_set_include_path()
261 ucl_object_t *includepaths; member
616 if (parser->includepaths != NULL) {617 ucl_object_unref(parser->includepaths);1611 if (parser->includepaths == NULL) {1627 ip = ucl_object_iterate_new(parser->includepaths);