Searched refs:ent (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/lib/
H A Dmountpoint.c245 struct mnttab ent;
247 } ent;
253 while ((getextmntent(iter->f, &ent.ext, sizeof(ent.ext))) == 0) {
254 if (hasmntopt(&ent.ent, MNTOPT_IGNORE) != NULL)
258 if (strcmp(ent.ent.mnt_special, MNTTYPE_SWAP) == 0)
261 iter->mnt.device_path = ent.ent
[all...]
/dovecot/src/plugins/mail-crypt/
H A Dmail-crypt-key.c33 for(struct mail_crypt_key_cache_entry *ent = cache;
34 ent != NULL; ent = ent->next)
36 if (strcmp(pubid, ent->pubid) == 0) {
37 if (privkey_r != NULL && ent->pair.priv != NULL) {
38 dcrypt_key_ref_private(ent->pair.priv);
39 *privkey_r = ent->pair.priv;
41 } else if (pubkey_r != NULL && ent->pair.pub != NULL) {
42 dcrypt_key_ref_public(ent
82 struct mail_crypt_key_cache_entry *ent = local
[all...]

Completed in 12 milliseconds