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

/dovecot/src/plugins/fts/
H A Dfts-api.c24 const struct fts_backend *const *be; local
27 be = array_get(&backends, &count);
29 if (strcmp(be[i]->name, name) == 0) {
44 const struct fts_backend *const *be; local
48 be = array_get(&backends, &count);
50 if (strcmp(be[i]->name, backend_name) == 0)
51 return be[i];
60 const struct fts_backend *be; local
63 be = fts_backend_class_lookup(backend_name);
64 if (be
[all...]
/dovecot/src/plugins/quota/
H A Dquota.c96 const struct quota_backend *const *be = local
98 if (strcmp((*be)->name, backend->name) == 0) {
573 an alternative would be to do a bit larger change so
574 namespaces wouldn't be added until
894 (An alternative could be to get the current quota usage
1495 * string parameter value will be ignored by param_handler
1497 * to indicate that argument is to be processed */

Completed in 10 milliseconds