Searched refs:build_pipe (Results 1 – 1 of 1) sorted by relevance
434 let (rd, mut wr) = build_pipe()?; in create_quiche_config()442 let (rd, mut wr) = build_pipe()?; in create_quiche_config()478 fn build_pipe() -> Result<(File, File)> { in build_pipe() function