Home
last modified time | relevance | path

Searched refs:memDbf (Results 1 – 3 of 3) sorted by relevance

/dports/databases/spatialite/libspatialite-5.0.1/src/headers/spatialite/
H A Dgg_structs.h396 gaiaMemFilePtr memDbf; /* the DBF memory file */ member
446 gaiaMemFilePtr memDbf; /* the DBF memory file */ member
/dports/databases/spatialite/libspatialite-5.0.1/src/gaiageo/
H A Dgg_shape.c428 shp->memDbf = NULL; in gaiaAllocShapefile()
562 if (shp->memDbf == NULL) in gaiaOpenShpRead()
612 if (shp->memDbf != NULL) in gaiaOpenShpRead()
665 if (shp->memDbf != NULL) in gaiaOpenShpRead()
674 if (shp->memDbf != NULL) in gaiaOpenShpRead()
1823 if (shp->memDbf != NULL) in gaiaReadShpEntity_ex()
1834 if (shp->memDbf != NULL) in gaiaReadShpEntity_ex()
1840 if (shp->memDbf != NULL) in gaiaReadShpEntity_ex()
4936 dbf->memDbf = NULL; in gaiaAllocDbf()
5086 if (dbf->memDbf != NULL) in gaiaOpenDbfRead()
[all …]
/dports/databases/spatialite/libspatialite-5.0.1/src/shapefiles/
H A Dshapefiles.c859 shp->memDbf = &(mem_shape->dbf); in load_shapefile_common()
1876 dbf->memDbf = &(mem_shape->dbf); in load_dbf_common()
2950 dbf->memDbf = &(mem_shape->dbf); in gaiaOpenZipDbf()