Searched defs:start_offset (Results 1 – 6 of 6) sorted by relevance
/PHP-7.3/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_match.c | 87 PCRE2_SIZE start_offset, uint32_t options, pcre2_match_data *match_data, in pcre2_jit_match()
|
H A D | pcre2_substitute.c | 218 PCRE2_SIZE start_offset, uint32_t options, pcre2_match_data *match_data, in pcre2_substitute()
|
H A D | pcre2_dfa_match.c | 515 PCRE2_SIZE start_offset, in internal_dfa_match() 3225 PCRE2_SIZE start_offset, uint32_t options, pcre2_match_data *match_data, in pcre2_dfa_match()
|
H A D | pcre2_intmodedep.h | 857 PCRE2_SIZE start_offset; /* The start offset value */ member 898 PCRE2_SIZE start_offset; /* The start offset value */ member
|
H A D | pcre2_match.c | 5999 PCRE2_SIZE start_offset, uint32_t options, pcre2_match_data *match_data, in pcre2_match()
|
/PHP-7.3/ext/pcre/ |
H A D | php_pcre.c | 987 zend_long start_offset = 0; /* Where the new search starts */ in php_do_pcre_match() local 1012 zval *subpats, int global, int use_flags, zend_long flags, zend_off_t start_offset) in php_pcre_match_impl() 1576 PCRE2_SIZE start_offset; /* Where the new search starts */ in php_pcre_replace_impl() local 1817 PCRE2_SIZE start_offset; /* Where the new search starts */ in php_pcre_replace_func_impl() local 2498 PCRE2_SIZE start_offset; /* Where the new search starts */ in php_pcre_split_impl() local
|
Completed in 41 milliseconds