Searched defs:create (Results 1 – 4 of 4) sorted by relevance
206 pub fn create(&mut self, create: bool) -> &mut Self { in create() method
161 pub async fn create<P: AsRef<Path>>(path: P) -> io::Result<File> { in create() method
49 pub fn create( in create() method
213 unsafe extern "C" fn create(bio: *mut BIO) -> c_int { in create() function