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

/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dltable.c144 static int findindex (lua_State *L, Table *t, StkId key) { function
170 int i = findindex(L, t, key); /* find original element */
/freebsd-13-stable/contrib/lua/src/
H A Dltable.c301 static unsigned int findindex (lua_State *L, Table *t, TValue *key, function
321 unsigned int i = findindex(L, t, s2v(key), asize); /* find original key */

Completed in 63 milliseconds