PostGIS  3.3.9dev-r@@SVN_REVISION@@

◆ rt_pg_vsi_load_all_options()

static void rt_pg_vsi_load_all_options ( void  )
static

Definition at line 384 of file rtpostgis.c.

385 {
386  const char * vsiname;
387  const char * const vsilist[] = {
388  "/vsicurl/",
389  "/vsis3/",
390  "/vsigs/",
391  "/vsiaz/",
392  "/vsioss/",
393  "/vsihdfs/",
394  "/vsiwebhdfs/",
395  "/vsiswift/",
396  "/vsiadls/",
397  NULL
398  };
399  const char * const * vsilistptr = vsilist;
400 
402  while((vsiname = *vsilistptr++))
403  {
405  }
407 }
static void rt_pg_vsi_load_options(const char *vsiname, stringlist_t *s)
Definition: rtpostgis.c:345
stringlist_t * vsi_option_stringlist
Definition: rtpostgis.c:262
void stringlist_sort(stringlist_t *s)
Definition: stringlist.c:123
stringlist_t * stringlist_create(void)
Definition: stringlist.c:71

References rt_pg_vsi_load_options(), stringlist_create(), stringlist_sort(), and vsi_option_stringlist.

Referenced by rt_pg_vsi_check_options().

Here is the call graph for this function:
Here is the caller graph for this function: