Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dstream.h110 void streamDecodeID(void *buf, streamID *id);
H A Dt_stream.c145 void streamDecodeID(void *buf, streamID *id) { in streamDecodeID() function
277 streamDecodeID(rax_key,&master_id); in streamAppendItem()
543 streamDecodeID(si->ri.key,&si->master_id); in streamIteratorGetID()
740 streamDecodeID(si->start_key,&start); in streamIteratorRemoveEntry()
744 streamDecodeID(si->end_key,&end); in streamIteratorRemoveEntry()
1027 streamDecodeID(ri.key,&thisid); in streamReplyWithRangeFromConsumerPEL()
1037 streamDecodeID(ri.key,&id); in streamReplyWithRangeFromConsumerPEL()
1979 streamDecodeID(ri.key,&startid); in xpendingCommand()
1985 streamDecodeID(ri.key,&endid); in xpendingCommand()
2041 streamDecodeID(ri.key,&id); in xpendingCommand()
H A Daof.c1143 streamDecodeID(rawid,&id); in rioWriteStreamPendingEntry()