Home
last modified time | relevance | path

Searched refs:pCEnext (Results 1 – 5 of 5) sorted by relevance

/dports/comms/conserver-com/conserver-8.2.4/conserver/
H A Dgroup.c544 ppCE = &((*ppCE)->pCEnext)) { in DestroyConsent()
546 *ppCE = pCE->pCEnext; in DestroyConsent()
617 pCEtmp = pCE->pCEnext; in DestroyGroup()
993 for (pCE = pGE->pCElist; pCE != (CONSENT *)0; pCE = pCE->pCEnext) { in ReUp()
2172 for (; pCE != (CONSENT *)0; pCE = pCE->pCEnext) { in CommandExamine()
2311 for (; pCE != (CONSENT *)0; pCE = pCE->pCEnext) { in CommandHosts()
2337 for (; pCE != (CONSENT *)0; pCE = pCE->pCEnext) { in CommandInfo()
4525 pCEServing = pCEServing->pCEnext) { in Kiddie()
4552 pCEServing = pCEServing->pCEnext) { in Kiddie()
4659 pCEServing = pCEServing->pCEnext) { in Kiddie()
[all …]
H A Dconsent.h199 struct consent *pCEnext; /* next console entry */ member
H A Dreadcfg.c513 ph = &((*ph)->pCEnext); in DestroyParserDefaultOrConsole()
520 *ph = c->pCEnext; in DestroyParserDefaultOrConsole()
522 if (c->pCEnext == (CONSENT *)0) in DestroyParserDefaultOrConsole()
2691 ppCE = &pCEmatch->pCEnext, pCEmatch = pCEmatch->pCEnext) { in ConsoleAdd()
2694 *ppCE = pCEmatch->pCEnext; in ConsoleAdd()
2748 ph = &((*ph)->pCEnext); in ConsoleAdd()
2755 *ph = c->pCEnext; in ConsoleAdd()
2757 if (c->pCEnext == (CONSENT *)0) in ConsoleAdd()
2764 c->pCEnext = pGE->pCElist; in ConsoleAdd()
3365 cNext = c->pCEnext; in ConsoleDestroy()
[all …]
H A Dmain.c826 pCE = pCE->pCEnext, count++) { in SummarizeDataStructures()
959 for (pCE = pGE->pCElist; pCE != (CONSENT *)0; pCE = pCE->pCEnext) { in DumpDataStructures()
H A Dmaster.c250 pCE = pCE->pCEnext) { in CommandCall()