Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/
H A Dphp_pcre.c1055 *new_buf, /* Temporary buffer for re-allocation */ in php_pcre_replace_impl() local
1176 new_buf = emalloc(alloc_len); in php_pcre_replace_impl()
1177 memcpy(new_buf, result, *result_len); in php_pcre_replace_impl()
1179 result = new_buf; in php_pcre_replace_impl()
1240 new_buf = safe_emalloc(alloc_len, sizeof(char), 0); in php_pcre_replace_impl()
1241 memcpy(new_buf, result, *result_len); in php_pcre_replace_impl()
1243 result = new_buf; in php_pcre_replace_impl()
/PHP-5.5/ext/standard/
H A Dfile.c2122 char *new_buf; in php_fgetcsv() local
2138 } else if ((new_buf = php_stream_get_line(stream, NULL, 0, &new_len)) == NULL) { in php_fgetcsv()
2157 bptr = buf = new_buf; in php_fgetcsv()

Completed in 27 milliseconds