Searched refs:shp (Results 1 – 2 of 2) sorted by relevance
796 const cdf_section_header_t *shp; in cdf_read_property_info() local812 shp = CAST(const cdf_section_header_t *, (const void *) in cdf_read_property_info()814 if (cdf_check_stream_offset(sst, h, shp, sizeof(*shp), __LINE__) == -1) in cdf_read_property_info()816 sh.sh_len = CDF_TOLE4(shp->sh_len); in cdf_read_property_info()822 sh.sh_properties = CDF_TOLE4(shp->sh_properties); in cdf_read_property_info()848 (((const char *)(const void *)shp) + sh.sh_len)); in cdf_read_property_info()
6502 # ESRI Shapefile format (.shp .shx .dbf=DBaseIII)
Completed in 69 milliseconds