MCPcopy Create free account
hub / github.com/bellard/quickjs / lre_exec

Function lre_exec

libregexp.c:3326–3364  ·  view source on GitHub ↗

Return 1 if match, 0 if not match or < 0 if error (see LRE_RET_x). cindex is the starting position of the match and must be such as 0 <= cindex <= clen. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

mainFunction · 0.85
LLVMFuzzerTestOneInputFunction · 0.85

Calls 5

lre_get_flagsFunction · 0.85
is_lo_surrogateFunction · 0.85
is_hi_surrogateFunction · 0.85
lre_exec_backtrackFunction · 0.85
lre_reallocFunction · 0.70

Tested by

no test coverage detected