Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dt_list.c61 int ql_where = where == LIST_HEAD ? QUICKLIST_HEAD : QUICKLIST_TAIL; in listTypePop() local
63 if (quicklistPopCustom(subject->ptr, ql_where, (unsigned char **)&value, in listTypePop()