Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dgeo.c804 double score1, score2, xyxy[4]; in geodistCommand() local
806 zsetScore(zobj, c->argv[3]->ptr, &score2) == C_ERR) in geodistCommand()
813 if (!decodeGeohash(score1,xyxy) || !decodeGeohash(score2,xyxy+2)) in geodistCommand()