Searched refs:REParseState (Results 1 – 1 of 1) sorted by relevance
/third_party/quickjs/ |
D | libregexp.c | 84 } REParseState; typedef 224 static int cr_init_char_range(REParseState *s, CharRange *cr, uint32_t c) in cr_init_char_range() 394 static void re_emit_op(REParseState *s, int op) in re_emit_op() 400 static int re_emit_op_u32(REParseState *s, int op, uint32_t val) in re_emit_op_u32() 409 static int re_emit_goto(REParseState *s, int op, uint32_t val) in re_emit_goto() 418 static void re_emit_op_u8(REParseState *s, int op, uint32_t val) in re_emit_op_u8() 424 static void re_emit_op_u16(REParseState *s, int op, uint32_t val) in re_emit_op_u16() 430 static int __attribute__((format(printf, 2, 3))) re_parse_error(REParseState *s, const char *fmt, .… in re_parse_error() 439 static int re_parse_out_of_memory(REParseState *s) in re_parse_out_of_memory() 471 static int re_parse_expect(REParseState *s, const uint8_t **pp, int c) in re_parse_expect() [all …]
|