Home
last modified time | relevance | path

Searched refs:make_new_path (Results 1 – 13 of 13) sorted by relevance

/dports/databases/couchdb3/apache-couchdb-3.2.1/src/couch/src/
H A Dcouch_httpd_rewrite.erl242 NewPathParts = make_new_path(RedirectPath, FinalBindings,
332 make_new_path([], _Bindings, _Remaining, Acc) -> function
334 make_new_path([?MATCH_ALL], _Bindings, Remaining, Acc) -> function
337 make_new_path([?MATCH_ALL|_Rest], _Bindings, Remaining, Acc) -> function
340 make_new_path([{bind, P}|Rest], Bindings, Remaining, Acc) -> function
346 make_new_path(Rest, Bindings, Remaining, [P2|Acc]);
347 make_new_path([P|Rest], Bindings, Remaining, Acc) -> function
348 make_new_path(Rest, Bindings, Remaining, [P|Acc]).
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/chttpd/src/
H A Dchttpd_rewrite.erl243 NewPathParts = make_new_path(RedirectPath, FinalBindings,
333 make_new_path([], _Bindings, _Remaining, Acc) -> function
335 make_new_path([?MATCH_ALL], _Bindings, Remaining, Acc) -> function
338 make_new_path([?MATCH_ALL|_Rest], _Bindings, Remaining, Acc) -> function
341 make_new_path([{bind, P}|Rest], Bindings, Remaining, Acc) -> function
347 make_new_path(Rest, Bindings, Remaining, [P2|Acc]);
348 make_new_path([P|Rest], Bindings, Remaining, Acc) -> function
349 make_new_path(Rest, Bindings, Remaining, [P|Acc]).
/dports/lang/rust/rustc-1.58.1-src/vendor/compiletest_rs/src/
H A Dutil.rs91 pub fn make_new_path(path: &str) -> String { in make_new_path() function
H A Druntest.rs1589 format!("{}=\"{}\"", util::lib_path_env_var(), util::make_new_path(path)) in make_cmdline()
/dports/lang/rust/rustc-1.58.1-src/src/tools/compiletest/src/
H A Dutil.rs194 pub fn make_new_path(path: &str) -> String { in make_new_path() function
H A Druntest.rs2004 format!("{}=\"{}\"", util::lib_path_env_var(), util::make_new_path(path)) in make_cmdline()
/dports/science/fasthenry/fasthenry-3.0wr/src/fasthenry/
H A Dinduct.h547 PATHLIST *make_new_path();
H A Dfindpaths.c42 PATHLIST *make_new_path() in make_new_path() function
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/include/
H A Dfil0fil.h842 static std::string make_new_path(const std::string &path_in,
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/fil/
H A Dfil0fil.cc4992 std::string Fil_path::make_new_path(const std::string &path_in, in make_new_path() function in Fil_path
10205 std::string table_path = Fil_path::make_new_path(dd_path, table_name, IBD); in fil_update_partition_name()
11499 new_path = Fil_path::make_new_path(old_path, table_name, extn); in fil_get_partition_file()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/row/
H A Drow0merge.cc3454 auto new_path = Fil_path::make_new_path(old_path, new_name, IBD); in row_make_new_pathname()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/dict/
H A Ddict0dict.cc1571 new_ibd = Fil_path::make_new_path(old_path, new_name, IBD); in dict_table_rename_in_cache()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/handler/
H A Dha_innodb.cc13925 new_path = Fil_path::make_new_path(old_path, temp_name, IBD); in rename_tablespace()