Searched refs:readLen (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DSafeFile.cpp213 uint32 readLen; local
215 case sizeof(uint16): readLen = ReadUInt16(); break;
216 case sizeof(uint32): readLen = ReadUInt32(); break;
223 readLen = std::min<uint64>(readLen, GetLength() - GetPosition());
226 return ReadOnlyString(bOptUTF8, readLen);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Drt_linux.c991 int RtmpOSFileRead(struct file *osfd, char *pDataPtr, int readLen) argument
995 return osfd->f_op->read(osfd, pDataPtr, readLen, &osfd->f_pos);
H A Drtmp.h4331 int RtmpOSFileRead(struct file *osfd, IN char *pDataPtr, IN int readLen);

Completed in 488 milliseconds