Searched refs:str_array_find (Results 1 - 16 of 16) sorted by relevance

/dovecot/src/plugins/fts/
H A Dfts-parser.c30 if (str_array_find(plaintext_content_types, parser_context->content_type)) {
/dovecot/src/master/
H A Dmaster-client.c71 if (args[0] != NULL && !str_array_find(args, (*servicep)->set->name))
H A Dmaster-settings.c518 !str_array_find((const char **)set->protocols_split,
/dovecot/src/lib/
H A Dstrfuncs.h110 bool str_array_find(const char *const *arr, const char *value);
111 /* Like str_array_find(), but use strcasecmp(). */
H A Dmodule-dir.c91 if (str_array_find(names, set->binary_name))
H A Dstrfuncs.c728 bool str_array_find(const char *const *arr, const char *value) function
/dovecot/src/plugins/mail-crypt/
H A Dmail-crypt-acl-plugin.c46 ret = str_array_find(rights.rights, MAIL_ACL_READ) ? 1 : 0;
70 str_array_find(rights.rights, MAIL_ACL_READ)) {
/dovecot/src/lib-storage/
H A Dmail-storage-hooks.c141 if (!str_array_find(plugins, name))
H A Dmail-user.c484 ret = str_array_find(plugins, module_get_plugin_name(module));
/dovecot/src/doveadm/
H A Ddoveadm-master.c183 str_array_find(services, args[0]))) {
/dovecot/src/util/
H A Dscript.c175 if (str_array_find(accepted_envs, envname))
/dovecot/src/auth/
H A Dauth.c394 if (not_service != NULL && str_array_find(services, not_service+1))
H A Ddb-oauth2.c509 found = str_array_find(scopes, req->db->set.scope);
/dovecot/src/login-common/
H A Dlogin-proxy.c766 return str_array_find(args, client->virtual_user);
781 return str_array_find(args, client->alt_usernames[i]);
/dovecot/src/plugins/acl/
H A Ddoveadm-acl.c435 if (!str_array_find(rights, MAIL_ACL_LOOKUP)) {
/dovecot/src/config/
H A Dconfig-parser.c1164 if (!str_array_find(modules, l->root->module_name))

Completed in 28 milliseconds