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

/freebsd-11-stable/contrib/libucl/src/
H A Ducl_emitter.c44 const ucl_object_t *obj, bool first, bool print_key, bool compact);
48 const ucl_object_t *obj, bool first, bool print_key); \
50 const ucl_object_t *obj, bool print_key); \
52 const ucl_object_t *obj, bool print_key); \
110 ucl_emitter_print_key (bool print_key, struct ucl_emitter_context *ctx, argument
115 if (!print_key) {
251 const ucl_object_t *obj, bool print_key, bool compact)
258 ucl_emitter_print_key (print_key, ctx, obj, compact);
297 const ucl_object_t *obj, bool print_key, bool compact)
304 ucl_emitter_print_key (print_key, ct
250 ucl_emitter_common_start_array(struct ucl_emitter_context *ctx, const ucl_object_t *obj, bool print_key, bool compact) argument
296 ucl_emitter_common_start_object(struct ucl_emitter_context *ctx, const ucl_object_t *obj, bool print_key, bool compact) argument
359 ucl_emitter_common_elt(struct ucl_emitter_context *ctx, const ucl_object_t *obj, bool first, bool print_key, bool compact) argument
507 ucl_emit_msgpack_elt(struct ucl_emitter_context *ctx, const ucl_object_t *obj, bool first, bool print_key) argument
595 ucl_emit_msgpack_start_obj(struct ucl_emitter_context *ctx, const ucl_object_t *obj, bool print_key) argument
602 ucl_emit_msgpack_start_array(struct ucl_emitter_context *ctx, const ucl_object_t *obj, bool print_key) argument
[all...]
H A Ducl_emitter_streamline.c96 bool print_key = false; local
107 print_key = true;
113 sctx->ops->ucl_emitter_start_array (ctx, obj, print_key);
117 sctx->ops->ucl_emitter_start_object (ctx, obj, print_key);
H A Ducl_internal.h522 * @param print_key
526 void ucl_emitter_print_key_msgpack (bool print_key,
H A Ducl_msgpack.c293 ucl_emitter_print_key_msgpack (bool print_key, struct ucl_emitter_context *ctx, argument
296 if (print_key) {
/freebsd-11-stable/contrib/libucl/include/
H A Ducl.h1255 const ucl_object_t *obj, bool first, bool print_key);
1258 const ucl_object_t *obj, bool print_key);
1264 const ucl_object_t *obj, bool print_key);

Completed in 63 milliseconds