Lines Matching +defs:p +defs:code
92 #define PUTOFFSET(s,p) *p++ = s argument
93 #define GETOFFSET(s,p) s = *p++ argument
94 #define GETPLUSOFFSET(s,p) s = *(++p) argument
95 #define READPLUSOFFSET(s,p) s = p[1] argument
96 #define SKIPOFFSET(p) p++ argument
99 #define PUTOFFSET(s,p) \ argument
101 #define GETOFFSET(s,p) \ argument
103 #define GETPLUSOFFSET(s,p) \ argument
105 #define READPLUSOFFSET(s,p) \ argument
107 #define SKIPOFFSET(p) p += 2 argument
1200 pcre2_code_copy(const pcre2_code *code) in pcre2_code_copy()
1234 pcre2_code_copy_with_tables(const pcre2_code *code) in pcre2_code_copy_with_tables()
1269 pcre2_code_free(pcre2_code *code) in pcre2_code_free()
1415 PCRE2_SPTR p = *ptrptr; in read_repeat_counts() local
1607 PCRE2_SPTR p = ptr + 1; in PRIV() local
1800 PCRE2_SPTR p = ptr + 1; in PRIV() local
2761 #define PARSED_LITERAL(c, p) \ argument
2768 #define PARSED_LITERAL(c, p) *p++ = c; okquantifier = TRUE; argument
3370 PCRE2_SPTR p = ptr + 1; in parse_regex() local
3472 uint32_t *p; in parse_regex() local
5061 first_significant_code(PCRE2_SPTR code, BOOL skipassert) in first_significant_code()
5395 uint32_t options, uint32_t xoptions, compile_block *cb, const uint32_t *p, in add_list_to_class_internal()
5474 uint32_t xoptions, compile_block *cb, const uint32_t *p, unsigned int except) in add_list_to_class()
5516 uint32_t options, uint32_t xoptions, compile_block *cb, const uint32_t *p) in add_not_list_to_class()
5660 PCRE2_UCHAR *code = *codeptr; in compile_branch() local
8384 PCRE2_UCHAR *code = *codeptr; in compile_regex() local
8693 is_anchored(PCRE2_SPTR code, uint32_t bracket_map, compile_block *cb, in is_anchored()
8798 is_startline(PCRE2_SPTR code, unsigned int bracket_map, compile_block *cb, in is_startline()
8920 find_recurse(PCRE2_SPTR code, BOOL utf) in find_recurse()
9076 find_firstassertedcu(PCRE2_SPTR code, uint32_t *flags, uint32_t inassert) in find_firstassertedcu()
10137 PCRE2_UCHAR *code; /* Current pointer in compiled code */ in pcre2_compile() local
10317 const pso *p = pso_list + i; in pcre2_compile() local
10488 PCRE2_SPTR p; in pcre2_compile() local
10745 int p, groupnumber; in pcre2_compile() local