/PHP-7.3/ext/pcre/pcre2lib/ |
H A D | pcre2.h | 638 *pcre2_compile(PCRE2_SPTR, PCRE2_SIZE, uint32_t, int *, PCRE2_SIZE *, \ 667 pcre2_dfa_match(const pcre2_code *, PCRE2_SPTR, PCRE2_SIZE, PCRE2_SIZE, \ 670 pcre2_match(const pcre2_code *, PCRE2_SPTR, PCRE2_SIZE, PCRE2_SIZE, \ 689 PCRE2_SIZE *); \ 692 PCRE2_SIZE *); \ 697 PCRE2_SIZE *); \ 700 PCRE2_SIZE *); \ 734 pcre2_substitute(const pcre2_code *, PCRE2_SPTR, PCRE2_SIZE, PCRE2_SIZE, \ 736 PCRE2_SIZE, PCRE2_UCHAR *, PCRE2_SIZE *); 755 pcre2_jit_match(const pcre2_code *, PCRE2_SPTR, PCRE2_SIZE, PCRE2_SIZE, \ [all …]
|
H A D | pcre2_substring.c | 74 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() 125 PCRE2_SIZE size; in pcre2_substring_copy_bynumber() 213 PCRE2_SIZE size; in pcre2_substring_get_bynumber() 269 PCRE2_SPTR stringname, PCRE2_SIZE *sizeptr) in pcre2_substring_length_byname() 316 uint32_t stringnumber, PCRE2_SIZE *sizeptr) in pcre2_substring_length_bynumber() 318 PCRE2_SIZE left, right; in pcre2_substring_length_bynumber() 373 PCRE2_SIZE **lengthsptr) in pcre2_substring_list_get() 376 PCRE2_SIZE size; in pcre2_substring_list_get() 377 PCRE2_SIZE *lensp; in pcre2_substring_list_get() [all …]
|
H A D | pcre2_valid_utf.c | 63 PRIV(valid_utf)(PCRE2_SPTR string, PCRE2_SIZE length, PCRE2_SIZE *erroroffset) in PRIV() 94 PRIV(valid_utf)(PCRE2_SPTR string, PCRE2_SIZE length, PCRE2_SIZE *erroroffset) in PRIV() 145 *erroroffset = (PCRE2_SIZE)(p - string); in PRIV() 151 *erroroffset = (PCRE2_SIZE)(p - string); in PRIV() 158 *erroroffset = (PCRE2_SIZE)(p - string); in PRIV()
|
H A D | pcre2_intmodedep.h | 571 PCRE2_SIZE max_pattern_length; 588 PCRE2_SIZE offset_limit; 724 PCRE2_SIZE workspace_size; /* Size of workspace */ 725 PCRE2_SIZE small_ref_offset[10]; /* Offsets for \1 to \9 */ 829 PCRE2_SIZE offset_top; /* Offset after highest capture */ 837 ((sizeof(heapframe) % sizeof(PCRE2_SIZE)) == 0)? (+1):(-1)]; 848 PCRE2_SIZE heap_limit; /* As it says */ 857 PCRE2_SIZE start_offset; /* The start offset value */ 898 PCRE2_SIZE start_offset; /* The start offset value */ 899 PCRE2_SIZE heap_limit; /* As it says */ [all …]
|
H A D | pcre2_match_data.c | 62 offsetof(pcre2_match_data, ovector) + 2*oveccount*sizeof(PCRE2_SIZE), in pcre2_match_data_create() 117 PCRE2_EXP_DEFN PCRE2_SIZE * PCRE2_CALL_CONVENTION 141 PCRE2_EXP_DEFN PCRE2_SIZE PCRE2_CALL_CONVENTION
|
H A D | pcre2_error.c | 290 pcre2_get_error_message(int enumber, PCRE2_UCHAR *buffer, PCRE2_SIZE size) in pcre2_get_error_message() 293 PCRE2_SIZE i; in pcre2_get_error_message()
|
H A D | pcre2_string_utils.c | 208 PCRE2_SIZE 211 PCRE2_SIZE c = 0; in PRIV() 228 PCRE2_SIZE
|
H A D | pcre2_substitute.c | 217 pcre2_substitute(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_substitute() 218 PCRE2_SIZE start_offset, uint32_t options, pcre2_match_data *match_data, in pcre2_substitute() 219 pcre2_match_context *mcontext, PCRE2_SPTR replacement, PCRE2_SIZE rlength, in pcre2_substitute() 220 PCRE2_UCHAR *buffer, PCRE2_SIZE *blength) in pcre2_substitute() 238 PCRE2_SIZE extra_needed = 0; in pcre2_substitute() 239 PCRE2_SIZE buff_offset, buff_length, lengthleft, fraglength; in pcre2_substitute() 240 PCRE2_SIZE *ovector; in pcre2_substitute() 241 PCRE2_SIZE ovecsave[3]; in pcre2_substitute() 324 PCRE2_SIZE save_start; in pcre2_substitute() 451 PCRE2_SIZE sublength; in pcre2_substitute() [all …]
|
H A D | pcre2_convert.c | 125 convert_posix(uint32_t pattype, PCRE2_SPTR pattern, PCRE2_SIZE plength, in convert_posix() 126 BOOL utf, PCRE2_UCHAR *use_buffer, PCRE2_SIZE use_length, in convert_posix() 134 PCRE2_SIZE convlength = 0; in convert_posix() 372 PCRE2_SIZE output_size; /* size of the output */ 402 convert_glob_write_str(pcre2_output_context *out, PCRE2_SIZE length) in convert_glob_write_str() 407 PCRE2_SIZE output_size = out->output_size; in convert_glob_write_str() 787 convert_glob(uint32_t options, PCRE2_SPTR pattern, PCRE2_SIZE plength, in convert_glob() 788 BOOL utf, PCRE2_UCHAR *use_buffer, PCRE2_SIZE use_length, in convert_glob() 1058 PCRE2_UCHAR **buffptr, PCRE2_SIZE *bufflenptr, in pcre2_pattern_convert() 1064 PCRE2_SIZE use_length = DUMMY_BUFFER_SIZE; in pcre2_pattern_convert() [all …]
|
H A D | pcre2_dfa_match.c | 348 PCRE2_SIZE *lengthptr) in do_callout() 353 (PCRE2_SIZE)PRIV(OP_lengths)[OP_CALLOUT] : in do_callout() 515 PCRE2_SIZE start_offset, in internal_dfa_match() 516 PCRE2_SIZE *offsets, in internal_dfa_match() 2679 PCRE2_SIZE *local_offsets; in internal_dfa_match() 2730 PCRE2_SIZE callout_length; in internal_dfa_match() 2777 PCRE2_SIZE *local_offsets; in internal_dfa_match() 2824 PCRE2_SIZE *local_offsets; in internal_dfa_match() 2918 PCRE2_SIZE *local_offsets; in internal_dfa_match() 3020 PCRE2_SIZE *local_offsets; in internal_dfa_match() [all …]
|
H A D | pcre2_serialize.c | 63 (sizeof(PCRE2_UCHAR) | ((sizeof(void*)) << 8) | ((sizeof(PCRE2_SIZE)) << 16)) 73 uint8_t **serialized_bytes, PCRE2_SIZE *serialized_size, in pcre2_serialize_encode() 79 PCRE2_SIZE total_size; in pcre2_serialize_encode() 192 tables = memctl->malloc(tables_length + sizeof(PCRE2_SIZE), memctl->memory_data); in pcre2_serialize_decode() 196 *(PCRE2_SIZE *)(tables + tables_length) = number_of_codes; in pcre2_serialize_decode()
|
H A D | pcre2_jit_match.c | 86 pcre2_jit_match(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_jit_match() 87 PCRE2_SIZE start_offset, uint32_t options, pcre2_match_data *match_data, in pcre2_jit_match()
|
H A D | pcre2_compile.c | 102 { s = ((PCRE2_SIZE)p[0] << 32) | (PCRE2_SIZE)p[1]; p += 2; } 104 { s = ((PCRE2_SIZE)p[1] << 32) | (PCRE2_SIZE)p[2]; p += 2; } 106 { s = ((PCRE2_SIZE)p[1] << 32) | (PCRE2_SIZE)p[2]; } 856 PCRE2_SIZE offset; in show_parsed() 1115 PCRE2_SIZE* ref_count; in pcre2_code_copy() 1149 PCRE2_SIZE* ref_count; in pcre2_code_copy_with_tables() 2419 PCRE2_SIZE offset; in parse_regex() 7537 PCRE2_SIZE length; in compile_regex() 8562 PCRE2_SIZE offset; in get_branchlength() 8936 PCRE2_SIZE offset; in set_lookbehind_lengths() [all …]
|
H A D | pcre2_match.c | 268 PCRE2_SIZE save0, save1; in do_callout() 269 PCRE2_SIZE *callout_ovector; in do_callout() 287 callout_ovector = (PCRE2_SIZE *)(Fovector) - 2; in do_callout() 354 PCRE2_SIZE *lengthptr) in match_ref() 357 PCRE2_SIZE length; in match_ref() 4705 PCRE2_SIZE slength; in match() 4726 PCRE2_SIZE slength; in match() 4753 PCRE2_SIZE slength; in match() 4804 PCRE2_SIZE slength; in match() 6026 PCRE2_SIZE frame_size; in pcre2_match() [all …]
|
H A D | pcre2_context.c | 346 pcre2_set_max_pattern_length(pcre2_compile_context *ccontext, PCRE2_SIZE length) in pcre2_set_max_pattern_length() 428 pcre2_set_offset_limit(pcre2_match_context *mcontext, PCRE2_SIZE limit) in pcre2_set_offset_limit()
|
H A D | pcre2_internal.h | 1925 extern PCRE2_SIZE _pcre2_strcpy_c8(PCRE2_UCHAR *, const char *); 1926 extern PCRE2_SIZE _pcre2_strlen(PCRE2_SPTR); 1930 extern int _pcre2_valid_utf(PCRE2_SPTR, PCRE2_SIZE, PCRE2_SIZE *);
|
H A D | pcre2_pattern_info.c | 169 re->top_bracket * 2 * sizeof(PCRE2_SIZE); in pcre2_pattern_info()
|
H A D | pcre2_jit_compile.c | 2843 SLJIT_IMM, SLJIT_OFFSETOF(pcre2_match_data, ovector) - sizeof(PCRE2_SIZE)); in copy_ovector() 2860 OP2(SLJIT_ADD, SLJIT_R2, 0, SLJIT_R2, 0, SLJIT_IMM, sizeof(PCRE2_SIZE)); in copy_ovector() 2867 SLJIT_ASSERT(sizeof(PCRE2_SIZE) == 4 || sizeof(PCRE2_SIZE) == 8); in copy_ovector() 2868 OP1(((sizeof(PCRE2_SIZE) == 4) ? SLJIT_MOV_U32 : SLJIT_MOV), SLJIT_MEM1(SLJIT_R2), 0, SLJIT_S1, 0); in copy_ovector() 2925 mov_opcode = (sizeof(PCRE2_SIZE) == 4) ? SLJIT_MOV_U32 : SLJIT_MOV; in return_with_partial_match() 8205 PCRE2_SIZE *ovector; in do_callout() 8211 SLJIT_COMPILE_ASSERT(sizeof (PCRE2_SIZE) <= sizeof (sljit_sw), pcre2_size_must_be_lower_than_sljit_… in do_callout() 8214 ovector = (PCRE2_SIZE*)(callout_block + 1); in do_callout() 8243 ovector[0] = (PCRE2_SIZE)(jit_ovector[0] - begin); in do_callout() 8244 ovector[1] = (PCRE2_SIZE)(jit_ovector[1] - begin); in do_callout() [all …]
|
/PHP-7.3/ext/pcre/ |
H A D | php_pcre.c | 155 static void *php_pcre_malloc(PCRE2_SIZE size, void *data) in php_pcre_malloc() 538 PCRE2_SIZE erroffset; in pcre_get_compiled_regex_cache_ex() 1020 PCRE2_SIZE *offsets; /* Array of subpattern offsets */ in php_pcre_match_impl() 1031 PCRE2_SIZE start_offset2; in php_pcre_match_impl() 1066 if ((PCRE2_SIZE)-start_offset <= subject_len) { in php_pcre_match_impl() 1072 start_offset2 = (PCRE2_SIZE)start_offset; in php_pcre_match_impl() 1570 PCRE2_SIZE *offsets; /* Array of subpattern offsets */ in php_pcre_replace_impl() 1576 PCRE2_SIZE start_offset; /* Where the new search starts */ in php_pcre_replace_impl() 1812 PCRE2_SIZE *offsets; /* Array of subpattern offsets */ in php_pcre_replace_func_impl() 1817 PCRE2_SIZE start_offset; /* Where the new search starts */ in php_pcre_replace_func_impl() [all …]
|
/PHP-7.3/ext/opcache/ |
H A D | zend_accelerator_blacklist.c | 78 PCRE2_SIZE pcre_error_offset; in zend_accel_blacklist_update_regexp()
|
/PHP-7.3/ext/mbstring/ |
H A D | mbstring.c | 1068 PCRE2_SIZE err_offset; in _php_mb_compile_regex()
|
/PHP-7.3/ext/pgsql/ |
H A D | pgsql.c | 5759 PCRE2_SIZE err_offset;
|