Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/
H A Dphp_pcre.c1622 size_t alloc_len; /* Actual allocated length */ in php_pcre_replace_impl() local
1639 alloc_len = 0; in php_pcre_replace_impl()
1727 if (new_len >= alloc_len) { in php_pcre_replace_impl()
1730 result = zend_string_alloc(alloc_len, 0); in php_pcre_replace_impl()
1732 result = zend_string_extend(result, alloc_len, 0); in php_pcre_replace_impl()
1819 result = zend_string_alloc(alloc_len, 0); in php_pcre_replace_impl()
1863 size_t alloc_len; /* Actual allocated length */ in php_pcre_replace_func_impl() local
1889 alloc_len = 0; in php_pcre_replace_func_impl()
1965 if (new_len >= alloc_len) { in php_pcre_replace_func_impl()
1968 result = zend_string_alloc(alloc_len, 0); in php_pcre_replace_func_impl()
[all …]
/PHP-7.4/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 27 milliseconds