Home
last modified time | relevance | path

Searched refs:GeoHashArea (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dgeohash.h80 } GeoHashArea; typedef
106 const GeoHashBits hash, GeoHashArea *area);
107 int geohashDecodeType(const GeoHashBits hash, GeoHashArea *area);
108 int geohashDecodeWGS84(const GeoHashBits hash, GeoHashArea *area);
109 int geohashDecodeAreaToLongLat(const GeoHashArea *area, double *xy);
H A Dgeohash.c165 const GeoHashBits hash, GeoHashArea *area) { in geohashDecode()
196 int geohashDecodeType(const GeoHashBits hash, GeoHashArea *area) { in geohashDecodeType()
202 int geohashDecodeWGS84(const GeoHashBits hash, GeoHashArea *area) { in geohashDecodeWGS84()
206 int geohashDecodeAreaToLongLat(const GeoHashArea *area, double *xy) { in geohashDecodeAreaToLongLat()
214 GeoHashArea area = {{0}}; in geohashDecodeToLongLatType()
H A Dgeohash_helper.c121 GeoHashArea area; in geohashGetAreasByRadius()
146 GeoHashArea north, south, east, west; in geohashGetAreasByRadius()
H A Dgeohash_helper.h46 GeoHashArea area;
H A Dgeo.c353 GeoHashArea myarea = {{0}}; in membersOfAllNeighbors()