Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dmicrotek2.c7153 static uint8_t *temp_current = NULL; in reader_process() local
7177 if ( temp_current == NULL ) in reader_process()
7178 temp_current = ms->temporary_buffer; in reader_process()
7254 status = auto_adjust_proc_data(ms, &temp_current); in reader_process()
8303 auto_adjust_proc_data(Microtek2_Scanner *ms, uint8_t **temp_current) in auto_adjust_proc_data() argument
8316 DBG(30, "auto_adjust_proc_data: ms=%p, temp_current=%p\n", in auto_adjust_proc_data()
8317 (void *) ms, (void *) *temp_current); in auto_adjust_proc_data()
8323 memcpy(*temp_current, ms->buf.src_buf, ms->transfer_length); in auto_adjust_proc_data()
8324 *temp_current += ms->transfer_length; in auto_adjust_proc_data()
8347 *temp_current in auto_adjust_proc_data()
[all...]

Completed in 9 milliseconds