Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dltable.c414 Node *othern; in luaH_newkey() local
422 othern = mainposition(t, gkey(mp)); in luaH_newkey()
423 if (othern != mp) { /* is colliding node out of its main position? */ in luaH_newkey()
425 while (gnext(othern) != mp) othern = gnext(othern); /* find previous */ in luaH_newkey()
426 gnext(othern) = n; /* redo the chain with `n' in place of `mp' */ in luaH_newkey()
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dltable.c402 Node *othern; in newkey() local
409 othern = mainposition(t, key2tval(mp)); in newkey()
410 if (othern != mp) { /* is colliding node out of its main position? */ in newkey()
412 while (gnext(othern) != mp) othern = gnext(othern); /* find previous */ in newkey()
413 gnext(othern) = n; /* redo the chain with `n' in place of `mp' */ in newkey()