Home
last modified time | relevance | path

Searched refs:new_buf (Results 1 – 2 of 2) sorted by path

/PHP-5.6/ext/pcre/
H A Dphp_pcre.c1090 *new_buf, /* Temporary buffer for re-allocation */ in php_pcre_replace_impl() local
1215 new_buf = safe_emalloc(2, new_len + 1, alloc_len); in php_pcre_replace_impl()
1217 memcpy(new_buf, result, *result_len); in php_pcre_replace_impl()
1219 result = new_buf; in php_pcre_replace_impl()
1279 new_buf = safe_emalloc(new_len, sizeof(char), 1); in php_pcre_replace_impl()
1281 memcpy(new_buf, result, *result_len); in php_pcre_replace_impl()
1283 result = new_buf; in php_pcre_replace_impl()
/PHP-5.6/ext/standard/
H A Dfile.c2131 char *new_buf; in php_fgetcsv() local
2147 } else if ((new_buf = php_stream_get_line(stream, NULL, 0, &new_len)) == NULL) { in php_fgetcsv()
2166 bptr = buf = new_buf; in php_fgetcsv()

Completed in 32 milliseconds