Lines Matching refs:_path

117 	if (intern->_path) {  in spl_filesystem_object_free_storage()
118 efree(intern->_path); in spl_filesystem_object_free_storage()
200 return intern->_path; in spl_filesystem_object_get_path()
266 intern->_path = estrndup(path, --intern->_path_len); in spl_filesystem_dir_open()
268 intern->_path = estrndup(path, intern->_path_len); in spl_filesystem_dir_open()
367 intern->_path = estrndup(source->_path, source->_path_len); in spl_filesystem_object_clone()
372 spl_filesystem_dir_open(intern, source->_path); in spl_filesystem_object_clone()
429 if (intern->_path) { in spl_filesystem_info_set_filename()
430 efree(intern->_path); in spl_filesystem_info_set_filename()
432 intern->_path = estrndup(path, intern->_path_len); in spl_filesystem_info_set_filename()
518 intern->_path = spl_filesystem_object_get_path(source, &intern->_path_len); in spl_filesystem_object_create_type()
519 intern->_path = estrndup(intern->_path, intern->_path_len); in spl_filesystem_object_create_type()
556 intern->_path = spl_filesystem_object_get_path(source, &intern->_path_len); in spl_filesystem_object_create_type()
557 intern->_path = estrndup(intern->_path, intern->_path_len); in spl_filesystem_object_create_type()
643 ZVAL_STRINGL(&tmp, intern->_path, intern->_path_len); in spl_filesystem_object_get_debug_info()
732 if (intern->_path) { in spl_filesystem_object_construct()
2097 intern->_path = estrndup(intern->u.file.stream->orig_path, intern->_path_len); in PHP_METHOD()
2132 intern->_path = estrndup("", 0); in PHP_METHOD()