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

/dovecot/src/plugins/quota/
H A Dquota-fs.c375 CLIENT *cl; local
400 cl = clnt_create(host, RQUOTAPROG, RQUOTAVERS, "udp");
401 if (cl == NULL) {
408 auth_destroy(cl->cl_auth);
409 cl->cl_auth = authunix_create_default();
417 call_status = clnt_call(cl, RQUOTAPROC_GETQUOTA,
423 auth_destroy(cl->cl_auth);
424 clnt_destroy(cl);
480 CLIENT *cl; local
497 cl
[all...]

Completed in 29 milliseconds