Searched defs:ucase (Results 1 - 3 of 3) sorted by relevance
/dovecot/src/lib/ |
H A D | hex-binary.c | 9 size_t size, bool ucase) 17 base_char = ucase ? 'A' : 'a'; 8 binary_to_hex_case(unsigned char *dest, const unsigned char *data, size_t size, bool ucase) argument
|
/dovecot/src/lib-ntlm/ |
H A D | ntlm-encrypt.c | 22 t_unicode_str(const char *src, bool ucase, size_t *size) argument 28 buffer_append_c(wstr, ucase ? i_toupper(*src) : *src);
|
H A D | ntlm-message.c | 42 bool ucase, bool unicode) 47 buffer_append_c(buf, ucase ? i_toupper(*str) : *str); 41 append_string(buffer_t *buf, const char *str, bool ucase, bool unicode) argument
|
Completed in 11 milliseconds