new_buf          1089 ext/pcre/php_pcre.c 					*new_buf,			/* Temporary buffer for re-allocation */
new_buf          1215 ext/pcre/php_pcre.c 				new_buf = emalloc(alloc_len);
new_buf          1216 ext/pcre/php_pcre.c 				memcpy(new_buf, result, *result_len);
new_buf          1218 ext/pcre/php_pcre.c 				result = new_buf;
new_buf          1279 ext/pcre/php_pcre.c 					new_buf = safe_emalloc(alloc_len, sizeof(char), 0);
new_buf          1280 ext/pcre/php_pcre.c 					memcpy(new_buf, result, *result_len);
new_buf          1282 ext/pcre/php_pcre.c 					result = new_buf;
new_buf          2120 ext/standard/file.c 								char *new_buf;
new_buf          2136 ext/standard/file.c 								} else if ((new_buf = php_stream_get_line(stream, NULL, 0, &new_len)) == NULL) {
new_buf          2155 ext/standard/file.c 								bptr = buf = new_buf;