Home
last modified time | relevance | path

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

/PHP-8.4/ext/pcre/
H A Dphp_pcre.c1617 size_t alloc_len; /* Actual allocated length */ in php_pcre_replace_impl() local
1634 alloc_len = 0; in php_pcre_replace_impl()
1723 if (new_len >= alloc_len) { in php_pcre_replace_impl()
1726 result = zend_string_alloc(alloc_len, 0); in php_pcre_replace_impl()
1728 result = zend_string_extend(result, alloc_len, 0); in php_pcre_replace_impl()
1816 result = zend_string_alloc(alloc_len, 0); in php_pcre_replace_impl()
1859 size_t alloc_len; /* Actual allocated length */ in php_pcre_replace_func_impl() local
1874 alloc_len = 0; in php_pcre_replace_func_impl()
1948 if (new_len >= alloc_len) { in php_pcre_replace_func_impl()
1951 result = zend_string_alloc(alloc_len, 0); in php_pcre_replace_func_impl()
[all …]

Completed in 16 milliseconds