PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ rtoptions()

void void void char * rtoptions ( const char *  varname)

Wrappers used for options.

Definition at line 256 of file rt_context.c.

256 {
257 if (!ctx_t.options)
258 return NULL;
259 return ctx_t.options(varname);
260}
static struct rt_context_t ctx_t
Definition rt_context.c:124
rt_options options
Definition rt_context.c:120

References ctx_t, and rt_context_t::options.

Referenced by rt_util_gdal_open().

Here is the caller graph for this function: