Home
last modified time | relevance | path

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

/dports/graphics/proj/proj-7.2.1/src/
H A Dctx.cpp147 delete[] c_compat_paths; in set_search_paths()
148 c_compat_paths = nullptr; in set_search_paths()
150 c_compat_paths = new const char*[search_paths.size()]; in set_search_paths()
152 c_compat_paths[i] = search_paths[i].c_str(); in set_search_paths()
214 delete[] c_compat_paths; in ~projCtx_t()
H A Dproj_internal.h732 const char **c_compat_paths = nullptr; // same, but for projinfo usage member
H A D4D_api.cpp1566 info.paths = ctx ? ctx->c_compat_paths : nullptr; in proj_info()