Lines Matching refs:memcpy
171 memcpy(&start, req + 1, sizeof(int));
186 memcpy(rsp + len, &handle, 4);
201 memcpy(rsp + len, &end, sizeof(int));
256 memcpy(&handle, req, 4);
292 memcpy(&start, req + 1, sizeof(int));
307 memcpy(lst + len, record->attribute_list[i].pair,
325 memcpy(lst + end, &len, sizeof(int));
427 memcpy(&start, req + 1, sizeof(int));
451 memcpy(lst + len, record->attribute_list[j].pair,
479 memcpy(lst + end, &len, sizeof(int));
560 memcpy(sdu_out + PDU_HEADER_SIZE, rsp, rsp_len);
661 memcpy(data + len, bt_base_uuid, 12);
673 memcpy(data + 2, element->value.str, data[1] = len);