Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dt_stream.c1169 int id_given = 0; /* Was an ID different than "*" specified? */ in xaddCommand() local
1207 id_given = 1; in xaddCommand()
1227 &id, id_given ? &id : NULL) in xaddCommand()