Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/
H A Dphp_pcre.c1587 size_t alloc_len; /* Actual allocated length */ in php_pcre_replace_impl() local
1604 alloc_len = 0; in php_pcre_replace_impl()
1692 if (new_len >= alloc_len) { in php_pcre_replace_impl()
1695 result = zend_string_alloc(alloc_len, 0); in php_pcre_replace_impl()
1697 result = zend_string_extend(result, alloc_len, 0); in php_pcre_replace_impl()
1784 result = zend_string_alloc(alloc_len, 0); in php_pcre_replace_impl()
1828 size_t alloc_len; /* Actual allocated length */ in php_pcre_replace_func_impl() local
1854 alloc_len = 0; in php_pcre_replace_func_impl()
1930 if (new_len >= alloc_len) { in php_pcre_replace_func_impl()
1933 result = zend_string_alloc(alloc_len, 0); in php_pcre_replace_func_impl()
[all …]
/PHP-8.3/ext/oci8/
H A Doci8_lob.c171 if ((*(ctx->lob_len) + lenp) > (ctx->alloc_len)) { in php_oci_lob_callback()
184 if ((*(ctx->lob_len) + lenp) > ctx->alloc_len) { in php_oci_lob_callback()
256 ctx.alloc_len = 0; in php_oci_lob_read()
321 ctx.alloc_len = ((ub4) requested_len + 1) * bytes_per_char; in php_oci_lob_read()
H A Dphp_oci8_int.h197 ub4 alloc_len; member

Completed in 28 milliseconds