Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/
H A Dphp_pcre.c653 size_offsets = num_subpats * 3; in php_pcre_match_impl()
666 memset(offsets, 0, size_offsets*sizeof(int)); in php_pcre_match_impl()
691 count = size_offsets/3; in php_pcre_match_impl()
1095 size_offsets = num_subpats * 3; in php_pcre_replace_impl()
1129 count = size_offsets/3; in php_pcre_replace_impl()
1562 size_offsets = (size_offsets + 1) * 3; in php_pcre_split_impl()
1583 count = size_offsets/3; in php_pcre_split_impl()
1639 exoptions, offsets, size_offsets); in php_pcre_split_impl()
1828 size_offsets = (size_offsets + 1) * 3; in php_pcre_grep_impl()
1849 0, offsets, size_offsets); in php_pcre_grep_impl()
[all …]

Completed in 10 milliseconds