Home
last modified time | relevance | path

Searched refs:val_apply (Results 1 – 8 of 8) sorted by relevance

/dports/devel/ossp-val/val-0.9.4/
H A Dval_test.c222 val_apply(v1, "", 9, dumper, "all" ); in main()
225 val_apply(v1, "", 0, dumper, "upper" ); in main()
228 val_apply(v3, "", 9, dumper, "baz-dir"); in main()
231 val_apply(v1, "baz", 9, dumper, "baz- OO"); in main()
234 val_apply(v2, "char", 0, dumper, "char" ); in main()
237 val_apply(v1, "bar.char", 0, dumper, "bar.char" ); in main()
H A Dval.h82 val_rc_t val_apply (val_t *, const char *, int, val_cb_t, void *);
H A Dval.pod77 C<val_apply>.
156 Function data type for the callback to be used with B<val_apply>().
185 B<val_apply>(). The value that belongs to the given I<name> is expected
227 =item val_rc_t B<val_apply>(val_t *I<val>, const char *I<name>, int I<depth>, val_cb_t I<cb>, void …
237 The I<ctx> is the passed-through context I<ctx> of B<val_apply>().
239 B<val_apply>(), I<type> signals the type of value I<storage> points to
H A Dval.c1044 val_rc_t val_apply(val_t *val, const char *name, int depth, val_cb_t cb, void *ctx) in val_apply() function
/dports/mail/lmtp2nntp/lmtp2nntp-1.4.1/lib_val/
H A Dval_test.c222 val_apply(v1, "", 9, dumper, "all" ); in main()
225 val_apply(v1, "", 0, dumper, "upper" ); in main()
228 val_apply(v3, "", 9, dumper, "baz-dir"); in main()
231 val_apply(v1, "baz", 9, dumper, "baz- OO"); in main()
234 val_apply(v2, "char", 0, dumper, "char" ); in main()
237 val_apply(v1, "bar.char", 0, dumper, "bar.char" ); in main()
H A Dval.h82 val_rc_t val_apply (val_t *, const char *, int, val_cb_t, void *);
H A Dval.pod77 C<val_apply>.
156 Function data type for the callback to be used with B<val_apply>().
185 B<val_apply>(). The value that belongs to the given I<name> is expected
227 =item val_rc_t B<val_apply>(val_t *I<val>, const char *I<name>, int I<depth>, val_cb_t I<cb>, void …
237 The I<ctx> is the passed-through context I<ctx> of B<val_apply>().
239 B<val_apply>(), I<type> signals the type of value I<storage> points to
H A Dval.c1044 val_rc_t val_apply(val_t *val, const char *name, int depth, val_cb_t cb, void *ctx) in val_apply() function