Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlstrlib.c199 int matchdepth; /* control for recursive depth (to avoid C stack overflow) */ member
411 if (ms->matchdepth-- == 0) in match()
508 ms->matchdepth++; in match()
605 ms.matchdepth = MAXCCALLS; in str_find_aux()
612 lua_assert(ms.matchdepth == MAXCCALLS); in str_find_aux()
646 ms.matchdepth = MAXCCALLS; in gmatch_aux()
655 lua_assert(ms.matchdepth == MAXCCALLS); in gmatch_aux()
753 ms.matchdepth = MAXCCALLS; in str_gsub()
760 lua_assert(ms.matchdepth == MAXCCALLS); in str_gsub()