Searched refs:curr_bytes_read (Results 1 – 3 of 3) sorted by relevance
221 mach_msg_type_number_t curr_bytes_read = 0; in Read() local224 &curr_bytes_read); in Read()230 vm_memory, curr_bytes_read); in Read()233 if (curr_bytes_read != curr_size) { in Read()239 curr_bytes_read, curr_bytes_read, (uint64_t)curr_size); in Read()241 ::memcpy(curr_data, (void *)vm_memory, curr_bytes_read); in Read()242 ::vm_deallocate(mach_task_self(), vm_memory, curr_bytes_read); in Read()243 total_bytes_read += curr_bytes_read; in Read()244 curr_addr += curr_bytes_read; in Read()245 curr_data += curr_bytes_read; in Read()
597 const size_t curr_bytes_read = core_objfile->CopyData( in DoReadMemory() local600 if (curr_bytes_read == 0) in DoReadMemory()602 bytes_read += curr_bytes_read; in DoReadMemory()
2053 const size_t curr_bytes_read = in ReadMemoryFromInferior() local2055 bytes_read += curr_bytes_read; in ReadMemoryFromInferior()2056 if (curr_bytes_read == curr_size || curr_bytes_read == 0) in ReadMemoryFromInferior()