Searched refs:buf_length (Results 1 - 1 of 1) sorted by relevance

/haiku/src/kits/mail/
H A DMailAttachment.cpp705 int64 buf_length; local
706 memcpy(&buf_length, &start[index], sizeof(buf_length));
707 buf_length = B_BENDIAN_TO_HOST_INT64(buf_length);
708 index += sizeof(buf_length);
710 swap_data(code, &start[index], buf_length, B_SWAP_BENDIAN_TO_HOST);
711 _attributes.AddData(name, code, &start[index], buf_length);
712 index += buf_length;

Completed in 77 milliseconds