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

/dovecot/src/lib-settings/
H A Dsettings.c31 static const char *get_bool(const char *value, bool *result) function
72 return get_bool(value, (bool *) ptr);
H A Dsettings-parser.c303 get_bool(struct setting_parser_context *ctx, const char *value, bool *result_r) function
655 if (get_bool(ctx, value, (bool *)ptr) < 0)

Completed in 884 milliseconds