PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ colmap_init()

void colmap_init ( colmap map)

Definition at line 163 of file shpcommon.c.

164 {
165  map->size = 0;
166  map->pgfieldnames = NULL;
167  map->dbffieldnames = NULL;
168 }
char ** pgfieldnames
Definition: shpcommon.h:55
int size
Definition: shpcommon.h:61
char ** dbffieldnames
Definition: shpcommon.h:58

References colmap_t::dbffieldnames, colmap_t::pgfieldnames, and colmap_t::size.

Referenced by ShpDumperCreate(), and ShpLoaderCreate().

Here is the caller graph for this function: