Searched refs:reader_iterator (Results 1 – 2 of 2) sorted by relevance
17 …create_dir, error_control, get_parent, next_line, reader_iterator, drop_reader_iterator, seek, cut…26 match reader_iterator(path) { in ReaderIterator()
78 pub(crate) unsafe fn reader_iterator(path: *const c_char) -> Result<*mut c_void, Error> { in reader_iterator() function