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

/dovecot/src/plugins/quota/
H A Dquota.c47 static const struct quota_backend *quota_internal_backends[] = { variable in typeref:struct:quota_backend
113 array_append(&quota_backends, quota_internal_backends,
114 N_ELEMENTS(quota_internal_backends));
119 for(size_t i = 0; i < N_ELEMENTS(quota_internal_backends); i++) {
120 quota_backend_unregister(quota_internal_backends[i]);

Completed in 20 milliseconds