PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ colmap_init()

void colmap_init ( colmap map)

Definition at line 159 of file shpcommon.c.

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

Referenced by ShpDumperCreate(), and ShpLoaderCreate().

160 {
161  map->size = 0;
162  map->pgfieldnames = NULL;
163  map->dbffieldnames = NULL;
164 }
int size
Definition: shpcommon.h:61
char ** pgfieldnames
Definition: shpcommon.h:55
char ** dbffieldnames
Definition: shpcommon.h:58
Here is the caller graph for this function: