Searched refs:open_in_memory_with_flags (Results 1 – 1 of 1) sorted by relevance
385 Connection::open_in_memory_with_flags(flags) in open_in_memory()441 pub fn open_in_memory_with_flags(flags: OpenFlags) -> Result<Connection> { in open_in_memory_with_flags() method1301 assert!(Connection::open_in_memory_with_flags(*bad_flags).is_err()); in test_open_with_flags()