Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Drax.c193 node->isnull = 0; in raxNewNode()
227 n->isnull = 0; in raxSetData()
232 n->isnull = 1; in raxSetData()
238 if (n->isnull) return NULL; in raxGetData()
315 if (n->iskey && !n->isnull) { in raxAddChild()
743 trimmed->isnull = h->isnull; in raxGenericInsert()
813 postfix->isnull = 0; in raxGenericInsert()
824 trimmed->isnull = 0; in raxGenericInsert()
891 h->isnull = 1; in raxGenericInsert()
955 parent->isnull = 0; in raxRemoveChild()
[all …]
H A Drax.h100 uint32_t isnull:1; /* Associated value is NULL (don't store it). */ member