Searched refs:start_capture (Results 1 – 2 of 2) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lstrlib.c | 329 static const char *start_capture (MatchState *ms, const char *s, in start_capture() function 370 return start_capture(ms, s, p+2, CAP_POSITION); in match() 372 return start_capture(ms, s, p+1, CAP_UNFINISHED); in match()
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lstrlib.c | 385 static const char *start_capture (MatchState *ms, const char *s, in start_capture() function 429 s = start_capture(ms, s, p + 2, CAP_POSITION); in match() 431 s = start_capture(ms, s, p + 1, CAP_UNFINISHED); in match()
|