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

/dovecot/src/lib/
H A Dtest-mempool-alloconly.c25 char *sentry; local
34 sentry = t_buffer_get(SENTRY_SIZE);
35 memset(sentry, SENTRY_CHAR, SENTRY_SIZE);
44 test_assert(mem_has_bytes(sentry, SENTRY_SIZE, SENTRY_CHAR));
45 test_assert(t_buffer_get(SENTRY_SIZE) == sentry);

Completed in 15 milliseconds