copy_of_path     2027 main/streams/streams.c 	char *copy_of_path = NULL;
copy_of_path     2091 main/streams/streams.c 		copy_of_path = pestrdup(path, persistent);
copy_of_path     2092 main/streams/streams.c 		stream->orig_path = copy_of_path;
copy_of_path     2152 main/streams/streams.c 	if (stream == NULL && copy_of_path != NULL) {
copy_of_path     2153 main/streams/streams.c 		pefree(copy_of_path, persistent);