Searched refs:pIOContext (Results 1 – 3 of 3) sorted by relevance
429 void UdpSocket2Windows::IOCompleted(PerIoContext* pIOContext, in IOCompleted() argument432 if(pIOContext == NULL || error == ERROR_OPERATION_ABORTED) in IOCompleted()434 if ((pIOContext != NULL) && in IOCompleted()435 !pIOContext->ioInitiatedByPlatformThread && in IOCompleted()437 (pIOContext->ioOperation == OP_READ) && in IOCompleted()456 if(pIOContext == NULL) in IOCompleted()463 (int32_t)pIOContext, in IOCompleted()466 pIOContext ? (int32_t)pIOContext->ioOperation : -1); in IOCompleted()474 if(pIOContext) in IOCompleted()481 int32_t err = _mgr->PushIoContext(pIOContext); in IOCompleted()[all …]
574 PerIoContext* pIOContext = 0; in Process() local602 pIOContext = (PerIoContext*)pOverlapped; in Process()603 pSocket->IOCompleted(pIOContext,ioSize,error); in Process()
82 void IOCompleted(PerIoContext* pIOContext, uint32_t ioSize, uint32_t error);