Searched refs:totallen (Results 1 – 6 of 6) sorted by relevance
/external/libmtp/src/ |
D | ptp-pack.c | 286 unsigned int totallen; in ptp_unpack_DI() local 298 totallen=len*2+1; in ptp_unpack_DI() 300 dtoh16a(&data[PTP_di_FunctionalMode+totallen]); in ptp_unpack_DI() 302 PTP_di_OperationsSupported+totallen, in ptp_unpack_DI() 304 totallen=totallen+di->OperationsSupported_len*sizeof(uint16_t)+sizeof(uint32_t); in ptp_unpack_DI() 306 PTP_di_OperationsSupported+totallen, in ptp_unpack_DI() 308 totallen=totallen+di->EventsSupported_len*sizeof(uint16_t)+sizeof(uint32_t); in ptp_unpack_DI() 311 PTP_di_OperationsSupported+totallen, in ptp_unpack_DI() 313 totallen=totallen+di->DevicePropertiesSupported_len*sizeof(uint16_t)+sizeof(uint32_t); in ptp_unpack_DI() 315 PTP_di_OperationsSupported+totallen, in ptp_unpack_DI() [all …]
|
/external/ppp/pppd/plugins/radius/ |
D | sendserver.c | 399 int totallen; in rc_check_reply() local 403 totallen = ntohs (auth->length); in rc_check_reply() 408 if ((totallen < 20) || (totallen > 4096)) in rc_check_reply() 415 if ((totallen + secretlen) > bufferlen) in rc_check_reply() 430 memcpy ((char *) auth + totallen, secret, secretlen); in rc_check_reply() 431 rc_md5_calc (calc_digest, (char *) auth, totallen + secretlen); in rc_check_reply()
|
/external/jpeg/ |
D | jdmarker.c | 599 INT32 totallen = (INT32) datalen + remaining; in examine_app0() local 631 totallen -= APP0_DATA_LEN; in examine_app0() 632 if (totallen != in examine_app0() 634 TRACEMS1(cinfo, 1, JTRC_JFIF_BADTHUMBNAILSIZE, (int) totallen); in examine_app0() 647 TRACEMS1(cinfo, 1, JTRC_THUMB_JPEG, (int) totallen); in examine_app0() 650 TRACEMS1(cinfo, 1, JTRC_THUMB_PALETTE, (int) totallen); in examine_app0() 653 TRACEMS1(cinfo, 1, JTRC_THUMB_RGB, (int) totallen); in examine_app0() 657 GETJOCTET(data[5]), (int) totallen); in examine_app0() 662 TRACEMS1(cinfo, 1, JTRC_APP0, (int) totallen); in examine_app0()
|
/external/pdfium/core/src/fxcodec/libjpeg/ |
D | fpdfapi_jdmarker.c | 625 INT32 totallen = (INT32) datalen + remaining; in examine_app0() local 657 totallen -= APP0_DATA_LEN; in examine_app0() 658 if (totallen != in examine_app0() 660 TRACEMS1(cinfo, 1, JTRC_JFIF_BADTHUMBNAILSIZE, (int) totallen); in examine_app0() 673 TRACEMS1(cinfo, 1, JTRC_THUMB_JPEG, (int) totallen); in examine_app0() 676 TRACEMS1(cinfo, 1, JTRC_THUMB_PALETTE, (int) totallen); in examine_app0() 679 TRACEMS1(cinfo, 1, JTRC_THUMB_RGB, (int) totallen); in examine_app0() 683 GETJOCTET(data[5]), (int) totallen); in examine_app0() 688 TRACEMS1(cinfo, 1, JTRC_APP0, (int) totallen); in examine_app0()
|
/external/ipsec-tools/src/racoon/ |
D | privsep.c | 291 size_t totallen; in privsep_init() local 306 totallen = sizeof(*combuf); in privsep_init() 310 totallen += combuf->bufs.buflen[i]; in privsep_init() 313 if (totallen > len) { in privsep_init()
|
/external/mdnsresponder/mDNSShared/ |
D | uds_daemon.c | 238 mDNSu32 totallen; member 372 reply->totallen = (mDNSu32)datalen + sizeof(ipc_msg_hdr); in create_reply() 4640 nwriten = send(req->sd, (char *)&rep->mhdr + rep->nwriten, rep->totallen - rep->nwriten, 0); in send_msg() 4655 … rep->totallen - rep->nwriten, rep->totallen, req->sd, dnssd_errno, dnssd_strerror(dnssd_errno)); in send_msg() 4661 return (rep->nwriten == rep->totallen) ? t_complete : t_morecoming; in send_msg()
|