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

/dovecot/src/plugins/notify/
H A Dnotify-plugin.c24 static struct notify_context *ctx_list = NULL; variable in typeref:struct:notify_context
44 for (ctx = ctx_list; ctx != NULL; ctx = ctx->next) {
58 for (ctx = ctx_list; ctx != NULL; ctx = ctx->next) {
71 for (ctx = ctx_list; ctx != NULL; ctx = ctx->next) {
84 for (ctx = ctx_list; ctx != NULL; ctx = ctx->next) {
101 for (ctx = ctx_list; ctx != NULL; ctx = ctx->next) {
118 for (ctx = ctx_list; ctx != NULL; ctx = ctx->next) {
132 for (ctx = ctx_list; ctx != NULL; ctx = ctx->next) {
148 for (ctx = ctx_list; ctx != NULL; ctx = ctx->next) {
161 for (ctx = ctx_list; ct
[all...]

Completed in 422 milliseconds