Home
last modified time | relevance | path

Searched refs:PCRE2_UCHAR (Results 1 – 25 of 26) sorted by relevance

12

/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2_ord2utf.c59 PRIV(ord2utf)(uint32_t cvalue, PCRE2_UCHAR *buffer) in PRIV()
81 PRIV(ord2utf)(uint32_t cvalue, PCRE2_UCHAR *buffer) in PRIV()
103 *buffer = (PCRE2_UCHAR)cvalue; in PRIV()
114 *buffer = (PCRE2_UCHAR)cvalue; in PRIV()
H A Dpcre2_string_utils.c104 PCRE2_UCHAR c1, c2; in PRIV()
132 PCRE2_UCHAR c1, c2; in PRIV()
159 PCRE2_UCHAR c1, c2; in PRIV()
188 PCRE2_UCHAR c1, c2; in PRIV()
229 PRIV(strcpy_c8)(PCRE2_UCHAR *str1, const char *str2) in PRIV()
231 PCRE2_UCHAR *t = str1; in PRIV()
H A Dpcre2_substring.c74 PCRE2_UCHAR *buffer, PCRE2_SIZE *sizeptr) in pcre2_substring_copy_byname()
122 uint32_t stringnumber, PCRE2_UCHAR *buffer, PCRE2_SIZE *sizeptr) in pcre2_substring_copy_bynumber()
162 PCRE2_SPTR stringname, PCRE2_UCHAR **stringptr, PCRE2_SIZE *sizeptr) in pcre2_substring_get_byname()
214 PCRE2_UCHAR *yield; in pcre2_substring_get_bynumber()
220 yield = (PCRE2_UCHAR *)(((char *)yield) + sizeof(pcre2_memctl)); in pcre2_substring_get_bynumber()
241 pcre2_substring_free(PCRE2_UCHAR *string) in pcre2_substring_free()
379 PCRE2_UCHAR **listp; in pcre2_substring_list_get()
380 PCRE2_UCHAR *sp; in pcre2_substring_list_get()
393 size += sizeof(PCRE2_UCHAR *) + CU2BYTES(1); in pcre2_substring_list_get()
405 sp = (PCRE2_UCHAR *)lensp; in pcre2_substring_list_get()
[all …]
H A Dpcre2_intmodedep.h106 (a[n] = (PCRE2_UCHAR)((d) >> 8)), \
107 (a[(n)+1] = (PCRE2_UCHAR)((d) & 255))
114 (a[n] = (PCRE2_UCHAR)((d) >> 16)), \
115 (a[(n)+1] = (PCRE2_UCHAR)((d) >> 8)), \
116 (a[(n)+2] = (PCRE2_UCHAR)((d) & 255))
123 (a[n] = (PCRE2_UCHAR)((d) >> 24)), \
126 (a[(n)+3] = (PCRE2_UCHAR)((d) & 255))
144 (a[n] = (PCRE2_UCHAR)(d))
153 (a[n] = (PCRE2_UCHAR)((d) >> 16)), \
154 (a[(n)+1] = (PCRE2_UCHAR)((d) & 65535))
[all …]
H A Dpcre2_convert.c131 PCRE2_UCHAR *p = use_buffer; in convert_posix()
132 PCRE2_UCHAR *pp = p; in convert_posix()
405 PCRE2_UCHAR *output = out->output; in convert_glob_write_str()
433 PCRE2_UCHAR separator, BOOL with_escape) in convert_glob_print_separator()
452 PCRE2_UCHAR separator, BOOL with_escape) in convert_glob_print_wildcard()
484 PCRE2_UCHAR c; in convert_glob_parse_class()
795 PCRE2_UCHAR escape = ccontext->glob_escape; in convert_glob()
796 PCRE2_UCHAR c; in convert_glob()
1062 PCRE2_UCHAR dummy_buffer[DUMMY_BUFFER_SIZE]; in pcre2_pattern_convert()
1063 PCRE2_UCHAR *use_buffer = dummy_buffer; in pcre2_pattern_convert()
[all …]
H A Dpcre2_config.c159 strlen(v) : PRIV(strcpy_c8)((PCRE2_UCHAR *)where, v))); in pcre2_config()
208 strlen(v) : PRIV(strcpy_c8)((PCRE2_UCHAR *)where, v))); in pcre2_config()
245 strlen(v) : PRIV(strcpy_c8)((PCRE2_UCHAR *)where, v))); in pcre2_config()
H A Dpcre2_find_bracket.c74 PCRE2_UCHAR c = *code; in PRIV()
90 if (number < 0) return (PCRE2_UCHAR *)code; in PRIV()
100 if (n == number) return (PCRE2_UCHAR *)code; in PRIV()
H A Dpcre2_study.c117 PCRE2_UCHAR *cc = (PCRE2_UCHAR *)code + 1 + LINK_SIZE; in find_minlength()
139 PCRE2_UCHAR op, *cs, *ce; in find_minlength()
144 cc = (PCRE2_UCHAR *)nextbranch; in find_minlength()
479 PCRE2_UCHAR *slot = in find_minlength()
823 PCRE2_UCHAR buff[6]; in set_table_bit()
877 PCRE2_UCHAR buff[6]; in set_type_bits()
981 PCRE2_UCHAR xclassflags; in set_start_bits()
1089 PCRE2_UCHAR buff[6]; in set_start_bits()
1517 PCRE2_UCHAR b, e; in set_start_bits()
1579 tcode += 32 / sizeof(PCRE2_UCHAR); in set_start_bits()
[all …]
H A Dpcre2.h700 pcre2_substring_copy_byname(pcre2_match_data *, PCRE2_SPTR, PCRE2_UCHAR *, \
703 pcre2_substring_copy_bynumber(pcre2_match_data *, uint32_t, PCRE2_UCHAR *, \
706 pcre2_substring_free(PCRE2_UCHAR *); \
708 pcre2_substring_get_byname(pcre2_match_data *, PCRE2_SPTR, PCRE2_UCHAR **, \
711 pcre2_substring_get_bynumber(pcre2_match_data *, uint32_t, PCRE2_UCHAR **, \
725 pcre2_substring_list_get(pcre2_match_data *, PCRE2_UCHAR ***, PCRE2_SIZE **);
748 PCRE2_SIZE, PCRE2_UCHAR *, PCRE2_SIZE *);
755 pcre2_pattern_convert(PCRE2_SPTR, PCRE2_SIZE, uint32_t, PCRE2_UCHAR **, \
758 pcre2_converted_pattern_free(PCRE2_UCHAR *);
783 pcre2_get_error_message(int, PCRE2_UCHAR *, PCRE2_SIZE); \
[all …]
H A Dpcre2_auto_possess.c273 static PCRE2_UCHAR
274 get_repeat_base(PCRE2_UCHAR c) in get_repeat_base()
311 PCRE2_UCHAR c = *code; in get_chr_property_list()
312 PCRE2_UCHAR base; in get_chr_property_list()
463 end = code + 32 / sizeof(PCRE2_UCHAR); in get_chr_property_list()
521 PCRE2_UCHAR c; in compare_opcodes()
1114 PRIV(auto_possessify)(PCRE2_UCHAR *code, const compile_block *cb) in PRIV()
1116 PCRE2_UCHAR c; in PRIV()
1118 PCRE2_UCHAR *repeat_opcode; in PRIV()
1184 repeat_opcode = code + 1 + (32 / sizeof(PCRE2_UCHAR)); in PRIV()
H A Dpcre2_jit_simd_inc.h59 static sljit_s32 character_to_int32(PCRE2_UCHAR chr) in character_to_int32()
185 static void fast_forward_char_simd(compiler_common *common, PCRE2_UCHAR char1, PCRE2_UCHAR char2, s… in fast_forward_char_simd()
349 static jump_list *fast_requested_char_simd(compiler_common *common, PCRE2_UCHAR char1, PCRE2_UCHAR in fast_requested_char_simd()
495 PCRE2_UCHAR char1a, PCRE2_UCHAR char1b, sljit_s32 offs2, PCRE2_UCHAR char2a, PCRE2_UCHAR char2b) in fast_forward_char_pair_simd()
860 static void fast_forward_char_simd(compiler_common *common, PCRE2_UCHAR char1, PCRE2_UCHAR char2, s… in fast_forward_char_simd()
894 PCRE2_UCHAR mask = char1 ^ char2; in fast_forward_char_simd()
1045 PCRE2_UCHAR char1a, PCRE2_UCHAR char1b, sljit_s32 offs2, PCRE2_UCHAR char2a, PCRE2_UCHAR char2b) in fast_forward_char_pair_simd()
H A Dpcre2_error.c296 pcre2_get_error_message(int enumber, PCRE2_UCHAR *buffer, PCRE2_SIZE size) in pcre2_get_error_message()
H A Dpcre2_jit_neon_inc.h114 PCRE2_UCHAR char1a = ic.c.c1; in FF_FUN()
115 PCRE2_UCHAR char2a = ic.c.c3; in FF_FUN()
123 PCRE2_UCHAR char1b = ic.c.c2; in FF_FUN()
124 PCRE2_UCHAR char2b = ic.c.c4; in FF_FUN()
H A Dpcre2_xclass.c71 PCRE2_UCHAR t; in PRIV()
99 if ((*data++ & XCL_MAP) != 0) data += 32 / sizeof(PCRE2_UCHAR); in PRIV()
H A Dpcre2_compile.c2067 PCRE2_UCHAR c; in get_ucp()
2070 PCRE2_UCHAR name[32]; in get_ucp()
4738 static const PCRE2_UCHAR*
5305 PCRE2_UCHAR *tempcode; in compile_branch()
5307 PCRE2_UCHAR op_previous; in compile_branch()
5384 PCRE2_UCHAR mcbuffer[8]; in compile_branch()
8500 PCRE2_UCHAR c = *code; in find_recurse()
8664 PCRE2_UCHAR op = *scode; in find_firstassertedcu()
9686 PCRE2_UCHAR *cworkspace = (PCRE2_UCHAR *)c16workspace; in pcre2_compile()
10238 PCRE2_UCHAR *rcode; in pcre2_compile()
[all …]
H A Dpcre2_substitute.c223 PCRE2_UCHAR *buffer, PCRE2_SIZE *blength) in pcre2_substitute()
241 PCRE2_UCHAR temp[6]; in pcre2_substitute()
525 PCRE2_UCHAR next; in pcre2_substitute()
526 PCRE2_UCHAR name[33]; in pcre2_substitute()
H A Dpcre2_dfa_match.c2735 PCRE2_UCHAR condcode; in internal_dfa_match()
3263 PCRE2_UCHAR first_cu = 0; in pcre2_dfa_match()
3264 PCRE2_UCHAR first_cu2 = 0; in pcre2_dfa_match()
3265 PCRE2_UCHAR req_cu = 0; in pcre2_dfa_match()
3266 PCRE2_UCHAR req_cu2 = 0; in pcre2_dfa_match()
3533 first_cu2 = (PCRE2_UCHAR)UCD_OTHERCASE(first_cu); in pcre2_dfa_match()
3550 req_cu = req_cu2 = (PCRE2_UCHAR)(re->last_codeunit); in pcre2_dfa_match()
3557 req_cu2 = (PCRE2_UCHAR)UCD_OTHERCASE(req_cu); in pcre2_dfa_match()
3560 req_cu2 = (PCRE2_UCHAR)UCD_OTHERCASE(req_cu); in pcre2_dfa_match()
3637 PCRE2_UCHAR c = UCHAR21TEST(start_match); in pcre2_dfa_match()
[all …]
H A Dpcre2_printint.c215 print_custring_bylen(FILE *f, PCRE2_SPTR ptr, PCRE2_UCHAR len) in print_custring_bylen()
703 ccode += 32 / sizeof(PCRE2_UCHAR); in pcre2_printint()
710 PCRE2_UCHAR ch; in pcre2_printint()
H A Dpcre2_internal.h1710 1+(32/sizeof(PCRE2_UCHAR)), /* CLASS */ \
1711 1+(32/sizeof(PCRE2_UCHAR)), /* NCLASS */ \
1966 extern int _pcre2_auto_possessify(PCRE2_UCHAR *,
1980 extern unsigned int _pcre2_ord2utf(uint32_t, PCRE2_UCHAR *);
1984 extern PCRE2_SIZE _pcre2_strcpy_c8(PCRE2_UCHAR *, const char *);
H A Dpcre2_jit_compile.c1621 PCRE2_UCHAR type; in detect_repeat()
5843 PCRE2_UCHAR mask; in fast_forward_first_char2()
5930 PCRE2_UCHAR mask; in fast_forward_first_n_chars()
6147 PCRE2_UCHAR first_char = (PCRE2_UCHAR)(common->re->first_codeunit); in fast_forward_first_char()
6148 PCRE2_UCHAR oc; in fast_forward_first_char()
9123 PCRE2_UCHAR type; in compile_ref_iterator_matchingpath()
10151 PCRE2_UCHAR ket; in compile_bracket_matchingpath()
11131 PCRE2_UCHAR type; in compile_iterator_matchingpath()
12114 PCRE2_UCHAR type; in compile_iterator_backtrackingpath()
12242 PCRE2_UCHAR type; in compile_ref_iterator_backtrackingpath()
[all …]
H A Dpcre2_serialize.c63 (sizeof(PCRE2_UCHAR) | ((sizeof(void*)) << 8) | ((sizeof(PCRE2_SIZE)) << 16))
H A Dpcre2_match.c1869 Fecode += 1 + (32 / sizeof(PCRE2_UCHAR)); /* Advance past the item */ in match()
6122 PCRE2_UCHAR first_cu = 0; in pcre2_match()
6123 PCRE2_UCHAR first_cu2 = 0; in pcre2_match()
6124 PCRE2_UCHAR req_cu = 0; in pcre2_match()
6125 PCRE2_UCHAR req_cu2 = 0; in pcre2_match()
6549 mb->name_table = (PCRE2_UCHAR *)((uint8_t *)re + sizeof(pcre2_real_code)); in pcre2_match()
6663 first_cu = first_cu2 = (PCRE2_UCHAR)(re->first_codeunit); in pcre2_match()
6685 req_cu = req_cu2 = (PCRE2_UCHAR)(re->last_codeunit); in pcre2_match()
6760 PCRE2_UCHAR c = UCHAR21TEST(start_match); in pcre2_match()
6793 PCRE2_UCHAR smc; in pcre2_match()
/PHP-8.0/ext/opcache/
H A Dzend_accelerator_blacklist.c76 PCRE2_UCHAR pcre_error[128]; in zend_accel_blacklist_update_regexp()
/PHP-8.0/ext/pcre/
H A Dphp_pcre.c612 PCRE2_UCHAR error[128]; in pcre_get_compiled_regex_cache_ex()
/PHP-8.0/ext/mbstring/
H A Dmbstring.c518 PCRE2_UCHAR err_str[128]; in _php_mb_compile_regex()

Completed in 131 milliseconds

12