Home
last modified time | relevance | path

Searched defs:set_ca_bundle_path (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/py-pyproj/pyproj-3.2.1/pyproj/
H A Dnetwork.py17 def set_ca_bundle_path(ca_bundle_path: Union[Path, str, bool, None] = None) -> None: function
/dports/graphics/proj/proj-7.2.1/src/
H A Dctx.cpp161 void projCtx_t::set_ca_bundle_path(const std::string& ca_bundle_path_in) in set_ca_bundle_path() function in projCtx_t