Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dgeohash.h44 #define RANGEISZERO(r) (!(r).max && !(r).min) macro
45 #define RANGEPISZERO(r) (r == NULL || RANGEISZERO(*r))
H A Dgeohash.c166 if (HASHISZERO(hash) || NULL == area || RANGEISZERO(lat_range) || in geohashDecode()
167 RANGEISZERO(long_range)) { in geohashDecode()