Searched refs:geohashEncode (Results 1 – 4 of 4) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | geohash_helper.c | 135 geohashEncode(&long_range,&lat_range,longitude,latitude,steps,&hash); in geohashGetAreasByRadius() 165 geohashEncode(&long_range,&lat_range,longitude,latitude,steps,&hash); in geohashGetAreasByRadius()
|
| H A D | geohash.h | 98 int geohashEncode(const GeoHashRange *long_range, const GeoHashRange *lat_range,
|
| H A D | geohash.c | 121 int geohashEncode(const GeoHashRange *long_range, const GeoHashRange *lat_range, in geohashEncode() function 156 return geohashEncode(&r[0], &r[1], longitude, latitude, step, hash); in geohashEncodeType()
|
| H A D | geo.c | 735 geohashEncode(&r[0],&r[1],xy[0],xy[1],26,&hash); in geohashCommand()
|