Lines Matching refs:buffer
13 let buffer = &mut [0u8; 100]; in test_path_open_lots() localVariable
15 buf: buffer.as_mut_ptr(), in test_path_open_lots()
16 buf_len: buffer.len(), in test_path_open_lots()
28 let buffer = &mut [0u8; 100]; in test_path_open_lots() localVariable
30 buf: buffer.as_mut_ptr(), in test_path_open_lots()
31 buf_len: buffer.len(), in test_path_open_lots()
51 let buffer = &[0u8; 100]; in test_path_open_lots() localVariable
53 buf: buffer.as_ptr(), in test_path_open_lots()
54 buf_len: buffer.len(), in test_path_open_lots()
74 let buffer = &[0u8; 100]; in test_path_open_lots() localVariable
76 buf: buffer.as_ptr(), in test_path_open_lots()
77 buf_len: buffer.len(), in test_path_open_lots()