Lines Matching refs:orig_path
340 ret->orig_path = NULL; in _php_stream_alloc()
405 …stream->ops->label, stream, stream->orig_path, stream->in_free, _php_stream_pretty_free_options(cl… in _php_stream_free()
456 stream->ops->label, stream, stream->orig_path, preserve_handle, release_cast, in _php_stream_free()
535 …type '%s' %p (path:%s) was not closed\n", __LINE__, stream->ops->label, stream, stream->orig_path); in _php_stream_free()
537 if (stream->orig_path) { in _php_stream_free()
538 pefree(stream->orig_path, stream->is_persistent); in _php_stream_free()
539 stream->orig_path = NULL; in _php_stream_free()
549 if (stream->orig_path) { in _php_stream_free()
550 pefree(stream->orig_path, stream->is_persistent); in _php_stream_free()
551 stream->orig_path = NULL; in _php_stream_free()
557 if (stream->orig_path) { in _php_stream_free()
558 pefree(stream->orig_path, stream->is_persistent); in _php_stream_free()
559 stream->orig_path = NULL; in _php_stream_free()
2093 if (stream->orig_path) {
2094 pefree(stream->orig_path, persistent);
2097 stream->orig_path = copy_of_path;
2116 if (newstream->orig_path) {
2117 pefree(newstream->orig_path, persistent);
2119 newstream->orig_path = pestrdup(path, persistent);