Home
last modified time | relevance | path

Searched refs:geohashDecode (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dgeohash_helper.c137 geohashDecode(long_range,lat_range,hash,&area); in geohashGetAreasByRadius()
148 geohashDecode(long_range, lat_range, neighbors.north, &north); in geohashGetAreasByRadius()
149 geohashDecode(long_range, lat_range, neighbors.south, &south); in geohashGetAreasByRadius()
150 geohashDecode(long_range, lat_range, neighbors.east, &east); in geohashGetAreasByRadius()
151 geohashDecode(long_range, lat_range, neighbors.west, &west); in geohashGetAreasByRadius()
167 geohashDecode(long_range,lat_range,hash,&area); in geohashGetAreasByRadius()
H A Dgeohash.h105 int geohashDecode(const GeoHashRange long_range, const GeoHashRange lat_range,
H A Dgeohash.c164 int geohashDecode(const GeoHashRange long_range, const GeoHashRange lat_range, in geohashDecode() function
199 return geohashDecode(r[0], r[1], hash, area); in geohashDecodeType()
H A Dgeo.c354 geohashDecode(long_range, lat_range, neighbors[i], &myarea); in membersOfAllNeighbors()