Searched defs:Str (Results 1 – 3 of 3) sorted by relevance
36 pub unsafe extern "C" fn NextLine(lines: *mut StringVector) -> *mut Str { in NextLine()72 pub extern "C" fn GetParent(fd: i32) -> *mut Str { in GetParent()85 pub unsafe extern "C" fn ParentFree(str: *mut Str) { in ParentFree()
45 pub struct Str { struct52 /// Structure for storing file information by line. argument99 pub(crate) unsafe fn next_line(lines: *mut StringVector) -> Result<*mut Str, Error> { in next_line()146 pub(crate) fn get_parent(fd: i32) -> Result<*mut Str, Error> { in get_parent()
65 } Str; typedef