Searched refs:innerRecvBlockHead (Results 1 – 2 of 2) sorted by relevance
399 while (!ListIsEmpty(&fileList->innerRecvBlockHead)) { in ClearRecvFileList()400 blockFrame = (BlockFrame *)ListPopFront(&fileList->innerRecvBlockHead); in ClearRecvFileList()662 while (!ListIsEmpty(&fileList->innerRecvBlockHead)) { in WriteBlockFrame()666 blockFrame = (BlockFrame *)ListPopFront(&fileList->innerRecvBlockHead); in WriteBlockFrame()783 if (SwapRecvBlockListHead(&fileList->recvBlockList, &isEmpty, &fileList->innerRecvBlockHead, in RecvTaskProcess()1527 ListInitHead(&fmFileList->innerRecvBlockHead); in CreateRecvFileList()
182 List innerRecvBlockHead; /* DATA:BlockFrame */ member