Searched refs:re_get_byte (Results 1 – 3 of 3) sorted by relevance
122 uint8_t re_get_byte (const uint8_t **bc_p);
105 re_get_byte (const uint8_t **bc_p) /**< pointer to bytecode start */ in re_get_byte() function139 return (re_opcode_t) re_get_byte (bc_p); in re_get_opcode()
1280 const uint8_t qmin = re_get_byte (&bc_p); in ecma_regexp_run()1332 const uint8_t qmin = re_get_byte (&bc_p); in ecma_regexp_run()1374 const ecma_class_escape_t escape = (ecma_class_escape_t) re_get_byte (&bc_p); in ecma_regexp_run()1389 uint8_t flags = re_get_byte (&bc_p); in ecma_regexp_run()1399 const ecma_class_escape_t escape = re_get_byte (&bc_p); in ecma_regexp_run()