Searched refs:copylen (Results 1 - 6 of 6) sorted by relevance

/external/dropbear/
H A Drandom.c183 unsigned int copylen; local
200 copylen = MIN(len, SHA1_HASH_SIZE);
201 memcpy(buf, hash, copylen);
202 len -= copylen;
203 buf += copylen;
/external/elfutils/libebl/
H A Deblstrtab.c311 size_t copylen; local
334 copylen = nulllen;
335 copystrings (st->root, &endp, &copylen);
336 assert (copylen == st->total + nulllen);
H A Deblgstrtab.c322 size_t copylen; local
345 copylen = nulllen;
346 copystrings (st->root, &endp, &copylen);
347 assert (copylen == st->total * st->width + nulllen);
H A Deblwstrtab.c311 size_t copylen; local
334 copylen = sizeof (wchar_t) * nulllen;
335 copystrings (st->root, &endp, &copylen);
336 assert (copylen == (st->total + nulllen) * sizeof (wchar_t));
/external/quake/quake/src/WinQuake/
H A Dnet_ipx.cpp451 int copylen; local
471 copylen = ntohs(rcvbuf->header.length) - (sizeof(int) + sizeof(IPXheader));
472 if (len < copylen)
473 Sys_Error("IPX_Read: buffer too small (%d vs %d)\n", len, copylen);
474 Q_memcpy(buf, rcvbuf->data, copylen);
491 return copylen;
/external/ppp/pppd/plugins/rp-pppoe/
H A Dif.c630 int seglen, copylen; local
659 *size = copylen = ((hdr.bh_caplen < sizeof(PPPoEPacket)) ?
661 memcpy(pkt, bpfBuffer + bpfOffset + hdr.bh_hdrlen, copylen);

Completed in 64 milliseconds