Lines Matching refs:orig_path
321 ret->orig_path = NULL; in _php_stream_alloc()
395 …stream->ops->label, stream, stream->orig_path, stream->in_free, _php_stream_pretty_free_options(cl… in _php_stream_free()
445 stream->ops->label, stream, stream->orig_path, preserve_handle, release_cast, in _php_stream_free()
523 if (stream->orig_path) { in _php_stream_free()
524 pefree(stream->orig_path, stream->is_persistent); in _php_stream_free()
525 stream->orig_path = NULL; in _php_stream_free()
2266 if (stream->orig_path) {
2267 pefree(stream->orig_path, persistent);
2270 stream->orig_path = copy_of_path;
2289 if (newstream->orig_path) {
2290 pefree(newstream->orig_path, persistent);
2292 newstream->orig_path = pestrdup(path, persistent);