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

/dovecot/src/imap/
H A Dimap-fetch.c162 const struct imap_fetch_context_handler *ctx_handler; local
167 array_foreach(&ctx->fetch_ctx->handlers, ctx_handler) {
168 if (ctx_handler->handler == handler &&
169 ctx_handler->context == NULL)

Completed in 13 milliseconds