Home
last modified time | relevance | path

Searched refs:geohashDecodeType (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dgeohash.c196 int geohashDecodeType(const GeoHashBits hash, GeoHashArea *area) { in geohashDecodeType() function
203 return geohashDecodeType(hash, area); in geohashDecodeWGS84()
215 if (!xy || !geohashDecodeType(hash, &area)) in geohashDecodeToLongLatType()
H A Dgeohash.h107 int geohashDecodeType(const GeoHashBits hash, GeoHashArea *area);