Home
last modified time | relevance | path

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

/external/skia/third_party/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()
/external/syslinux/com32/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()