Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dltable.c527 static void exchangehashpart (Table *t1, Table *t2) { in exchangehashpart() function
563 exchangehashpart(t, &newt); /* and new hash */ in luaH_resize()
570 exchangehashpart(t, &newt); /* and hash (in case of errors) */ in luaH_resize()
579 exchangehashpart(t, &newt); /* 't' has the new hash ('newt' has the old) */ in luaH_resize()