Searched refs:debugnode (Results 1 – 1 of 1) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | rax.c | 67 #define debugnode(msg,n) raxDebugShowNode(msg,n) macro 70 #define debugnode(msg,n) macro 464 debugnode("Lookup current node",h); in raxLowWalk() 493 debugnode("Lookup stop node is",h); in raxLowWalk() 948 debugnode("raxRemoveChild before", parent); in raxRemoveChild() 959 debugnode("raxRemoveChild after", parent); in raxRemoveChild() 1136 debugnode("Compression may be needed",h); in raxRemove() 1148 debugnode("Going up to",h); in raxRemove() 1196 debugnode("New node",new); in raxRemove() 1222 debugnode("free traversing",n); in raxRecursiveFree() [all …]
|