Searched refs:outbuf (Results 1 – 2 of 2) sorted by relevance
44 let mut outbuf = vec![0; outlen as usize]; in invoke() variables45 outbuf.copy_from_slice(&data[..(outlen as usize)]); in invoke()47 Ok(outbuf) in invoke()
59 let outbuf = plugin.invoke( in invoke_command()65 trace_println!("[+] TA received out value {:?} outlen {:?}", outbuf, outbuf.len()); in invoke_command()
Completed in 2 milliseconds