Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dstream.h103 int streamIteratorGetID(streamIterator *si, streamID *id, int64_t *numfields);
H A Dt_stream.c533 int streamIteratorGetID(streamIterator *si, streamID *id, int64_t *numfields) { in streamIteratorGetID() function
768 if (streamIteratorGetID(&si,&myid,&numfields)) { in streamDeleteItem()
919 while(streamIteratorGetID(&si,&id,&numfields)) { in streamReplyWithRange()
1853 streamIteratorGetID(&si,&maxid,&numfields); in xsetidCommand()
2249 if (streamIteratorGetID(&myiterator,&item_id,&numfields)) found = 1; in xclaimCommand()
H A Daof.c1171 while(streamIteratorGetID(&si,&id,&numfields)) { in rewriteStreamObject()
H A Ddebug.c221 while(streamIteratorGetID(&si,&id,&numfields)) { in xorObjectDigest()
/f-stack/app/redis-5.0.5/
H A D00-RELEASENOTES2015 Streams: skip master fileds only when we are going forward in streamIteratorGetID