Lines Matching refs:oldLength
1103 size_t oldLength = 0; in WriteAttribute() local
1132 oldLength = smallData->DataSize(); in WriteAttribute()
1133 if (oldLength > 0) { in WriteAttribute()
1134 if (oldLength > MAX_INDEX_KEY_LENGTH) in WriteAttribute()
1135 oldLength = MAX_INDEX_KEY_LENGTH; in WriteAttribute()
1136 memcpy(oldData = oldBuffer, smallData->Data(), oldLength); in WriteAttribute()
1181 oldLength = MAX_INDEX_KEY_LENGTH; in WriteAttribute()
1182 if (attribute->ReadAt(0, oldBuffer, &oldLength) == B_OK) in WriteAttribute()
1191 oldLength = 0; in WriteAttribute()
1248 if (pos < length || (uint64)pos < (uint64)oldLength) { in WriteAttribute()
1249 index.Update(transaction, name, type, oldData, oldLength, in WriteAttribute()