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

/dovecot/src/lib-settings/
H A Dsettings.c43 static const char *get_uint(const char *value, unsigned int *result) function
70 return get_uint(value, (unsigned int *) ptr);
H A Dsettings-parser.c321 get_uint(struct setting_parser_context *ctx, const char *value, function
340 return get_uint(ctx, value, result_r);
659 if (get_uint(ctx, value, (unsigned int *)ptr) < 0)

Completed in 671 milliseconds