Home
last modified time | relevance | path

Searched refs:ConsentUserOk (Results 1 – 4 of 4) sorted by relevance

/dports/comms/conserver-com/conserver-8.2.4/conserver/
H A Dgroup.h75 extern int ConsentUserOk(CONSENTUSERS *, char *);
H A Dmaster.c585 if (ConsentUserOk(pADList, pCLServing->username->string) == in DoNormalRead()
599 if (ConsentUserOk(pADList, pCLServing->username->string) == in DoNormalRead()
611 if (ConsentUserOk(pADList, pCLServing->username->string) == in DoNormalRead()
623 if (ConsentUserOk(pADList, pCLServing->username->string) == in DoNormalRead()
634 if (ConsentUserOk(pADList, pCLServing->username->string) == in DoNormalRead()
H A Dgroup.c436 ConsentUserOk(CONSENTUSERS *pCU, char *id) in ConsentUserOk() function
453 if (ConsentUserOk(pCE->rw, user) == 1) in ClientAccess()
455 if (ConsentUserOk(pCE->ro, user) == 1) in ClientAccess()
474 if (ConsentUserOk(pCE->rw, shortname) == 1) { in ClientAccess()
476 } else if (ConsentUserOk(pCE->ro, shortname) == 1) { in ClientAccess()
3319 if (ConsentUserOk in DoClientRead()
3759 if (ConsentUserOk in DoClientRead()
3968 if (ConsentUserOk in DoClientRead()
4000 ConsentUserOk(pLUList, in DoClientRead()
H A Dclient.c436 ConsentUserOk(pLUList, pCL->username->string) == 1) in HelpUser()