Searched defs:OPT_INT_DEFAULT (Results 1 - 1 of 1) sorted by relevance

/sssd/src/tests/cmocka/
H A Dtest_dp_opts.c44 OPT_INT_DEFAULT, enumerator in enum:test_opts
92 i = dp_opt_get_int(opts, OPT_INT_DEFAULT);
136 ret = dp_opt_set_int(opts, OPT_INT_DEFAULT, 789);
200 i = dp_opt_get_int(opts, OPT_INT_DEFAULT);
257 i = dp_opt_get_int(opts, OPT_INT_DEFAULT);

Completed in 10 milliseconds