Searched refs:copied_size (Results 1 – 2 of 2) sorted by relevance
256 uptr copied_size = srclen + 1 > n ? n : srclen + 1; in INTERCEPTOR() local257 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, dst, copied_size); in INTERCEPTOR()258 COMMON_INTERCEPTOR_READ_RANGE(ctx, src, copied_size); in INTERCEPTOR()
137 uint32_t copied_size; /* image size copied in blocks */ member