Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_jit_match.c87 PCRE2_SIZE start_offset, uint32_t options, pcre2_match_data *match_data, in pcre2_jit_match()
H A Dpcre2_substitute.c218 PCRE2_SIZE start_offset, uint32_t options, pcre2_match_data *match_data, in pcre2_substitute()
H A Dpcre2_dfa_match.c515 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 Dpcre2_intmodedep.h857 PCRE2_SIZE start_offset; /* The start offset value */ member
898 PCRE2_SIZE start_offset; /* The start offset value */ member
H A Dpcre2_match.c5999 PCRE2_SIZE start_offset, uint32_t options, pcre2_match_data *match_data, in pcre2_match()
/PHP-7.3/ext/pcre/
H A Dphp_pcre.c987 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 49 milliseconds