Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/
H A Dphp_pcre.c1590 alloc_len = 0; in php_pcre_replace_impl()
1678 if (new_len >= alloc_len) { in php_pcre_replace_impl()
1679 alloc_len = zend_safe_address_guarded(2, new_len, alloc_len); in php_pcre_replace_impl()
1681 result = zend_string_alloc(alloc_len, 0); in php_pcre_replace_impl()
1766 if (new_len >= alloc_len) { in php_pcre_replace_impl()
1771 result = zend_string_alloc(alloc_len, 0); in php_pcre_replace_impl()
1842 alloc_len = 0; in php_pcre_replace_func_impl()
1917 if (new_len >= alloc_len) { in php_pcre_replace_func_impl()
1918 alloc_len = zend_safe_address_guarded(2, new_len, alloc_len); in php_pcre_replace_func_impl()
1920 result = zend_string_alloc(alloc_len, 0); in php_pcre_replace_func_impl()
[all …]
/PHP-7.3/ext/oci8/
H A Doci8_lob.c173 if ((*(ctx->lob_len) + lenp) > (ctx->alloc_len)) { in php_oci_lob_callback()
186 if ((*(ctx->lob_len) + lenp) > ctx->alloc_len) { in php_oci_lob_callback()
258 ctx.alloc_len = 0; in php_oci_lob_read()
323 ctx.alloc_len = ((ub4) requested_len + 1) * bytes_per_char; in php_oci_lob_read()
H A Dphp_oci8_int.h193 ub4 alloc_len; member

Completed in 20 milliseconds