Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_match.c92 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.c528 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 Dpcre2_intmodedep.h875 PCRE2_SIZE start_offset; /* The start offset value */ member
918 PCRE2_SIZE start_offset; /* The start offset value */ member
H A Dpcre2_match.c6531 PCRE2_SIZE start_offset, uint32_t options, pcre2_match_data *match_data, in pcre2_match()
/php-src/ext/pcre/
H A Dphp_pcre.c953 zval *val, const char *subject, PCRE2_SIZE start_offset, PCRE2_SIZE end_offset) { in populate_match_value_str()
958 zval *val, const char *subject, PCRE2_SIZE start_offset, PCRE2_SIZE end_offset, in populate_match_value()
987 HashTable *const result, const char *subject, PCRE2_SIZE start_offset, PCRE2_SIZE end_offset, in add_offset_pair()
1096 zend_long start_offset = 0; /* Where the new search starts */ in php_do_pcre_match() local
1120 zend_string *subject_str, PCRE2_SIZE start_offset) { in is_known_valid_utf8()
1137 zval *subpats, bool global, zend_long flags, zend_off_t start_offset) in php_pcre_match_impl()
1613 PCRE2_SIZE start_offset; /* Where the new search starts */ in php_pcre_replace_impl() local
1851 PCRE2_SIZE start_offset; /* Where the new search starts */ in php_pcre_replace_func_impl() local
2568 PCRE2_SIZE start_offset; /* Where the new search starts */ in php_pcre_split_impl() local

Completed in 58 milliseconds