Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/
H A Dphp_pcre.c604 size_offsets = num_subpats * 3; in php_pcre_match_impl()
634 exoptions|g_notempty, offsets, size_offsets); in php_pcre_match_impl()
642 count = size_offsets/3; in php_pcre_match_impl()
1036 size_offsets = num_subpats * 3; in php_pcre_replace_impl()
1070 count = size_offsets/3; in php_pcre_replace_impl()
1499 size_offsets = (size_offsets + 1) * 3; in php_pcre_split_impl()
1520 count = size_offsets/3; in php_pcre_split_impl()
1576 exoptions, offsets, size_offsets); in php_pcre_split_impl()
1763 size_offsets = (size_offsets + 1) * 3; in php_pcre_grep_impl()
1784 0, offsets, size_offsets); in php_pcre_grep_impl()
[all …]

Completed in 8 milliseconds