Lines Matching refs:PCRE2_UCHAR

121   add_list_to_class_internal(uint8_t *, PCRE2_UCHAR **, uint32_t, uint32_t,
126 compile_regex(uint32_t, uint32_t, PCRE2_UCHAR **, uint32_t **, int *,
169 ((COMPILE_WORK_SIZE * sizeof(PCRE2_UCHAR))/sizeof(uint16_t))
2170 PCRE2_UCHAR c; in get_ucp()
2173 PCRE2_UCHAR name[50]; in get_ucp()
2174 PCRE2_UCHAR *vptr = NULL; in get_ucp()
2194 for (i = 0; i < (int)(sizeof(name) / sizeof(PCRE2_UCHAR)) - 1; i++) in get_ucp()
2246 PCRE2_UCHAR sname[8]; in get_ucp()
2275 memmove(name + offset, vptr + 1, (name + i - vptr)*sizeof(PCRE2_UCHAR)); in get_ucp()
2276 if (offset != 0) memmove(name, sname, offset*sizeof(PCRE2_UCHAR)); in get_ucp()
2379 PCRE2_UCHAR terminator; /* Don't combine these lines; the Solaris cc */ in check_posix_syntax()
2556 if (ptr >= ptrend || *ptr != (PCRE2_UCHAR)terminator) in read_name()
2856 ((cb->workspace_size * sizeof(PCRE2_UCHAR)) % sizeof(nest_save))); in parse_regex()
5060 static const PCRE2_UCHAR*
5231 add_to_class_internal(uint8_t *classbits, PCRE2_UCHAR **uchardptr, in add_to_class_internal()
5320 PCRE2_UCHAR *uchardata = *uchardptr; in add_to_class_internal()
5394 add_list_to_class_internal(uint8_t *classbits, PCRE2_UCHAR **uchardptr, in add_list_to_class_internal()
5437 add_to_class(uint8_t *classbits, PCRE2_UCHAR **uchardptr, uint32_t options, in add_to_class()
5473 add_list_to_class(uint8_t *classbits, PCRE2_UCHAR **uchardptr, uint32_t options, in add_list_to_class()
5515 add_not_list_to_class(uint8_t *classbits, PCRE2_UCHAR **uchardptr, in add_not_list_to_class()
5559 PCRE2_UCHAR *slot = cb->name_table; in find_dupname_details()
5637 PCRE2_UCHAR **codeptr, uint32_t **pptrptr, int *errorcodeptr, in compile_branch()
5660 PCRE2_UCHAR *code = *codeptr; in compile_branch()
5661 PCRE2_UCHAR *last_code = code; in compile_branch()
5662 PCRE2_UCHAR *orig_code = code; in compile_branch()
5663 PCRE2_UCHAR *tempcode; in compile_branch()
5664 PCRE2_UCHAR *previous = NULL; in compile_branch()
5665 PCRE2_UCHAR op_previous; in compile_branch()
5690 PCRE2_UCHAR *class_uchardata; in compile_branch()
5693 PCRE2_UCHAR *class_uchardata_base; in compile_branch()
5741 PCRE2_UCHAR mcbuffer[8]; in compile_branch()
6065 *class_uchardata++ = (PCRE2_UCHAR) in compile_branch()
6448 (void)memmove(code + (32 / sizeof(PCRE2_UCHAR)), code, in compile_branch()
6456 code = class_uchardata + (32 / sizeof(PCRE2_UCHAR)); in compile_branch()
6483 code += 32 / sizeof(PCRE2_UCHAR); in compile_branch()
6872 PCRE2_UCHAR *tc = code; in compile_branch()
7138 PCRE2_UCHAR *callout_string = code + (1 + 4*LINK_SIZE); in compile_branch()
7285 PCRE2_UCHAR *lastchar = code - 1; in compile_branch()
7444 PCRE2_UCHAR *bralink = NULL; in compile_branch()
7445 PCRE2_UCHAR *brazeroptr = NULL; in compile_branch()
7643 PCRE2_UCHAR *bra = code - linkoffset; in compile_branch()
7680 PCRE2_UCHAR *ketcode = code - 1 - LINK_SIZE; in compile_branch()
7681 PCRE2_UCHAR *bracode = ketcode - GET(ketcode, 1); in compile_branch()
7769 PCRE2_UCHAR *oldcode; in compile_branch()
7961 tempcode += 1 + 32/sizeof(PCRE2_UCHAR); in compile_branch()
8378 compile_regex(uint32_t options, uint32_t xoptions, PCRE2_UCHAR **codeptr, in compile_regex()
8384 PCRE2_UCHAR *code = *codeptr; in compile_regex()
8385 PCRE2_UCHAR *last_branch = code; in compile_regex()
8386 PCRE2_UCHAR *start_bracket = code; in compile_regex()
8924 PCRE2_UCHAR c = *code; in find_recurse()
9088 PCRE2_UCHAR op = *scode; in find_firstassertedcu()
9185 PCRE2_UCHAR *slot = cb->name_table; in add_name_to_table()
10137 PCRE2_UCHAR *code; /* Current pointer in compiled code */ in pcre2_compile()
10174 PCRE2_UCHAR *cworkspace = (PCRE2_UCHAR *)c16workspace; in pcre2_compile()
10674 cb.name_table = (PCRE2_UCHAR *)((uint8_t *)re + sizeof(pcre2_real_code)); in pcre2_compile()
10695 code = (PCRE2_UCHAR *)codestart; in pcre2_compile()
10735 PCRE2_UCHAR *rcode; in pcre2_compile()
10741 for (rcode = (PCRE2_UCHAR *)find_recurse(codestart, utf); in pcre2_compile()
10743 rcode = (PCRE2_UCHAR *)find_recurse(rcode + 1 + LINK_SIZE, utf)) in pcre2_compile()
10803 PCRE2_UCHAR *temp = (PCRE2_UCHAR *)codestart; in pcre2_compile()