Home
last modified time | relevance | path

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

/PHP-5.6/ext/pcre/
H A Dphp_pcre.c1079 size_t alloc_len; /* Actual allocated length */ in php_pcre_replace_impl() local
1150 alloc_len = 2 * (size_t)subject_len + 1; in php_pcre_replace_impl()
1214 if (new_len + 1 > alloc_len) { in php_pcre_replace_impl()
1215 new_buf = safe_emalloc(2, new_len + 1, alloc_len); in php_pcre_replace_impl()
1216 alloc_len = 1 + alloc_len + 2 * (size_t)new_len; in php_pcre_replace_impl()
1278 if (new_len + 1 > alloc_len) { in php_pcre_replace_impl()
1280 alloc_len = (size_t)new_len + 1; /* now we know exactly how long it is */ in php_pcre_replace_impl()
/PHP-5.6/ext/oci8/
H A Doci8_lob.c177 if ((*(ctx->lob_len) + lenp) > (ctx->alloc_len)) { in php_oci_lob_callback()
190 if ((*(ctx->lob_len) + lenp) > ctx->alloc_len) { in php_oci_lob_callback()
263 ctx.alloc_len = 0; in php_oci_lob_read()
328 ctx.alloc_len = (requested_len + 1) * bytes_per_char; in php_oci_lob_read()
H A Dphp_oci8_int.h186 ub4 alloc_len; member

Completed in 17 milliseconds