Home | History | Annotate | Download | only in src

Lines Matching defs:bufsize

469 					unsigned int bufsize,
480 *scanned = sdp_extract_seqtype(p, bufsize, &dtd, &seqlen);
482 bufsize -= *scanned;
484 if (bufsize < sizeof(uint8_t) + sizeof(uint8_t)) {
494 if (bufsize < (sizeof(uint8_t) * 2) +
526 if (bufsize < attrSize + sizeof(uint16_t)) {
540 pAttr = sdp_extract_attr(p + attrSize, bufsize - attrSize,
552 bufsize -= attrSize;
577 int bufsize = req->len - sizeof(sdp_pdu_hdr_t);
584 bufsize -= sizeof(bdaddr_t);
588 rec = extract_pdu_server(&req->device, p, bufsize, 0xffffffff, &scanned);
647 int bufsize = req->len - sizeof(sdp_pdu_hdr_t);
653 bufsize -= sizeof(uint32_t);
664 nrec = extract_pdu_server(BDADDR_ANY, p, bufsize, handle, &scanned);