Searched refs:ucl_emitter_functions (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/contrib/libucl/src/
H A Ducl_emitter_utils.c107 const struct ucl_emitter_functions *func = ctx->func;
174 const struct ucl_emitter_functions *func = ctx->func;
206 const struct ucl_emitter_functions *func = ctx->func;
402 struct ucl_emitter_functions*
405 struct ucl_emitter_functions *f;
425 struct ucl_emitter_functions*
428 struct ucl_emitter_functions *f;
444 struct ucl_emitter_functions*
447 struct ucl_emitter_functions *f;
472 ucl_object_emit_funcs_free (struct ucl_emitter_functions *
[all...]
H A Ducl_emitter_streamline.c46 const struct ucl_emitter_functions *func;
65 struct ucl_emitter_functions *emitter)
H A Ducl_emitter.c96 ucl_add_tabs (const struct ucl_emitter_functions *func, unsigned int tabs,
113 const struct ucl_emitter_functions *func = ctx->func;
168 const struct ucl_emitter_functions *func = ctx->func;
196 const struct ucl_emitter_functions *func = ctx->func;
225 const struct ucl_emitter_functions *func = ctx->func;
255 const struct ucl_emitter_functions *func = ctx->func;
301 const struct ucl_emitter_functions *func = ctx->func;
362 const struct ucl_emitter_functions *func = ctx->func;
641 struct ucl_emitter_functions *func;
666 struct ucl_emitter_functions *emitte
[all...]
H A Ducl_msgpack.c103 const struct ucl_emitter_functions *func = ctx->func;
187 const struct ucl_emitter_functions *func = ctx->func;
207 const struct ucl_emitter_functions *func = ctx->func;
217 const struct ucl_emitter_functions *func = ctx->func;
254 const struct ucl_emitter_functions *func = ctx->func;
286 const struct ucl_emitter_functions *func = ctx->func;
304 const struct ucl_emitter_functions *func = ctx->func;
334 const struct ucl_emitter_functions *func = ctx->func;
/freebsd-current/contrib/libucl/tests/
H A Dtest_streamline.c36 struct ucl_emitter_functions *f;
H A Dtest_basic.c44 struct ucl_emitter_functions *func;
H A Dtest_generate.c47 struct ucl_emitter_functions *fn;
/freebsd-current/contrib/libucl/include/
H A Ducl.h1393 struct ucl_emitter_functions { struct
1434 const struct ucl_emitter_functions *func;
1477 struct ucl_emitter_functions *emitter,
1490 struct ucl_emitter_functions *emitter);
1524 UCL_EXTERN struct ucl_emitter_functions* ucl_object_emit_memory_funcs (
1532 UCL_EXTERN struct ucl_emitter_functions* ucl_object_emit_file_funcs (
1539 UCL_EXTERN struct ucl_emitter_functions* ucl_object_emit_fd_funcs (
1546 UCL_EXTERN void ucl_object_emit_funcs_free (struct ucl_emitter_functions *f);
H A Ducl++.h93 static struct ucl_emitter_functions default_emit_funcs()
95 struct ucl_emitter_functions func = {
439 struct ucl_emitter_functions cbdata;

Completed in 140 milliseconds