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

  /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 354 unsigned int totallen; local
369 totallen=len*2+1;
370 if (datalen <= totallen) return 0;
372 dtoh16a(&data[PTP_di_FunctionalMode+totallen]);
374 PTP_di_OperationsSupported+totallen,
377 totallen=totallen+di->OperationsSupported_len*sizeof(uint16_t)+sizeof(uint32_t);
378 if (datalen <= totallen+PTP_di_OperationsSupported) return 0;
380 PTP_di_OperationsSupported+totallen,
383 totallen=totallen+di->EventsSupported_len*sizeof(uint16_t)+sizeof(uint32_t)
451 unsigned int totallen = 4; local
    [all...]
  /external/libjpeg-turbo/
jdmarker.c 608 JLONG totallen = (JLONG) datalen + remaining; local
640 totallen -= APP0_DATA_LEN;
641 if (totallen !=
643 TRACEMS1(cinfo, 1, JTRC_JFIF_BADTHUMBNAILSIZE, (int) totallen);
656 TRACEMS1(cinfo, 1, JTRC_THUMB_JPEG, (int) totallen);
659 TRACEMS1(cinfo, 1, JTRC_THUMB_PALETTE, (int) totallen);
662 TRACEMS1(cinfo, 1, JTRC_THUMB_RGB, (int) totallen);
666 GETJOCTET(data[5]), (int) totallen);
671 TRACEMS1(cinfo, 1, JTRC_APP0, (int) totallen);
    [all...]
  /external/pdfium/third_party/libjpeg/
fpdfapi_jdmarker.c 624 INT32 totallen = (INT32) datalen + remaining; local
656 totallen -= APP0_DATA_LEN;
657 if (totallen !=
659 TRACEMS1(cinfo, 1, JTRC_JFIF_BADTHUMBNAILSIZE, (int) totallen);
672 TRACEMS1(cinfo, 1, JTRC_THUMB_JPEG, (int) totallen);
675 TRACEMS1(cinfo, 1, JTRC_THUMB_PALETTE, (int) totallen);
678 TRACEMS1(cinfo, 1, JTRC_THUMB_RGB, (int) totallen);
682 GETJOCTET(data[5]), (int) totallen);
687 TRACEMS1(cinfo, 1, JTRC_APP0, (int) totallen);
    [all...]
  /external/curl/lib/
content_encoding.c 202 const ssize_t totallen = len; local
272 *headerlen = totallen - len;
  /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) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lstrlib.c 117 size_t totallen = n * l + (n - 1) * lsep; local
119 char *p = luaL_buffinitsize(L, &b, totallen);
127 luaL_pushresultsize(&b, totallen);
  /external/skia/third_party/lua/src/
lstrlib.c 117 size_t totallen = n * l + (n - 1) * lsep; local
119 char *p = luaL_buffinitsize(L, &b, totallen);
127 luaL_pushresultsize(&b, totallen);
  /external/syslinux/com32/lua/src/
lstrlib.c 117 size_t totallen = n * l + (n - 1) * lsep; local
119 char *p = luaL_buffinitsize(L, &b, totallen);
127 luaL_pushresultsize(&b, totallen);
  /external/mdnsresponder/mDNSShared/
uds_daemon.c 238 mDNSu32 totallen; member in struct:reply_state
372 reply->totallen = (mDNSu32)datalen + sizeof(ipc_msg_hdr);
    [all...]

Completed in 458 milliseconds