Home
last modified time | relevance | path

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

/dports/databases/spatialite/libspatialite-5.0.1/src/headers/spatialite/
H A Dgg_structs.h468 int ShxSize; /* current SHX size */ member
/dports/databases/spatialite/libspatialite-5.0.1/src/gaiageo/
H A Dgg_shape.c438 shp->ShxSize = 0; in gaiaAllocShapefile()
1345 shp->ShxSize = shx_size; in gaiaOpenShpWriteEx()
3230 (shp->ShxSize) += 4; in gaiaWriteShpEntity()
3340 (shp->ShxSize) += 4; in gaiaWriteShpEntity()
3526 (shp->ShxSize) += 4; in gaiaWriteShpEntity()
3678 (shp->ShxSize) += 4; in gaiaWriteShpEntity()
3846 (shp->ShxSize) += 4; in gaiaWriteShpEntity()
4162 (shp->ShxSize) += 4; in gaiaWriteShpEntity()
4382 (shp->ShxSize) += 4; in gaiaWriteShpEntity()
4455 (shp->ShxSize) += 4; in gaiaWriteShpEntity()
[all …]
/dports/databases/spatialite-tools/spatialite-tools-5.0.1/
H A Dshp_sanitize.c229 shp->ShxSize = 0; in allocShapefile()
1990 shp->ShxSize = shx_size; in openShpWrite()
2041 (shp->ShxSize) += 4; /* updating current SHX file position [in 16 bits words !!!] */ in writeShpEntity()