Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Daof.c912 return rioWriteBulkLongLong(r,(long)obj->ptr); in rioWriteBulkObject()
942 if (rioWriteBulkLongLong(r,entry.longval) == 0) return 0; in rewriteListObject()
972 if (rioWriteBulkLongLong(r,llval) == 0) return 0; in rewriteSetObject()
1035 if (rioWriteBulkLongLong(r,vll) == 0) return 0; in rewriteSortedSetObject()
1086 return rioWriteBulkLongLong(r, vll); in rioWriteHashIteratorCursor()
1152 if (rioWriteBulkLongLong(r,nack->delivery_time) == 0) return 0; in rioWriteStreamPendingEntry()
1154 if (rioWriteBulkLongLong(r,nack->delivery_count) == 0) return 0; in rioWriteStreamPendingEntry()
1304 if (rioWriteBulkLongLong(aof,j) == 0) goto werr; in rewriteAppendOnlyFileRio()
1346 if (rioWriteBulkLongLong(aof,expiretime) == 0) goto werr; in rewriteAppendOnlyFileRio()
H A Drio.h135 size_t rioWriteBulkLongLong(rio *r, long long l);
H A Drio.c336 size_t rioWriteBulkLongLong(rio *r, long long l) { in rioWriteBulkLongLong() function
H A Dcluster.c5165 serverAssertWithInfo(c,NULL,rioWriteBulkLongLong(&cmd,dbid)); in migrateCommand()
5202 serverAssertWithInfo(c,NULL,rioWriteBulkLongLong(&cmd,ttl)); in migrateCommand()