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

/dovecot/src/lib-otp/
H A Dotp-parse.c28 static inline bool otp_check_tail(const char *data) function
185 return otp_check_tail(end) ? 1 : 0;
224 if (otp_check_tail(end)) {

Completed in 6 milliseconds