Home
last modified time | relevance | path

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

/dports/databases/redis5/redis-5.0.14/src/
H A Dt_list.c63 int ql_where = where == LIST_HEAD ? QUICKLIST_HEAD : QUICKLIST_TAIL; in listTypePop() local
65 if (quicklistPopCustom(subject->ptr, ql_where, (unsigned char **)&value, in listTypePop()
/dports/databases/redis6/redis-6.0.16/src/
H A Dt_list.c63 int ql_where = where == LIST_HEAD ? QUICKLIST_HEAD : QUICKLIST_TAIL; in listTypePop() local
65 if (quicklistPopCustom(subject->ptr, ql_where, (unsigned char **)&value, in listTypePop()
/dports/databases/redis-devel/redis-0e5b813/src/
H A Dt_list.c64 int ql_where = where == LIST_HEAD ? QUICKLIST_HEAD : QUICKLIST_TAIL; in listTypePop() local
66 if (quicklistPopCustom(subject->ptr, ql_where, (unsigned char **)&value, in listTypePop()