Home
last modified time | relevance | path

Searched refs:pACtmp (Results 1 – 3 of 3) sorted by relevance

/dports/comms/conserver-com/conserver-8.2.4/conserver/
H A Daccess.c130 ACCESS *pACtmp; in AccType() local
166 for (pACtmp = pACList; pACtmp != (ACCESS *)0; pACtmp = pACtmp->pACnext) { in AccType()
168 pACtmp->ctrust)); in AccType()
172 ret = pACtmp->ctrust; in AccType()
178 ret = pACtmp->ctrust; in AccType()
218 for (pACtmp = pACList; pACtmp != (ACCESS *)0; pACtmp = pACtmp->pACnext) { in AccType()
220 pACtmp->ctrust)); in AccType()
221 if (pACtmp->isCIDR != 0) { in AccType()
223 ret = pACtmp->ctrust; in AccType()
250 ret = pACtmp->ctrust; in AccType()
[all …]
H A Dmain.c1780 ACCESS *pACtmp; in main() local
1781 for (pACtmp = pACList; pACtmp != (ACCESS *)0; in main()
1782 pACtmp = pACtmp->pACnext) { in main()
1783 Verbose("access type `%c' for `%s'", pACtmp->ctrust, in main()
1784 pACtmp->pcwho); in main()
H A Dreadcfg.c5348 ACCESS *pACtmp; in ReReadCfg() local
5349 for (pACtmp = pACList; pACtmp != (ACCESS *)0; in ReReadCfg()
5350 pACtmp = pACtmp->pACnext) { in ReReadCfg()
5351 Verbose("access type `%c' for `%s'", pACtmp->ctrust, in ReReadCfg()
5352 pACtmp->pcwho); in ReReadCfg()