HomeSort by relevance Sort by last modified time
    Searched refs:totallen (Results 1 - 5 of 5) 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/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/jpeg/
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) {

Completed in 55 milliseconds