Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dgeohash.h91 } GeoHashNeighbors; typedef
113 void geohashNeighbors(const GeoHashBits *hash, GeoHashNeighbors *neighbors);
H A Dgeohash_helper.h47 GeoHashNeighbors neighbors;
H A Dgeohash_helper.c120 GeoHashNeighbors neighbors; in geohashGetAreasByRadius()
H A Dgeohash.c262 void geohashNeighbors(const GeoHashBits *hash, GeoHashNeighbors *neighbors) { in geohashNeighbors()