Searched refs:ucl_object_emit_full (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/libucl/tests/
H A Dtest_basic.c214 ucl_object_emit_full (obj, UCL_EMIT_CONFIG, func, comments);
260 ucl_object_emit_full (obj, UCL_EMIT_JSON_COMPACT,
264 ucl_object_emit_full (obj, UCL_EMIT_JSON,
269 ucl_object_emit_full (obj, UCL_EMIT_YAML,
273 ucl_object_emit_full (obj, UCL_EMIT_CONFIG,
H A Dtest_generate.c277 assert (ucl_object_emit_full (obj, UCL_EMIT_CONFIG, fn, comments));
/freebsd-12-stable/contrib/libucl/src/
H A Ducl_emitter.c652 ucl_object_emit_full (obj, emit_type, func, NULL);
665 ucl_object_emit_full (const ucl_object_t *obj, enum ucl_emitter emit_type, function
/freebsd-12-stable/contrib/libucl/include/
H A Ducl.h1475 UCL_EXTERN bool ucl_object_emit_full (const ucl_object_t *obj,
H A Ducl++.h444 ucl_object_emit_full (obj.get(), type, &cbdata, nullptr);

Completed in 67 milliseconds