Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Drax.c383 *parentlink = childfield; in raxAddChild()
459 raxNode **parentlink = &rax->head; in raxLowWalk() local
487 parentlink = children+j; in raxLowWalk()
495 if (plink) *plink = parentlink; in raxLowWalk()
513 raxNode *h, **parentlink; in raxGenericInsert() local
860 memcpy(parentlink,&h,sizeof(h)); in raxGenericInsert()
869 memcpy(parentlink,&h,sizeof(h)); in raxGenericInsert()
870 parentlink = new_parentlink; in raxGenericInsert()
881 memcpy(parentlink,&h,sizeof(h)); in raxGenericInsert()
1065 raxNode **parentlink; in raxRemove() local
[all …]