Searched refs:nextSessionNode (Results 1 - 1 of 1) sorted by relevance
/foundation/communication/dsoftbus/sdk/transmission/session/src/ |
H A D | client_trans_session_manager.c | 1352 SessionInfo *nextSessionNode = NULL; in ClientCleanAllSessionWhenServerDeath() local 1362 LIST_FOR_EACH_ENTRY_SAFE(sessionNode, nextSessionNode, &(serverNode->sessionList), SessionInfo, node) { in ClientCleanAllSessionWhenServerDeath() 1880 SessionInfo *nextSessionNode = NULL; in ClientTransSessionTimerProc() local 1889 LIST_FOR_EACH_ENTRY_SAFE(sessionNode, nextSessionNode, &(serverNode->sessionList), SessionInfo, node) { in ClientTransSessionTimerProc() 1914 SessionInfo *nextSessionNode = NULL; in ClientResetIdleTimeoutById() local 1919 LIST_FOR_EACH_ENTRY_SAFE(sessionNode, nextSessionNode, &(serverNode->sessionList), SessionInfo, node) { in ClientResetIdleTimeoutById() 2012 SessionInfo *nextSessionNode = NULL; in ClientRawStreamEncryptOptGet() local 2017 LIST_FOR_EACH_ENTRY_SAFE(sessionNode, nextSessionNode, &(serverNode->sessionList), SessionInfo, node) { in ClientRawStreamEncryptOptGet()
|
Completed in 4 milliseconds