Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Ddefrag.c271 long activeDefragSdsDict(dict* d, int val_type) { in activeDefragSdsDict() argument
281 if (val_type == DEFRAG_SDS_DICT_VAL_IS_SDS) { in activeDefragSdsDict()
285 } else if (val_type == DEFRAG_SDS_DICT_VAL_IS_STROB) { in activeDefragSdsDict()
289 } else if (val_type == DEFRAG_SDS_DICT_VAL_VOID_PTR) { in activeDefragSdsDict()
301 long activeDefragList(list *l, int val_type) { in activeDefragList() argument
317 if (val_type == DEFRAG_SDS_DICT_VAL_IS_SDS) { in activeDefragList()
321 } else if (val_type == DEFRAG_SDS_DICT_VAL_IS_STROB) { in activeDefragList()
325 } else if (val_type == DEFRAG_SDS_DICT_VAL_VOID_PTR) { in activeDefragList()