Searched refs:emit_type (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/libucl/src/
H A Ducl_emitter.c718 ucl_object_emit (ucl_object_t *obj, enum ucl_emitter emit_type) argument
737 if (emit_type == UCL_EMIT_JSON) {
740 else if (emit_type == UCL_EMIT_JSON_COMPACT) {
743 else if (emit_type == UCL_EMIT_YAML) {
758 ucl_object_emit_full (ucl_object_t *obj, enum ucl_emitter emit_type, argument
761 if (emit_type == UCL_EMIT_JSON) {
764 else if (emit_type == UCL_EMIT_JSON_COMPACT) {
767 else if (emit_type == UCL_EMIT_YAML) {
/freebsd-9.3-release/contrib/libucl/include/
H A Ducl.h1025 * @param emit_type if type is #UCL_EMIT_JSON then emit json, if type is
1029 UCL_EXTERN unsigned char *ucl_object_emit (ucl_object_t *obj, enum ucl_emitter emit_type);
1034 * @param emit_type if type is #UCL_EMIT_JSON then emit json, if type is
1038 UCL_EXTERN bool ucl_object_emit_full (ucl_object_t *obj, enum ucl_emitter emit_type,

Completed in 205 milliseconds