Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dquicklist.h101 #define QUICKLIST_TAIL -1 macro
H A Dt_list.c43 int pos = (where == LIST_HEAD) ? QUICKLIST_HEAD : QUICKLIST_TAIL; in listTypePush()
61 int ql_where = where == LIST_HEAD ? QUICKLIST_HEAD : QUICKLIST_TAIL; in listTypePop()
H A Dquicklist.c1346 } else if (where == QUICKLIST_TAIL && quicklist->tail) { in quicklistPopCustom()
1408 } else if (where == QUICKLIST_TAIL) { in quicklistPush()
H A Dmodule.c1771 (where == REDISMODULE_LIST_HEAD) ? QUICKLIST_HEAD : QUICKLIST_TAIL); in RM_ListPush()
1787 (where == REDISMODULE_LIST_HEAD) ? QUICKLIST_HEAD : QUICKLIST_TAIL); in RM_ListPop()