Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlstrlib.c222 int matchdepth; /* control for recursive depth (to avoid C stack overflow) */ member
441 if (ms->matchdepth-- == 0) in match()
538 ms->matchdepth++; in match()
635 ms.matchdepth = MAXCCALLS; in str_find_aux()
642 lua_assert(ms.matchdepth == MAXCCALLS); in str_find_aux()
676 ms.matchdepth = MAXCCALLS; in gmatch_aux()
685 lua_assert(ms.matchdepth == MAXCCALLS); in gmatch_aux()
783 ms.matchdepth = MAXCCALLS; in str_gsub()
790 lua_assert(ms.matchdepth == MAXCCALLS); in str_gsub()