Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dt_zset.c999 unsigned char *zzlFind(unsigned char *zl, sds ele, double *score) { in zzlFind() function
1259 if (zzlFind(zobj->ptr, member, score) == NULL) return C_ERR; in zsetScore()
1332 if ((eptr = zzlFind(zobj->ptr,ele,&curscore)) != NULL) { in zsetAdd()
1428 if ((eptr = zzlFind(zobj->ptr,ele,NULL)) != NULL) { in zsetDel()
2111 if (zzlFind(op->subject->ptr,val->ele,score) != NULL) { in zuiFind()