Searched refs:nextPointer (Results 1 - 2 of 2) sorted by relevance

/haiku/src/tools/fs_shell/
H A DOpenHashTable.h274 ValueType** nextPointer = &result; local
281 *nextPointer = element;
283 // update nextPointer to point to the fNext of the last
286 nextPointer = &_Link(element);
287 element = *nextPointer;
/haiku/headers/private/kernel/util/
H A DOpenHashTable.h274 ValueType** nextPointer = &result; local
281 *nextPointer = element;
283 // update nextPointer to point to the fNext of the last
286 nextPointer = &_Link(element);
287 element = *nextPointer;

Completed in 41 milliseconds