Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_send.c298 List tmpq; in SendDataFrame() local
310 int32_t count = CheckUnsentList(unsent, &tmpq, maxCount); in SendDataFrame()
311 ret = DoSendDataFrame(session, &tmpq, count, tid, socketIndex); in SendDataFrame()
313 ListMove(&tmpq, unsent); in SendDataFrame()