Searched refs:readSize (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/CPANInternal-159.1/PlRPC-0.2020/lib/RPC/PlServer/
H A DComm.pm136 my($encodedSize, $readSize, $blockSize);
137 $readSize = 4;
139 while ($readSize > 0) {
140 my $result = $socket->read($encodedSize, $readSize,
146 $readSize -= $result;
152 $readSize = $encodedSize;
156 $readSize += ($blockSize - $addSize);
160 my $rs = $readSize;
173 for (my $i = 0; $i < $readSize; $i += $blockSize) {
/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/
H A DSecOTRDHKey.c220 uint32_t readSize = 0; local
221 require_noerr(ReadLong(bytes, size, &readSize), fail);
222 publicKeySize = readSize;
H A DSecOTRIdentityPriv.h109 OSStatus readSize(const uint8_t** data, size_t* limit, uint16_t* size);
H A DSecOTRUtils.c81 OSStatus readSize(const uint8_t** data, size_t* limit, uint16_t* size) function
166 require_noerr(readSize(data, limit, &foundLength), fail);
H A DSecOTRFullIdentity.c216 require_noerr_quiet(readSize(bytes, size, &dataSize), fail);
/macosx-10.10.1/hfs-285/CopyHFSMeta/
H A Dutil.c570 size_t readSize = ((size + devp->blockSize - 1) / devp->blockSize) * devp->blockSize; local
575 if ((baseOffset == offset) && (readSize == size)) {
582 tmpbuf = malloc(readSize);
587 nread = pread(devp->fd, tmpbuf, readSize, baseOffset);
/macosx-10.10.1/hfs-285/mount_hfs/
H A Dmount_hfs.c879 ssize_t readSize; local
881 readSize = read(fd, buffer, MAXPATHLEN);
882 buffer[(readSize < 0 ? 0 : readSize)] = '\0';
/macosx-10.10.1/ICU-531.30/icuSources/test/iotest/
H A Dfiletst.c443 int32_t readSize; local
480 readSize = u_strlen(buffer);
481 if (readSize != expectedSize*repetitions) {
525 readSize = u_strlen(buffer);
526 if (readSize != expectedSize*repetitions) {
558 readSize = u_strlen(buffer);
559 if (readSize != 1) {
/macosx-10.10.1/CommonCrypto-60061/cn_tool/
H A Dmain.c481 static void _getBlockReadSize(cnContextPtr context, size_t * readSize, size_t * encodeSize) argument
489 *readSize = (encode / out) * in;
/macosx-10.10.1/hfs-285/hfs_util/
H A Dhfsutil_main.c263 size_t readSize; local
265 readSize = read(fd, buffer, MAXPATHLEN);
266 buffer[(readSize < 0 ? 0 : readSize)] = '\0';
/macosx-10.10.1/hfs-285/newfs_hfs/
H A Dmakehfs.c1988 ssize_t readSize; local
1990 readSize = read(fd, buffer, MAXPATHLEN);
1991 buffer[(readSize < 0 ? 0 : readSize)] = '\0';

Completed in 198 milliseconds