Lines Matching defs:code
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()
5061 first_significant_code(PCRE2_SPTR code, BOOL skipassert) in first_significant_code()
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