Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlstrlib.c209 int matchdepth; /* control for recursive depth (to avoid C stack overflow) */ member
421 if (ms->matchdepth-- == 0) in match()
518 ms->matchdepth++; in match()
615 ms.matchdepth = MAXCCALLS; in str_find_aux()
622 lua_assert(ms.matchdepth == MAXCCALLS); in str_find_aux()
656 ms.matchdepth = MAXCCALLS; in gmatch_aux()
665 lua_assert(ms.matchdepth == MAXCCALLS); in gmatch_aux()
763 ms.matchdepth = MAXCCALLS; in str_gsub()
770 lua_assert(ms.matchdepth == MAXCCALLS); in str_gsub()
/freebsd/contrib/lua/src/
H A Dlstrlib.c363 int matchdepth; /* control for recursive depth (to avoid C stack overflow) */ member
571 if (l_unlikely(ms->matchdepth-- == 0)) in match()
667 ms->matchdepth++; in match()
760 ms->matchdepth = MAXCCALLS; in prepstate()
769 lua_assert(ms->matchdepth == MAXCCALLS); in reprepstate()