copy_of_path     2023 main/streams/streams.c 	char *copy_of_path = NULL;
copy_of_path     2087 main/streams/streams.c 		copy_of_path = pestrdup(path, persistent);
copy_of_path     2088 main/streams/streams.c 		stream->orig_path = copy_of_path;
copy_of_path     2148 main/streams/streams.c 	if (stream == NULL && copy_of_path != NULL) {
copy_of_path     2149 main/streams/streams.c 		pefree(copy_of_path, persistent);