Home
last modified time | relevance | path

Searched refs:sendRetranListTail (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_file_manager_client.c477 ListInsertHead(para->sendRetranListTail, &blockFrame->list); in PushFileBlockFrame()
478 para->sendRetranListTail = &blockFrame->list; in PushFileBlockFrame()
981 if (para->sendRetranListTail == cur) { in GetMultipleBlockFrame()
982 para->sendRetranListTail = &para->sendBlockFrameList.head; in GetMultipleBlockFrame()
1056 para->sendRetranListTail = &para->sendBlockFrameList.head; in InitSendBlockLists()
1064 para->sendRetranListTail = NULL; in InitSendBlockLists()
1106 para->sendRetranListTail = &para->sendBlockFrameList.head; in ClearSendFrameList()
H A Dnstackx_file_manager.c1451 fileManager->sendBlockFrameListPara[i].sendRetranListTail = NULL; in FileManagerCreate()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_file_manager.h221 List *sendRetranListTail; member