Lines Matching full:emitter
189 * @param ctx emitter context
218 * @param ctx emitter context
245 * @param ctx emitter context
291 * @param ctx emitter context
352 * @param ctx emitter context
459 if (ud->emitter) { in ucl_emitter_common_elt()
460 ud_out = ud->emitter (obj->value.ud); in ucl_emitter_common_elt()
485 * Specific standard implementations of the emitter functions
591 if (ud->emitter) { in UCL_EMIT_TYPE_IMPL()
592 ud_out = ud->emitter (obj->value.ud); in UCL_EMIT_TYPE_IMPL()
666 struct ucl_emitter_functions *emitter, in ucl_object_emit_full() argument
676 my_ctx.func = emitter; in ucl_object_emit_full()