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

  /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/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/chromium/third_party/libevent/
event.h 731 size_t totallen; member in struct:evbuffer
    [all...]
  /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...]

Completed in 366 milliseconds