Home
last modified time | relevance | path

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

/php-src/ext/pcre/
H A Dphp_pcre.c1610 size_t alloc_len; /* Actual allocated length */ in php_pcre_replace_impl() local
1627 alloc_len = 0; in php_pcre_replace_impl()
1716 if (new_len >= alloc_len) { in php_pcre_replace_impl()
1719 result = zend_string_alloc(alloc_len, 0); in php_pcre_replace_impl()
1721 result = zend_string_extend(result, alloc_len, 0); in php_pcre_replace_impl()
1807 result = zend_string_alloc(alloc_len, 0); in php_pcre_replace_impl()
1850 size_t alloc_len; /* Actual allocated length */ in php_pcre_replace_func_impl() local
1876 alloc_len = 0; in php_pcre_replace_func_impl()
1953 if (new_len >= alloc_len) { in php_pcre_replace_func_impl()
1956 result = zend_string_alloc(alloc_len, 0); in php_pcre_replace_func_impl()
[all …]

Completed in 14 milliseconds