34 #ifdef MHD_FAVOR_SMALL_CODE 43 #ifndef MHD_FAVOR_SMALL_CODE 55 #define MHD_str_equal_caseless_(s1,s2) MHD_str_equal_caseless_n_((s1),(s2), SIZE_MAX) 71 const char *
const str2,
74 #ifndef MHD_FAVOR_SMALL_CODE 223 MHD_str_to_uvalue_n_ (
const char * str,
230 #define MHD_str_to_uint64_(s,ov) MHD_str_to_uvalue_n_((s),SIZE_MAX,(ov),\ 231 sizeof(uint64_t),UINT64_MAX,10) 233 #define MHD_str_to_uint64_n_(s,ml,ov) MHD_str_to_uvalue_n_((s),(ml),(ov),\ 234 sizeof(uint64_t),UINT64_MAX,10) 236 #define MHD_strx_to_sizet_(s,ov) MHD_str_to_uvalue_n_((s),SIZE_MAX,(ov),\ 237 sizeof(size_t),SIZE_MAX,16) 239 #define MHD_strx_to_sizet_n_(s,ml,ov) MHD_str_to_uvalue_n_((s),(ml),(ov),\ 240 sizeof(size_t),SIZE_MAX,16) 242 #define MHD_strx_to_uint32_(s,ov) MHD_str_to_uvalue_n_((s),SIZE_MAX,(ov),\ 243 sizeof(uint32_t),UINT32_MAX,16) 245 #define MHD_strx_to_uint32_n_(s,ml,ov) MHD_str_to_uvalue_n_((s),(ml),(ov),\ 246 sizeof(uint32_t),UINT32_MAX,16) 248 #define MHD_strx_to_uint64_(s,ov) MHD_str_to_uvalue_n_((s),SIZE_MAX,(ov),\ 249 sizeof(uint64_t),UINT64_MAX,16) 251 #define MHD_strx_to_uint64_n_(s,ml,ov) MHD_str_to_uvalue_n_((s),(ml),(ov),\ 252 sizeof(uint64_t),UINT64_MAX,16) additional automatic macros for MHD_config.h
size_t MHD_strx_to_sizet_n_(const char *str, size_t maxlen, size_t *out_val)
int MHD_str_equal_caseless_(const char *str1, const char *str2)
size_t MHD_strx_to_uint64_(const char *str, uint64_t *out_val)
size_t MHD_strx_to_sizet_(const char *str, size_t *out_val)
int MHD_str_equal_caseless_n_(const char *const str1, const char *const str2, size_t maxlen)
size_t MHD_str_to_uint64_n_(const char *str, size_t maxlen, uint64_t *out_val)
limits values definitions
size_t MHD_strx_to_uint64_n_(const char *str, size_t maxlen, uint64_t *out_val)
size_t MHD_str_to_uint64_(const char *str, uint64_t *out_val)
size_t MHD_strx_to_uint32_n_(const char *str, size_t maxlen, uint32_t *out_val)
size_t MHD_strx_to_uint32_(const char *str, uint32_t *out_val)