Home
last modified time | relevance | path

Searched refs:ucl_object_copy (Results 1 – 24 of 24) sorted by relevance

/dports/ports-mgmt/pkg/pkg-1.17.5/external/libucl/src/
H A Ducl_util.c1945 copy = ucl_object_copy (cur);
2561 ucl_array_append (top, ucl_object_copy (elt));
2579 cp = ucl_object_copy (cur);
2609 cp = ucl_object_copy (elt);
3190 cp = ucl_object_copy (elt);
3560 res = ucl_object_copy (obj);
3642 ucl_object_copy (const ucl_object_t *other) function
H A Ducl_parser.c3073 parser->includepaths = ucl_object_copy (paths); in ucl_set_include_path()
3077 parser->includepaths = ucl_object_copy (paths); in ucl_set_include_path()
/dports/mail/rspamd/rspamd-3.1/contrib/libucl/
H A Ducl_util.c1953 copy = ucl_object_copy (cur);
2569 ucl_array_append (top, ucl_object_copy (elt));
2587 cp = ucl_object_copy (cur);
2617 cp = ucl_object_copy (elt);
3198 cp = ucl_object_copy (elt);
3568 res = ucl_object_copy (obj);
3650 ucl_object_copy (const ucl_object_t *other) function
H A Ducl.h309 UCL_EXTERN ucl_object_t * ucl_object_copy (const ucl_object_t *other)
H A Ducl_parser.c3076 parser->includepaths = ucl_object_copy (paths); in ucl_set_include_path()
3080 parser->includepaths = ucl_object_copy (paths); in ucl_set_include_path()
/dports/mail/rspamd-devel/rspamd-93430bb/contrib/libucl/
H A Ducl_util.c1953 copy = ucl_object_copy (cur);
2569 ucl_array_append (top, ucl_object_copy (elt));
2587 cp = ucl_object_copy (cur);
2617 cp = ucl_object_copy (elt);
3198 cp = ucl_object_copy (elt);
3568 res = ucl_object_copy (obj);
3650 ucl_object_copy (const ucl_object_t *other) function
H A Ducl.h309 UCL_EXTERN ucl_object_t * ucl_object_copy (const ucl_object_t *other)
H A Ducl_parser.c3092 parser->includepaths = ucl_object_copy (paths); in ucl_set_include_path()
3096 parser->includepaths = ucl_object_copy (paths); in ucl_set_include_path()
/dports/textproc/py-ucl/libucl-0.8.1/src/
H A Ducl_util.c1817 copy = ucl_object_copy (cur);
2402 ucl_array_append (top, ucl_object_copy (elt));
2420 cp = ucl_object_copy (cur);
2450 cp = ucl_object_copy (elt);
3007 cp = ucl_object_copy (elt);
3375 res = ucl_object_copy (obj);
3457 ucl_object_copy (const ucl_object_t *other) function
H A Ducl_parser.c2807 parser->includepaths = ucl_object_copy (paths); in ucl_set_include_path()
2811 parser->includepaths = ucl_object_copy (paths); in ucl_set_include_path()
/dports/textproc/libucl/libucl-0.8.1/src/
H A Ducl_util.c1817 copy = ucl_object_copy (cur);
2402 ucl_array_append (top, ucl_object_copy (elt));
2420 cp = ucl_object_copy (cur);
2450 cp = ucl_object_copy (elt);
3007 cp = ucl_object_copy (elt);
3375 res = ucl_object_copy (obj);
3457 ucl_object_copy (const ucl_object_t *other) function
H A Ducl_parser.c2807 parser->includepaths = ucl_object_copy (paths); in ucl_set_include_path()
2811 parser->includepaths = ucl_object_copy (paths); in ucl_set_include_path()
/dports/textproc/py-ucl/libucl-0.8.1/tests/
H A Dtest_generate.c99 ar1 = ucl_object_copy (ar); in main()
/dports/textproc/libucl/libucl-0.8.1/tests/
H A Dtest_generate.c99 ar1 = ucl_object_copy (ar); in main()
/dports/ports-mgmt/pkg/pkg-1.17.5/external/libucl/tests/
H A Dtest_generate.c99 ar1 = ucl_object_copy (ar); in main()
/dports/mail/rmilter/rmilter-1.10.0/contrib/libucl/
H A Ducl_util.c1750 copy = ucl_object_copy (cur);
2298 cp = ucl_object_copy (cur);
2779 cp = ucl_object_copy (elt);
3131 res = ucl_object_copy (obj);
3213 ucl_object_copy (const ucl_object_t *other) function
H A Ducl.h303 UCL_EXTERN ucl_object_t * ucl_object_copy (const ucl_object_t *other)
H A Ducl_parser.c2695 parser->includepaths = ucl_object_copy (paths); in ucl_set_include_path()
2699 parser->includepaths = ucl_object_copy (paths); in ucl_set_include_path()
/dports/textproc/py-ucl/libucl-0.8.1/include/
H A Ducl.h306 UCL_EXTERN ucl_object_t * ucl_object_copy (const ucl_object_t *other)
/dports/textproc/libucl/libucl-0.8.1/include/
H A Ducl.h306 UCL_EXTERN ucl_object_t * ucl_object_copy (const ucl_object_t *other)
/dports/ports-mgmt/pkg/pkg-1.17.5/external/libucl/include/
H A Ducl.h309 UCL_EXTERN ucl_object_t * ucl_object_copy (const ucl_object_t *other)
/dports/ports-mgmt/pkg/pkg-1.17.5/libpkg/
H A Dpkg_config.c1178 ucl_object_insert_key(ncfg, ucl_object_copy(cur), ukey->buf, in pkg_ini()
/dports/mail/rspamd/rspamd-3.1/src/libserver/
H A Dcfg_rcl.c703 wrk->options = ucl_object_copy (obj); in rspamd_rcl_worker_handler()
1446 ucl_object_insert_key (neigh, ucl_object_copy (hostval), "host", 0, false); in rspamd_rcl_neighbours_handler()
/dports/mail/rspamd-devel/rspamd-93430bb/src/libserver/
H A Dcfg_rcl.c703 wrk->options = ucl_object_copy (obj); in rspamd_rcl_worker_handler()
1446 ucl_object_insert_key (neigh, ucl_object_copy (hostval), "host", 0, false); in rspamd_rcl_neighbours_handler()