Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dt_zset.c1029 unsigned char *zzlInsertAt(unsigned char *zl, unsigned char *eptr, sds ele, double score) { in zzlInsertAt() function
1067 zl = zzlInsertAt(zl,eptr,ele,score); in zzlInsert()
1072 zl = zzlInsertAt(zl,eptr,ele,score); in zzlInsert()
1083 zl = zzlInsertAt(zl,NULL,ele,score); in zzlInsert()
1225 zl = zzlInsertAt(zl,NULL,node->ele,node->score); in zsetConvert()