Home
last modified time | relevance | path

Searched refs:auxdbf_fld (Results 1 – 2 of 2) sorted by relevance

/dports/databases/spatialite/libspatialite-5.0.1/src/gaiageo/
H A Dgg_shape.c109 struct auxdbf_fld struct
113 struct auxdbf_fld *next; argument
119 struct auxdbf_fld *first;
120 struct auxdbf_fld *last;
886 struct auxdbf_fld *fld_ex; in alloc_auxdbf()
893 fld_ex = malloc (sizeof (struct auxdbf_fld)); in alloc_auxdbf()
912 struct auxdbf_fld *n_fld; in free_auxdbf()
913 struct auxdbf_fld *fld = auxdbf->first; in free_auxdbf()
931 struct auxdbf_fld *fld; in truncate_long_name()
932 struct auxdbf_fld *base = NULL; in truncate_long_name()
/dports/databases/spatialite/libspatialite-5.0.1/src/shapefiles/
H A Dshapefiles.c103 struct auxdbf_fld struct
108 struct auxdbf_fld *next; argument
114 struct auxdbf_fld *first;
115 struct auxdbf_fld *last;
437 struct auxdbf_fld *fld_ex; in alloc_auxdbf()
444 fld_ex = malloc (sizeof (struct auxdbf_fld)); in alloc_auxdbf()
462 struct auxdbf_fld *n_fld; in free_auxdbf()
463 struct auxdbf_fld *fld = auxdbf->first; in free_auxdbf()
477 struct auxdbf_fld *fld = aux->first; in getDbfField()