Searched defs:start_offset (Results 1 – 6 of 6) sorted by relevance
/php-src/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_match.c | 92 PCRE2_SIZE start_offset, uint32_t options, pcre2_match_data *match_data, in pcre2_jit_match()
|
H A D | pcre2_substitute.c | 221 PCRE2_SIZE start_offset, uint32_t options, pcre2_match_data *match_data, in pcre2_substitute()
|
H A D | pcre2_dfa_match.c | 528 PCRE2_SIZE start_offset, in internal_dfa_match() 3350 PCRE2_SIZE start_offset, uint32_t options, pcre2_match_data *match_data, in pcre2_dfa_match()
|
H A D | pcre2_intmodedep.h | 876 PCRE2_SIZE start_offset; /* The start offset value */ member 919 PCRE2_SIZE start_offset; /* The start offset value */ member
|
H A D | pcre2_match.c | 6531 PCRE2_SIZE start_offset, uint32_t options, pcre2_match_data *match_data, in pcre2_match()
|
/php-src/ext/pcre/ |
H A D | php_pcre.c | 954 zval *val, const char *subject, PCRE2_SIZE start_offset, PCRE2_SIZE end_offset) { in populate_match_value_str() 959 zval *val, const char *subject, PCRE2_SIZE start_offset, PCRE2_SIZE end_offset, in populate_match_value() 988 HashTable *const result, const char *subject, PCRE2_SIZE start_offset, PCRE2_SIZE end_offset, in add_offset_pair() 1111 zend_long start_offset = 0; /* Where the new search starts */ in php_do_pcre_match() local 1140 zend_string *subject_str, PCRE2_SIZE start_offset) { in is_known_valid_utf8() 1157 zval *subpats, bool global, zend_long flags, zend_off_t start_offset) in php_pcre_match_impl() 1620 PCRE2_SIZE start_offset; /* Where the new search starts */ in php_pcre_replace_impl() local 1860 PCRE2_SIZE start_offset; /* Where the new search starts */ in php_pcre_replace_func_impl() local 2559 PCRE2_SIZE start_offset; /* Where the new search starts */ in php_pcre_split_impl() local
|
Completed in 49 milliseconds