Lines Matching refs:pMapRegion
286 void *pMapRegion; /* Area memory mapped */ member
2746 memcpy(pBuf, &((u8 *)(pFile->pMapRegion))[offset], amt);
2752 memcpy(pBuf, &((u8 *)(pFile->pMapRegion))[offset], nCopy);
2824 memcpy(&((u8 *)(pFile->pMapRegion))[offset], pBuf, amt);
2830 memcpy(&((u8 *)(pFile->pMapRegion))[offset], pBuf, nCopy);
2952 if( pFile->pMapRegion ){
3049 if( pFile->pMapRegion ){
3050 if( osFlushViewOfFile(pFile->pMapRegion, 0) ){
3053 pFile, pFile->pMapRegion));
3058 pFile, pFile->pMapRegion));
4370 osGetCurrentProcessId(), pFile, pFile->hMap, pFile->pMapRegion,
4372 if( pFile->pMapRegion ){
4373 if( !osUnmapViewOfFile(pFile->pMapRegion) ){
4377 pFile->pMapRegion));
4381 pFile->pMapRegion = 0;
4491 pFd->pMapRegion = pNew;
4524 if( pFd->pMapRegion==0 ){
4533 assert( pFd->pMapRegion!=0 );
4534 *pp = &((u8 *)pFd->pMapRegion)[iOff];
4565 assert( p==0 || p==&((u8 *)pFd->pMapRegion)[iOff] );
5315 pFile->pMapRegion = 0;