Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dt_zset.c1031 char scorebuf[128]; in zzlInsertAt() local
1035 scorelen = d2string(scorebuf,sizeof(scorebuf),score); in zzlInsertAt()
1038 zl = ziplistPush(zl,(unsigned char*)scorebuf,scorelen,ZIPLIST_TAIL); in zzlInsertAt()
1047 zl = ziplistInsert(zl,sptr,(unsigned char*)scorebuf,scorelen); in zzlInsertAt()