Searched refs:OBJ_ENCODING_STREAM (Results 1 – 3 of 3) sorted by relevance
611 if (ob->type != OBJ_STREAM || ob->encoding != OBJ_ENCODING_STREAM) { in scanLaterStraemListpacks()740 serverAssert(ob->type == OBJ_STREAM && ob->encoding == OBJ_ENCODING_STREAM); in defragStream()
270 o->encoding = OBJ_ENCODING_STREAM; in createStreamObject()
599 #define OBJ_ENCODING_STREAM 10 /* Encoded as a radix tree of listpacks */ macro