Lines Matching refs:PCRE2_UCHAR

121   add_list_to_class_internal(uint8_t *, PCRE2_UCHAR **, uint32_t,
126 compile_regex(uint32_t, PCRE2_UCHAR **, uint32_t **, int *, uint32_t,
169 ((COMPILE_WORK_SIZE * sizeof(PCRE2_UCHAR))/sizeof(uint16_t))
2092 PCRE2_UCHAR c; in get_ucp()
2095 PCRE2_UCHAR name[50]; in get_ucp()
2096 PCRE2_UCHAR *vptr = NULL; in get_ucp()
2116 for (i = 0; i < (int)(sizeof(name) / sizeof(PCRE2_UCHAR)) - 1; i++) in get_ucp()
2164 PCRE2_UCHAR sname[8]; in get_ucp()
2193 memmove(name + offset, vptr + 1, (name + i - vptr)*sizeof(PCRE2_UCHAR)); in get_ucp()
2194 if (offset != 0) memmove(name, sname, offset*sizeof(PCRE2_UCHAR)); in get_ucp()
2297 PCRE2_UCHAR terminator; /* Don't combine these lines; the Solaris cc */ in check_posix_syntax()
2467 if (ptr >= ptrend || *ptr != (PCRE2_UCHAR)terminator) in read_name()
2681 ((cb->workspace_size * sizeof(PCRE2_UCHAR)) % sizeof(nest_save))); in parse_regex()
4847 static const PCRE2_UCHAR*
5001 add_to_class_internal(uint8_t *classbits, PCRE2_UCHAR **uchardptr, in add_to_class_internal()
5083 PCRE2_UCHAR *uchardata = *uchardptr; in add_to_class_internal()
5156 add_list_to_class_internal(uint8_t *classbits, PCRE2_UCHAR **uchardptr, in add_list_to_class_internal()
5196 add_to_class(uint8_t *classbits, PCRE2_UCHAR **uchardptr, uint32_t options, in add_to_class()
5230 add_list_to_class(uint8_t *classbits, PCRE2_UCHAR **uchardptr, uint32_t options, in add_list_to_class()
5270 add_not_list_to_class(uint8_t *classbits, PCRE2_UCHAR **uchardptr, in add_not_list_to_class()
5314 PCRE2_UCHAR *slot = cb->name_table; in find_dupname_details()
5389 compile_branch(uint32_t *optionsptr, PCRE2_UCHAR **codeptr, uint32_t **pptrptr, in compile_branch()
5411 PCRE2_UCHAR *code = *codeptr; in compile_branch()
5412 PCRE2_UCHAR *last_code = code; in compile_branch()
5413 PCRE2_UCHAR *orig_code = code; in compile_branch()
5414 PCRE2_UCHAR *tempcode; in compile_branch()
5415 PCRE2_UCHAR *previous = NULL; in compile_branch()
5416 PCRE2_UCHAR op_previous; in compile_branch()
5441 PCRE2_UCHAR *class_uchardata; in compile_branch()
5444 PCRE2_UCHAR *class_uchardata_base; in compile_branch()
5492 PCRE2_UCHAR mcbuffer[8]; in compile_branch()
5806 *class_uchardata++ = (PCRE2_UCHAR) in compile_branch()
6185 (void)memmove(code + (32 / sizeof(PCRE2_UCHAR)), code, in compile_branch()
6193 code = class_uchardata + (32 / sizeof(PCRE2_UCHAR)); in compile_branch()
6220 code += 32 / sizeof(PCRE2_UCHAR); in compile_branch()
6606 PCRE2_UCHAR *tc = code; in compile_branch()
6872 PCRE2_UCHAR *callout_string = code + (1 + 4*LINK_SIZE); in compile_branch()
7019 PCRE2_UCHAR *lastchar = code - 1; in compile_branch()
7181 PCRE2_UCHAR *bralink = NULL; in compile_branch()
7182 PCRE2_UCHAR *brazeroptr = NULL; in compile_branch()
7384 PCRE2_UCHAR *bra = code - linkoffset; in compile_branch()
7421 PCRE2_UCHAR *ketcode = code - 1 - LINK_SIZE; in compile_branch()
7422 PCRE2_UCHAR *bracode = ketcode - GET(ketcode, 1); in compile_branch()
7510 PCRE2_UCHAR *oldcode; in compile_branch()
7702 tempcode += 1 + 32/sizeof(PCRE2_UCHAR); in compile_branch()
8097 compile_regex(uint32_t options, PCRE2_UCHAR **codeptr, uint32_t **pptrptr, in compile_regex()
8102 PCRE2_UCHAR *code = *codeptr; in compile_regex()
8103 PCRE2_UCHAR *last_branch = code; in compile_regex()
8104 PCRE2_UCHAR *start_bracket = code; in compile_regex()
8627 PCRE2_UCHAR c = *code; in find_recurse()
8791 PCRE2_UCHAR op = *scode; in find_firstassertedcu()
8888 PCRE2_UCHAR *slot = cb->name_table; in add_name_to_table()
9775 PCRE2_UCHAR *code; /* Current pointer in compiled code */ in pcre2_compile()
9812 PCRE2_UCHAR *cworkspace = (PCRE2_UCHAR *)c16workspace; in pcre2_compile()
10304 cb.name_table = (PCRE2_UCHAR *)((uint8_t *)re + sizeof(pcre2_real_code)); in pcre2_compile()
10326 code = (PCRE2_UCHAR *)codestart; in pcre2_compile()
10365 PCRE2_UCHAR *rcode; in pcre2_compile()
10371 for (rcode = (PCRE2_UCHAR *)find_recurse(codestart, utf); in pcre2_compile()
10373 rcode = (PCRE2_UCHAR *)find_recurse(rcode + 1 + LINK_SIZE, utf)) in pcre2_compile()
10433 PCRE2_UCHAR *temp = (PCRE2_UCHAR *)codestart; in pcre2_compile()