Searched defs:new_uri (Results 1 – 4 of 4) sorted by relevance
213 char *new_uri; in add_path() local234 char *new_uri; in node_to_tnds() local414 char *new_uri; in tnds_to_mo_iter() local
43 let new_uri = Uri::from_str(&new_str).expect("to_string output parses again as a Uri"); localVariable
182 let new_uri = strip_prefix(&uri, $prefix).map(|uri| uri.to_string()); localVariable
2115 pub(crate) fn new_uri(uri: &[u8]) -> Result<GeneralName, ErrorStack> { in new_uri() method