HomeSort by relevance Sort by last modified time
    Searched refs:totallen (Results 1 - 12 of 12) sorted by null

  /external/chromium/third_party/libevent/
buffer.c 95 (x)->totallen = (y)->totallen; \
150 assert(buf->totallen >= used);
151 space = buf->totallen - used;
269 if (buf->totallen >= need)
280 size_t length = buf->totallen;
293 buf->totallen = length;
305 if (buf->totallen < need) {
372 if ((size_t)n > buf->totallen << 2)
373 n = buf->totallen << 2
    [all...]
event.h 731 size_t totallen; member in struct:evbuffer
    [all...]
  /external/chromium_org/third_party/libevent/
buffer.c 95 (x)->totallen = (y)->totallen; \
150 assert(buf->totallen >= used);
151 space = buf->totallen - used;
269 if (buf->totallen >= need)
280 size_t length = buf->totallen;
293 buf->totallen = length;
305 if (buf->totallen < need) {
372 if ((size_t)n > buf->totallen << 2)
373 n = buf->totallen << 2
    [all...]
event.h 731 size_t totallen; member in struct:evbuffer
    [all...]
  /external/ppp/pppd/plugins/radius/
sendserver.c 399 int totallen; local
403 totallen = ntohs (auth->length);
408 if ((totallen < 20) || (totallen > 4096))
415 if ((totallen + secretlen) > bufferlen)
430 memcpy ((char *) auth + totallen, secret, secretlen);
431 rc_md5_calc (calc_digest, (char *) auth, totallen + secretlen);
  /external/libmtp/src/
ptp-pack.c 286 unsigned int totallen; local
298 totallen=len*2+1;
300 dtoh16a(&data[PTP_di_FunctionalMode+totallen]);
302 PTP_di_OperationsSupported+totallen,
304 totallen=totallen+di->OperationsSupported_len*sizeof(uint16_t)+sizeof(uint32_t);
306 PTP_di_OperationsSupported+totallen,
308 totallen=totallen+di->EventsSupported_len*sizeof(uint16_t)+sizeof(uint32_t);
311 PTP_di_OperationsSupported+totallen,
357 int totallen = 4; local
    [all...]
  /external/jpeg/
jdmarker.c 599 INT32 totallen = (INT32) datalen + remaining; local
631 totallen -= APP0_DATA_LEN;
632 if (totallen !=
634 TRACEMS1(cinfo, 1, JTRC_JFIF_BADTHUMBNAILSIZE, (int) totallen);
647 TRACEMS1(cinfo, 1, JTRC_THUMB_JPEG, (int) totallen);
650 TRACEMS1(cinfo, 1, JTRC_THUMB_PALETTE, (int) totallen);
653 TRACEMS1(cinfo, 1, JTRC_THUMB_RGB, (int) totallen);
657 GETJOCTET(data[5]), (int) totallen);
662 TRACEMS1(cinfo, 1, JTRC_APP0, (int) totallen);
    [all...]
  /external/qemu/distrib/jpeg-6b/
jdmarker.c 591 INT32 totallen = (INT32) datalen + remaining; local
623 totallen -= APP0_DATA_LEN;
624 if (totallen !=
626 TRACEMS1(cinfo, 1, JTRC_JFIF_BADTHUMBNAILSIZE, (int) totallen);
639 TRACEMS1(cinfo, 1, JTRC_THUMB_JPEG, (int) totallen);
642 TRACEMS1(cinfo, 1, JTRC_THUMB_PALETTE, (int) totallen);
645 TRACEMS1(cinfo, 1, JTRC_THUMB_RGB, (int) totallen);
649 GETJOCTET(data[5]), (int) totallen);
654 TRACEMS1(cinfo, 1, JTRC_APP0, (int) totallen);
    [all...]
  /external/ipsec-tools/src/racoon/
privsep.c 291 size_t totallen; local
306 totallen = sizeof(*combuf);
310 totallen += combuf->bufs.buflen[i];
313 if (totallen > len) {
  /external/mdnsresponder/mDNSShared/
uds_daemon.c 238 mDNSu32 totallen; member in struct:reply_state
372 reply->totallen = (mDNSu32)datalen + sizeof(ipc_msg_hdr);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 138 milliseconds