Home
last modified time | relevance | path

Searched defs:start_offset (Results 1 – 6 of 6) sorted by relevance

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_match.c86 PCRE2_SIZE start_offset, uint32_t options, pcre2_match_data *match_data, in pcre2_jit_match()
H A Dpcre2_substitute.c221 PCRE2_SIZE start_offset, uint32_t options, pcre2_match_data *match_data, in pcre2_substitute()
H A Dpcre2_dfa_match.c526 PCRE2_SIZE start_offset, in internal_dfa_match()
3241 PCRE2_SIZE start_offset, uint32_t options, pcre2_match_data *match_data, in pcre2_dfa_match()
H A Dpcre2_intmodedep.h860 PCRE2_SIZE start_offset; /* The start offset value */ member
902 PCRE2_SIZE start_offset; /* The start offset value */ member
H A Dpcre2_match.c6103 PCRE2_SIZE start_offset, uint32_t options, pcre2_match_data *match_data, in pcre2_match()
/PHP-7.4/ext/pcre/
H A Dphp_pcre.c984 zval *val, const char *subject, PCRE2_SIZE start_offset, PCRE2_SIZE end_offset) { in populate_match_value_str()
995 zval *val, const char *subject, PCRE2_SIZE start_offset, PCRE2_SIZE end_offset, in populate_match_value()
1024 zval *result, const char *subject, PCRE2_SIZE start_offset, PCRE2_SIZE end_offset, in add_offset_pair()
1132 zend_long start_offset = 0; /* Where the new search starts */ in php_do_pcre_match() local
1156 zend_string *subject_str, PCRE2_SIZE start_offset) { in is_known_valid_utf8()
1173 zval *subpats, int global, int use_flags, zend_long flags, zend_off_t start_offset) in php_pcre_match_impl()
1625 PCRE2_SIZE start_offset; /* Where the new search starts */ in php_pcre_replace_impl() local
1864 PCRE2_SIZE start_offset; /* Where the new search starts */ in php_pcre_replace_func_impl() local
2540 PCRE2_SIZE start_offset; /* Where the new search starts */ in php_pcre_split_impl() local

Completed in 46 milliseconds