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

/dovecot/src/plugins/quota/
H A Dquota-fs.c83 struct quotahandle *qh; member in struct:fs_quota_root
702 struct quotahandle *qh; local
705 if ((qh = quota_open(root->mount->mount_path)) == NULL) {
718 if (quota_get(qh, &qk, &qv) != 0) {
738 quota_close(qh);

Completed in 8 milliseconds