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

/dovecot/src/lib/
H A Dbase64.c86 #define IS_EMPTY(c) \ macro
100 if (unlikely(!IS_EMPTY(src_c[src_pos]))) {
147 if (!IS_EMPTY(src_c[src_pos]))
H A Dbase32.c176 #define IS_EMPTY(c) \ macro
198 if (unlikely(!IS_EMPTY(src_c[src_pos])))
252 if (unlikely(!IS_EMPTY(src_c[src_pos]))) {
271 if (!IS_EMPTY(src_c[src_pos]))

Completed in 10 milliseconds