• Home
  • Raw
  • Download

Lines Matching refs:p_next

3881     const uint8_t *p, *p_end, *p_start, *p_next;  in JS_NewStringLen()  local
3906 c = unicode_from_utf8(p, p_end - p, &p_next); in JS_NewStringLen()
3908 p = p_next; in JS_NewStringLen()
3910 p = p_next; in JS_NewStringLen()
9996 const uint8_t *p, *p_next, *p_start; in skip_spaces() local
10007 c = unicode_from_utf8(p, UTF8_CHAR_LEN_MAX, &p_next); in skip_spaces()
10010 p = p_next; in skip_spaces()
20317 const uint8_t *p_next; in js_parse_template_part() local
20318 c = unicode_from_utf8(p - 1, UTF8_CHAR_LEN_MAX, &p_next); in js_parse_template_part()
20323 p = p_next; in js_parse_template_part()
20427 const uint8_t *p_next; in js_parse_string() local
20428 c = unicode_from_utf8(p, UTF8_CHAR_LEN_MAX, &p_next); in js_parse_string()
20432 p = p_next; in js_parse_string()
20454 const uint8_t *p_next; in js_parse_string() local
20455 c = unicode_from_utf8(p - 1, UTF8_CHAR_LEN_MAX, &p_next); in js_parse_string()
20458 p = p_next; in js_parse_string()
20527 const uint8_t *p_next; in js_parse_regexp() local
20528 c = unicode_from_utf8(p - 1, UTF8_CHAR_LEN_MAX, &p_next); in js_parse_regexp()
20532 p = p_next; in js_parse_regexp()
20537 const uint8_t *p_next; in js_parse_regexp() local
20538 c = unicode_from_utf8(p - 1, UTF8_CHAR_LEN_MAX, &p_next); in js_parse_regexp()
20544 p = p_next; in js_parse_regexp()
20558 const uint8_t *p_next = p; in js_parse_regexp() local
20559 c = *p_next++; in js_parse_regexp()
20561 c = unicode_from_utf8(p, UTF8_CHAR_LEN_MAX, &p_next); in js_parse_regexp()
20570 p = p_next; in js_parse_regexp()
29168 const uint8_t *p_end, *p_next, *p; in dump_pc2line() local
29183 v = unicode_from_utf8(p, p_end - p, &p_next); in dump_pc2line()
29187 p = p_next; in dump_pc2line()
29188 v = unicode_from_utf8(p, p_end - p, &p_next); in dump_pc2line()
29200 p = p_next; in dump_pc2line()