Home
last modified time | relevance | path

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

/dports/comms/conserver-com/conserver-8.2.4/conserver/
H A Dgroup.h59 CONSCLIENT *pCLfree; /* head of free list */ member
H A Dgroup.c298 pCL->pCLnext = pGE->pCLfree; in DisconnectClient()
299 pGE->pCLfree = pCL; in DisconnectClient()
536 pCL->pCLnext = pGE->pCLfree; in DestroyConsent()
537 pGE->pCLfree = pCL; in DestroyConsent()
629 pCL = pGE->pCLfree; in DestroyGroup()
4462 pGE->pCLfree->acid = AllocString(); in Kiddie()
4928 pGE->pCLfree->fd = (CONSFILE *)0; in Kiddie()
4942 pCL = pGE->pCLfree; in Kiddie()
4943 pGE->pCLfree = pCL->pCLnext; in Kiddie()
4998 if ((CONSCLIENT *)0 == pGE->pCLfree) { in Kiddie()
[all …]
H A Dreadcfg.c2799 if (pGEtmp->pCLfree != (CONSCLIENT *)0) in ConsoleAdd()
2800 pGEtmp->pCLfree->ppCLbnext = &pGEtmp->pCLfree; in ConsoleAdd()
2801 pGEmatch->pCLfree = (CONSCLIENT *)0; in ConsoleAdd()