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

/dovecot/src/lib/
H A Dstrnum.c50 #define STR_PARSE_U__TEMPLATE(name, type) \ macro
60 STR_PARSE_U__TEMPLATE(str_parse_uint, unsigned int)
61 STR_PARSE_U__TEMPLATE(str_parse_ulong, unsigned long)
62 STR_PARSE_U__TEMPLATE(str_parse_ullong, unsigned long long)
63 STR_PARSE_U__TEMPLATE(str_parse_uint32, uint32_t) function
64 STR_PARSE_U__TEMPLATE(str_parse_uint64, uint64_t)
447 STR_PARSE_U__TEMPLATE(str_parse_uoff, uoff_t) function

Completed in 445 milliseconds