Lines Matching refs:orig_path
317 ret->orig_path = NULL; in _php_stream_alloc()
383 …stream->ops->label, stream, stream->orig_path, stream->in_free, _php_stream_pretty_free_options(cl… in _php_stream_free()
434 stream->ops->label, stream, stream->orig_path, preserve_handle, release_cast, in _php_stream_free()
512 …type '%s' %p (path:%s) was not closed\n", __LINE__, stream->ops->label, stream, stream->orig_path); in _php_stream_free()
514 if (stream->orig_path) { in _php_stream_free()
515 pefree(stream->orig_path, stream->is_persistent); in _php_stream_free()
516 stream->orig_path = NULL; in _php_stream_free()
527 if (stream->orig_path) { in _php_stream_free()
528 pefree(stream->orig_path, stream->is_persistent); in _php_stream_free()
529 stream->orig_path = NULL; in _php_stream_free()
535 if (stream->orig_path) { in _php_stream_free()
536 pefree(stream->orig_path, stream->is_persistent); in _php_stream_free()
537 stream->orig_path = NULL; in _php_stream_free()
2079 if (stream->orig_path) {
2080 pefree(stream->orig_path, persistent);
2083 stream->orig_path = copy_of_path;
2102 if (newstream->orig_path) {
2103 pefree(newstream->orig_path, persistent);
2105 newstream->orig_path = pestrdup(path, persistent);