Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dt_stream.c1335 streamID static_ids[STREAMID_STATIC_VECTOR_LEN]; in xreadCommand() local
1336 streamID *ids = static_ids; in xreadCommand()
1581 if (ids != static_ids) zfree(ids); in xreadCommand()