Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlstrlib.c444 static const char *lmemfind (const char *s1, size_t l1, in lmemfind() function
505 const char *s2 = lmemfind(s+init, l1-init, p, l2); in str_find_aux()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlstrlib.c525 static const char *lmemfind (const char *s1, size_t l1, in lmemfind() function
601 const char *s2 = lmemfind(s + init - 1, ls - init + 1, p, lp); in str_find_aux()