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

/haiku/src/servers/app/
H A DDelayedMessage.cpp415 Attachment* otherAttached = NULL; local
419 otherAttached = other->fAttachments.ItemAt(index);
422 || otherAttached == NULL
424 || otherAttached->constData == NULL
425 || attached->size != otherAttached->size)
429 if (!Compare(attached, otherAttached, index))
445 otherAttached = other->fAttachments.ItemAt(index);
449 memcpy(attached->data, otherAttached->constData, attached->size);

Completed in 36 milliseconds