Home
last modified time | relevance | path

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

/redis-3.2.3/src/
H A Ddb.c494 listNode *node, *nextnode; in scanGenericCommand() local
609 nextnode = listNextNode(node); in scanGenericCommand()
640 node = nextnode; in scanGenericCommand()
641 nextnode = listNextNode(node); in scanGenericCommand()
648 node = nextnode; in scanGenericCommand()
/redis-3.2.3/deps/jemalloc/bin/
H A Djeprof.in2082 my $nextnode = 1;
2093 $node{$a} = $nextnode++;