Home
last modified time | relevance | path

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

/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/quickjs/
H A Dquickjs.c41067 uint8_t *re_bytecode; in js_regexp_exec() local
41085 re_bytecode = re->bytecode->u.str8; in js_regexp_exec()
41086 re_flags = lre_get_flags(re_bytecode); in js_regexp_exec()
41091 capture_count = lre_get_capture_count(re_bytecode); in js_regexp_exec()
41105 ret = lre_exec(capture, re_bytecode, in js_regexp_exec()
41139 re_bytecode_len = get_u32(re_bytecode + 3); in js_regexp_exec()
41196 uint8_t *re_bytecode; in JS_RegExpDelete() local
41214 re_bytecode = re->bytecode->u.str8; in JS_RegExpDelete()
41215 re_flags = lre_get_flags(re_bytecode); in JS_RegExpDelete()
41223 capture_count = lre_get_capture_count(re_bytecode); in JS_RegExpDelete()
[all …]
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/quickjs/
H A Dquickjs.c41069 uint8_t *re_bytecode; in js_regexp_exec() local
41087 re_bytecode = re->bytecode->u.str8; in js_regexp_exec()
41088 re_flags = lre_get_flags(re_bytecode); in js_regexp_exec()
41093 capture_count = lre_get_capture_count(re_bytecode); in js_regexp_exec()
41107 ret = lre_exec(capture, re_bytecode, in js_regexp_exec()
41141 re_bytecode_len = get_u32(re_bytecode + 3); in js_regexp_exec()
41198 uint8_t *re_bytecode; in JS_RegExpDelete() local
41216 re_bytecode = re->bytecode->u.str8; in JS_RegExpDelete()
41217 re_flags = lre_get_flags(re_bytecode); in JS_RegExpDelete()
41225 capture_count = lre_get_capture_count(re_bytecode); in JS_RegExpDelete()
[all …]
/dports/lang/quickjs/quickjs-2021-03-27/
H A Dquickjs.c42522 uint8_t *re_bytecode; in js_regexp_exec() local
42540 re_bytecode = re->bytecode->u.str8; in js_regexp_exec()
42541 re_flags = lre_get_flags(re_bytecode); in js_regexp_exec()
42546 capture_count = lre_get_capture_count(re_bytecode); in js_regexp_exec()
42560 ret = lre_exec(capture, re_bytecode, in js_regexp_exec()
42588 group_name_ptr = lre_get_groupnames(re_bytecode); in js_regexp_exec()
42648 uint8_t *re_bytecode; in JS_RegExpDelete() local
42666 re_bytecode = re->bytecode->u.str8; in JS_RegExpDelete()
42667 re_flags = lre_get_flags(re_bytecode); in JS_RegExpDelete()
42675 capture_count = lre_get_capture_count(re_bytecode); in JS_RegExpDelete()
[all …]
/dports/games/warzone2100/warzone2100/3rdparty/quickjs/
H A Dquickjs.c42578 uint8_t *re_bytecode; in js_regexp_exec() local
42596 re_bytecode = re->bytecode->u.str8; in js_regexp_exec()
42597 re_flags = lre_get_flags(re_bytecode); in js_regexp_exec()
42602 capture_count = lre_get_capture_count(re_bytecode); in js_regexp_exec()
42616 ret = lre_exec(capture, re_bytecode, in js_regexp_exec()
42644 group_name_ptr = lre_get_groupnames(re_bytecode); in js_regexp_exec()
42704 uint8_t *re_bytecode; in JS_RegExpDelete() local
42722 re_bytecode = re->bytecode->u.str8; in JS_RegExpDelete()
42723 re_flags = lre_get_flags(re_bytecode); in JS_RegExpDelete()
42731 capture_count = lre_get_capture_count(re_bytecode); in JS_RegExpDelete()
[all …]