Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_file_manager_client.c235 SendRetranRequestNode *retranNode = NULL; in GetRetranBlockInfo() local
238 retranNode = (SendRetranRequestNode *)curFront; in GetRetranBlockInfo()
239 free(retranNode); in GetRetranBlockInfo()
245 retranNode = (SendRetranRequestNode *)curFront; in GetRetranBlockInfo()
246 *fileId = retranNode->fileId; in GetRetranBlockInfo()
247 *blockSeq = retranNode->blockSequence; in GetRetranBlockInfo()
248 *linkSeq = retranNode->linkSequence; in GetRetranBlockInfo()
249 free(retranNode); in GetRetranBlockInfo()
497 SendRetranRequestNode *retranNode = NULL; in ClearSendFileList() local
520 free(retranNode); in ClearSendFileList()
[all …]