Searched refs:sendRetranListTail (Results 1 – 3 of 3) sorted by relevance
477 ListInsertHead(para->sendRetranListTail, &blockFrame->list); in PushFileBlockFrame()478 para->sendRetranListTail = &blockFrame->list; in PushFileBlockFrame()981 if (para->sendRetranListTail == cur) { in GetMultipleBlockFrame()982 para->sendRetranListTail = ¶->sendBlockFrameList.head; in GetMultipleBlockFrame()1056 para->sendRetranListTail = ¶->sendBlockFrameList.head; in InitSendBlockLists()1064 para->sendRetranListTail = NULL; in InitSendBlockLists()1106 para->sendRetranListTail = ¶->sendBlockFrameList.head; in ClearSendFrameList()
1451 fileManager->sendBlockFrameListPara[i].sendRetranListTail = NULL; in FileManagerCreate()
221 List *sendRetranListTail; member