Home
last modified time | relevance | path

Searched refs:size_offsets (Results 1 – 1 of 1) sorted by relevance

/PHP-5.6/ext/pcre/
H A Dphp_pcre.c665 size_offsets = num_subpats * 3; in php_pcre_match_impl()
678 memset(offsets, 0, size_offsets*sizeof(int)); in php_pcre_match_impl()
703 count = size_offsets/3; in php_pcre_match_impl()
1135 size_offsets = num_subpats * 3; in php_pcre_replace_impl()
1169 count = size_offsets/3; in php_pcre_replace_impl()
1612 size_offsets = (size_offsets + 1) * 3; in php_pcre_split_impl()
1633 count = size_offsets/3; in php_pcre_split_impl()
1689 exoptions, offsets, size_offsets); in php_pcre_split_impl()
1882 size_offsets = (size_offsets + 1) * 3; in php_pcre_grep_impl()
1903 0, offsets, size_offsets); in php_pcre_grep_impl()
[all …]

Completed in 9 milliseconds