Home
last modified time | relevance | path

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

/dports/graphics/proj/proj-7.2.1/src/
H A Dctx.cpp177 epsg_file_exists(other.epsg_file_exists), in projCtx_t()
H A Dinit.cpp246 exists = ctx->epsg_file_exists; in get_init()
249 ctx->epsg_file_exists = exists; in get_init()
H A Dproj_internal.h727 int epsg_file_exists = -1; /* -1 = unknown, 0 = no, 1 = yes */ member