Searched refs:pSess (Results 1 – 1 of 1) sorted by relevance
346 AddToSessionList(pSess) in AddToSessionList() argument347 Session_Struct_t *pSess; in AddToSessionList()357 Anchor->SessListBeg = pSess;359 pSess->Previous = pSess->Next = NULL;364 pCur->Next = pSess;365 pSess->Previous = pCur;366 pSess->Next = NULL;373 RemoveFromSessionList(pSess) in RemoveFromSessionList() argument374 Session_Struct_t *pSess; in RemoveFromSessionList()388 if (pCur == pSess) {[all …]