Home
last modified time | relevance | path

Searched refs:mdbx_env_get_path (Results 1 – 3 of 3) sorted by relevance

/dports/databases/mdbx/mdbx-0.11.2/
H A Dmdbx.h2584 LIBMDBX_API int mdbx_env_get_path(const MDBX_env *env, const char **dest);
H A Dmdbx.c++4525 error::success_or_throw(::mdbx_env_get_path(handle_, &c_str)); in get_path()
H A Dmdbx.c22563 __cold int mdbx_env_get_path(const MDBX_env *env, const char **arg) { in mdbx_env_get_path() function