Searched defs:start_offset (Results 1 – 5 of 5) sorted by relevance
/PHP-7.1/ext/pcre/pcrelib/ |
H A D | pcredemo.c | 299 int start_offset = ovector[1]; /* Start at end of previous match */ in main() local
|
H A D | pcre_exec.c | 6346 PCRE_SPTR subject, int length, int start_offset, int options, int *offsets, in pcre_exec()
|
H A D | pcre_internal.h | 2551 int start_offset; /* The start offset value */ member 2574 int start_offset; /* The start offset value */ member
|
H A D | pcre_jit_compile.c | 10486 PCRE_SPTR subject, int length, int start_offset, int options, in pcre_jit_exec()
|
/PHP-7.1/ext/pcre/ |
H A D | php_pcre.c | 699 zend_long start_offset = 0; /* Where the new search starts */ in php_do_pcre_match() local 729 zval *subpats, int global, int use_flags, zend_long flags, zend_long start_offset) in php_pcre_match_impl() 1187 int start_offset; /* Where the new search starts */ in php_pcre_replace_impl() local 1803 int start_offset; /* Where the new search starts */ in php_pcre_split_impl() local
|
Completed in 64 milliseconds