Home
last modified time | relevance | path

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

/dports/lang/quickjs/quickjs-2021-03-27/
H A Dquickjs.c42085 uint8_t *re_bytecode_buf; in js_compile_regexp() local
42133 re_bytecode_buf = lre_compile(&re_bytecode_len, error_msg, in js_compile_regexp()
42136 if (!re_bytecode_buf) { in js_compile_regexp()
42141 ret = js_new_string8(ctx, re_bytecode_buf, re_bytecode_len); in js_compile_regexp()
42142 js_free(ctx, re_bytecode_buf); in js_compile_regexp()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/quickjs/
H A Dquickjs.c40631 uint8_t *re_bytecode_buf; in js_compile_regexp() local
40679 re_bytecode_buf = lre_compile(&re_bytecode_len, error_msg, in js_compile_regexp()
40682 if (!re_bytecode_buf) { in js_compile_regexp()
40687 ret = js_new_string8(ctx, re_bytecode_buf, re_bytecode_len); in js_compile_regexp()
40688 js_free(ctx, re_bytecode_buf); in js_compile_regexp()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/quickjs/
H A Dquickjs.c40633 uint8_t *re_bytecode_buf; in js_compile_regexp() local
40681 re_bytecode_buf = lre_compile(&re_bytecode_len, error_msg, in js_compile_regexp()
40684 if (!re_bytecode_buf) { in js_compile_regexp()
40689 ret = js_new_string8(ctx, re_bytecode_buf, re_bytecode_len); in js_compile_regexp()
40690 js_free(ctx, re_bytecode_buf); in js_compile_regexp()
/dports/games/warzone2100/warzone2100/3rdparty/quickjs/
H A Dquickjs.c42141 uint8_t *re_bytecode_buf; in js_compile_regexp() local
42189 re_bytecode_buf = lre_compile(&re_bytecode_len, error_msg, in js_compile_regexp()
42192 if (!re_bytecode_buf) { in js_compile_regexp()
42197 ret = js_new_string8(ctx, re_bytecode_buf, re_bytecode_len); in js_compile_regexp()
42198 js_free(ctx, re_bytecode_buf); in js_compile_regexp()