Searched refs:streamIteratorGetID (Results 1 – 5 of 5) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | stream.h | 103 int streamIteratorGetID(streamIterator *si, streamID *id, int64_t *numfields);
|
| H A D | t_stream.c | 533 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 D | aof.c | 1171 while(streamIteratorGetID(&si,&id,&numfields)) { in rewriteStreamObject()
|
| H A D | debug.c | 221 while(streamIteratorGetID(&si,&id,&numfields)) { in xorObjectDigest()
|
| /f-stack/app/redis-5.0.5/ |
| H A D | 00-RELEASENOTES | 2015 Streams: skip master fileds only when we are going forward in streamIteratorGetID
|