Home
last modified time | relevance | path

Searched refs:ppCE (Results 1 – 2 of 2) sorted by last modified time

/dports/comms/conserver-com/conserver-8.2.4/conserver/
H A Dgroup.c491 CONSENT **ppCE; in DestroyConsent() local
543 for (ppCE = &(pGE->pCElist); *ppCE != (CONSENT *)0; in DestroyConsent()
544 ppCE = &((*ppCE)->pCEnext)) { in DestroyConsent()
545 if (*ppCE == pCE) { in DestroyConsent()
546 *ppCE = pCE->pCEnext; in DestroyConsent()
H A Dreadcfg.c2684 CONSENT **ppCE; in ConsoleAdd() local
2689 for (ppCE = &pGEmatch->pCElist, pCEmatch = pGEmatch->pCElist; in ConsoleAdd()
2691 ppCE = &pCEmatch->pCEnext, pCEmatch = pCEmatch->pCEnext) { in ConsoleAdd()
2694 *ppCE = pCEmatch->pCEnext; in ConsoleAdd()