mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
316 lines
58 KiB
HTML
316 lines
58 KiB
HTML
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
|
|
<html xmlns='http://www.w3.org/1999/xhtml'>
|
|
<head>
|
|
<title>path_element</title>
|
|
<meta name='robots' content='noindex,nofollow' />
|
|
<meta name='generator' content='GLOBAL-6.6.11' />
|
|
<meta http-equiv='Content-Style-Type' content='text/css' />
|
|
<link rel='stylesheet' type='text/css' href='../style.css' />
|
|
</head>
|
|
<body>
|
|
<pre>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L359'>path_element</a> 359 lib/vfs/direntry.c vfs_path_element_free (super->path_element);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1111'>path_element</a> 1111 lib/vfs/direntry.c const vfs_path_element_t *path_element;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1116'>path_element</a> 1116 lib/vfs/direntry.c path_element = vfs_path_get_by_index (vpath, -1);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1117'>path_element</a> 1117 lib/vfs/direntry.c subclass = VFS_SUBCLASS (path_element->class);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1139'>path_element</a> 1139 lib/vfs/direntry.c i = subclass->archive_same (path_element, super, vpath_archive, cookie);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1169'>path_element</a> 1169 lib/vfs/direntry.c const vfs_path_element_t *path_element;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1172'>path_element</a> 1172 lib/vfs/direntry.c path_element = vfs_path_get_by_index (vpath, -1);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1174'>path_element</a> 1174 lib/vfs/direntry.c if (path_element->path != NULL)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1175'>path_element</a> 1175 lib/vfs/direntry.c retval = path_element->path;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1183'>path_element</a> 1183 lib/vfs/direntry.c path_element->class->verrno = EIO;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1187'>path_element</a> 1187 lib/vfs/direntry.c subclass = VFS_SUBCLASS (path_element->class);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1189'>path_element</a> 1189 lib/vfs/direntry.c super = subclass->new_archive != NULL ? subclass->new_archive (path_element->class)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1190'>path_element</a> 1190 lib/vfs/direntry.c : vfs_s_new_super (path_element->class);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1199'>path_element</a> 1199 lib/vfs/direntry.c result = subclass->open_archive (super, vpath_archive, path_element);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1204'>path_element</a> 1204 lib/vfs/direntry.c vfs_s_free_super (path_element->class, super);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1205'>path_element</a> 1205 lib/vfs/direntry.c path_element->class->verrno = EIO;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1213'>path_element</a> 1213 lib/vfs/direntry.c vfs_s_insert_super (path_element->class, super);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1214'>path_element</a> 1214 lib/vfs/direntry.c vfs_stamp_create (path_element->class, super);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L407'>path_element</a> 407 lib/vfs/interface.c vfs_path_element_t *path_element;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L412'>path_element</a> 412 lib/vfs/interface.c path_element = (vfs_path_element_t *) vfs_path_get_by_index (vpath, -1);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L413'>path_element</a> 413 lib/vfs/interface.c if (!vfs_path_element_valid (path_element))</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L419'>path_element</a> 419 lib/vfs/interface.c info = path_element->class->opendir ? path_element->class->opendir (vpath) : NULL;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L422'>path_element</a> 422 lib/vfs/interface.c errno = path_element->class->opendir ? vfs_ferrno (path_element->class) : ENOTSUP;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L426'>path_element</a> 426 lib/vfs/interface.c path_element->dir.info = info;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L428'>path_element</a> 428 lib/vfs/interface.c path_element->dir.converter = (path_element->encoding != NULL)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L429'>path_element</a> 429 lib/vfs/interface.c ? str_crt_conv_from (path_element->encoding)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L431'>path_element</a> 431 lib/vfs/interface.c if (path_element->dir.converter == INVALID_CONV)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L432'>path_element</a> 432 lib/vfs/interface.c path_element->dir.converter = str_cnv_from_term;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L434'>path_element</a> 434 lib/vfs/interface.c handle = vfs_new_handle (path_element->class, vfs_path_element_clone (path_element));</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L600'>path_element</a> 600 lib/vfs/interface.c const vfs_path_element_t *path_element;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L645'>path_element</a> 645 lib/vfs/interface.c path_element = vfs_path_get_by_index (vfs_get_raw_current_dir (), -1);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L646'>path_element</a> 646 lib/vfs/interface.c if (vfs_path_element_valid (path_element))</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L648'>path_element</a> 648 lib/vfs/interface.c if (*path_element->path != '\0')</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L652'>path_element</a> 652 lib/vfs/interface.c p = strchr (path_element->path, 0) - 1;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L653'>path_element</a> 653 lib/vfs/interface.c if (IS_PATH_SEP (*p) && p > path_element->path)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L662'>path_element</a> 662 lib/vfs/interface.c if (super != NULL && super->path_element != NULL)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L664'>path_element</a> 664 lib/vfs/interface.c g_free (super->path_element->path);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L665'>path_element</a> 665 lib/vfs/interface.c super->path_element->path = g_strdup (path_element->path);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L204'>path_element</a> 204 lib/vfs/path.c vfs_path_url_split (vfs_path_element_t *path_element, const char *path)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L209'>path_element</a> 209 lib/vfs/path.c path_element->port = 0;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L232'>path_element</a> 232 lib/vfs/path.c path_element->password = g_strdup (inner_colon);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L236'>path_element</a> 236 lib/vfs/path.c path_element->user = g_strdup (pcopy);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L255'>path_element</a> 255 lib/vfs/path.c path_element->ipv6 = TRUE;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L262'>path_element</a> 262 lib/vfs/path.c if (sscanf (colon + 1, "%d", &path_element->port) == 1)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L264'>path_element</a> 264 lib/vfs/path.c if (path_element->port <= 0 || path_element->port >= 65536)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L265'>path_element</a> 265 lib/vfs/path.c path_element->port = 0;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L273'>path_element</a> 273 lib/vfs/path.c path_element->port = 1;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L276'>path_element</a> 276 lib/vfs/path.c path_element->port = 2;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L283'>path_element</a> 283 lib/vfs/path.c path_element->host = g_strdup (rest);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L769'>path_element</a> 769 lib/vfs/path.c vfs_path_add_element (vfs_path_t *vpath, const vfs_path_element_t *path_element)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L771'>path_element</a> 771 lib/vfs/path.c g_array_append_val (vpath->path, path_element);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L897'>path_element</a> 897 lib/vfs/path.c vfs_path_element_t *path_element;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L899'>path_element</a> 899 lib/vfs/path.c path_element = vfs_path_element_clone (vfs_path_get_by_index (vpath, vpath_element_index));</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L900'>path_element</a> 900 lib/vfs/path.c g_array_append_val (new_vpath->path, path_element);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L929'>path_element</a> 929 lib/vfs/path.c vfs_path_element_t *path_element;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L931'>path_element</a> 931 lib/vfs/path.c path_element = (vfs_path_element_t *) vfs_path_get_by_index (vpath, vpath_element_index);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L932'>path_element</a> 932 lib/vfs/path.c vfs_path_element_free (path_element);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1066'>path_element</a> 1066 lib/vfs/path.c vfs_path_element_t *path_element;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1068'>path_element</a> 1068 lib/vfs/path.c path_element = (vfs_path_element_t *) vfs_path_get_by_index (vpath, -1);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1070'>path_element</a> 1070 lib/vfs/path.c if ((path_element->encoding != NULL) && (strcmp (encoding, path_element->encoding) == 0))</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1073'>path_element</a> 1073 lib/vfs/path.c g_free (path_element->encoding);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1074'>path_element</a> 1074 lib/vfs/path.c path_element->encoding = g_strdup (encoding);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1076'>path_element</a> 1076 lib/vfs/path.c if (vfs_path_element_need_cleanup_converter (path_element))</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1077'>path_element</a> 1077 lib/vfs/path.c str_close_conv (path_element->dir.converter);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1079'>path_element</a> 1079 lib/vfs/path.c path_element->dir.converter = str_crt_conv_from (path_element->encoding);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1308'>path_element</a> 1308 lib/vfs/path.c vfs_path_element_t *path_element;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1310'>path_element</a> 1310 lib/vfs/path.c path_element = vfs_path_element_clone (vfs_path_get_by_index (current_vpath, vindex));</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1311'>path_element</a> 1311 lib/vfs/path.c g_array_append_val (ret_vpath->path, path_element);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.h.html#L73'>path_element</a> 73 lib/vfs/path.h void vfs_path_add_element (vfs_path_t *vpath, const vfs_path_element_t *path_element);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--utilvfs.c.html#L243'>path_element</a> 243 lib/vfs/utilvfs.c vfs_path_element_t *path_element;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--utilvfs.c.html#L250'>path_element</a> 250 lib/vfs/utilvfs.c path_element = g_new0 (vfs_path_element_t, 1);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--utilvfs.c.html#L251'>path_element</a> 251 lib/vfs/utilvfs.c path_element->port = default_port;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--utilvfs.c.html#L265'>path_element</a> 265 lib/vfs/utilvfs.c path_element->path = g_strdup (PATH_SEP_STR);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--utilvfs.c.html#L268'>path_element</a> 268 lib/vfs/utilvfs.c path_element->path = g_strndup (dir, pcopy_len - (size_t) (dir - pcopy));</span>
|
|
<span class='curline'><a href='../S/lib--vfs--utilvfs.c.html#L289'>path_element</a> 289 lib/vfs/utilvfs.c path_element->password = g_strdup (inner_colon);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--utilvfs.c.html#L293'>path_element</a> 293 lib/vfs/utilvfs.c path_element->user = g_strdup (pcopy);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--utilvfs.c.html#L303'>path_element</a> 303 lib/vfs/utilvfs.c g_free (path_element->user);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--utilvfs.c.html#L304'>path_element</a> 304 lib/vfs/utilvfs.c path_element->user = vfs_get_local_username ();</span>
|
|
<span class='curline'><a href='../S/lib--vfs--utilvfs.c.html#L320'>path_element</a> 320 lib/vfs/utilvfs.c vfs_path_element_free (path_element);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--utilvfs.c.html#L329'>path_element</a> 329 lib/vfs/utilvfs.c if (sscanf (colon + 1, "%d", &path_element->port) == 1)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--utilvfs.c.html#L331'>path_element</a> 331 lib/vfs/utilvfs.c if (path_element->port <= 0 || path_element->port >= 65536)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--utilvfs.c.html#L332'>path_element</a> 332 lib/vfs/utilvfs.c path_element->port = default_port;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--utilvfs.c.html#L340'>path_element</a> 340 lib/vfs/utilvfs.c path_element->port = 1;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--utilvfs.c.html#L343'>path_element</a> 343 lib/vfs/utilvfs.c path_element->port = 2;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--utilvfs.c.html#L351'>path_element</a> 351 lib/vfs/utilvfs.c path_element->host = g_strdup (rest);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--utilvfs.c.html#L353'>path_element</a> 353 lib/vfs/utilvfs.c path_element->dir.converter = INVALID_CONV;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--utilvfs.c.html#L355'>path_element</a> 355 lib/vfs/utilvfs.c return path_element;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.c.html#L439'>path_element</a> 439 lib/vfs/vfs.c const vfs_path_element_t *path_element;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.c.html#L441'>path_element</a> 441 lib/vfs/vfs.c path_element = vfs_path_get_by_index (vpath, -1);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.c.html#L442'>path_element</a> 442 lib/vfs/vfs.c if (!vfs_path_element_valid (path_element))</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.c.html#L445'>path_element</a> 445 lib/vfs/vfs.c return path_element->class->flags;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--xdirentry.h.html#L74'>path_element</a> 74 lib/vfs/xdirentry.h vfs_path_element_t *path_element;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L1114'>path_element</a> 1114 src/filemanager/panel.c const vfs_path_element_t *path_element;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L1121'>path_element</a> 1121 src/filemanager/panel.c path_element = vfs_path_element_clone (vfs_path_get_by_index (panel->cwd_vpath, -1));</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L1124'>path_element</a> 1124 src/filemanager/panel.c && (strcmp (path_element->class->name, "cpiofs") == 0</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L1125'>path_element</a> 1125 src/filemanager/panel.c || strcmp (path_element->class->name, "extfs") == 0</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L1126'>path_element</a> 1126 src/filemanager/panel.c || strcmp (path_element->class->name, "tarfs") == 0))</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L1145'>path_element</a> 1145 src/filemanager/panel.c vfs_path_add_element (last_vpath, path_element);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L1166'>path_element</a> 1166 src/filemanager/panel.c const vfs_path_element_t *path_element;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L1168'>path_element</a> 1168 src/filemanager/panel.c path_element = vfs_path_get_by_index (panel->cwd_vpath, -1);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L1169'>path_element</a> 1169 src/filemanager/panel.c if (path_element->encoding != NULL)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L1170'>path_element</a> 1170 src/filemanager/panel.c ret_str = g_strdup_printf ("[%s]", path_element->encoding);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L4582'>path_element</a> 4582 src/filemanager/panel.c const vfs_path_element_t *path_element;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L4599'>path_element</a> 4599 src/filemanager/panel.c path_element = vfs_path_get_by_index (panel->cwd_vpath, -1);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L4600'>path_element</a> 4600 src/filemanager/panel.c if (path_element->encoding != NULL)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L4601'>path_element</a> 4601 src/filemanager/panel.c panel->codepage = get_codepage_index (path_element->encoding);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L5055'>path_element</a> 5055 src/filemanager/panel.c vfs_path_element_t *path_element;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L5057'>path_element</a> 5057 src/filemanager/panel.c path_element = vfs_path_element_clone (vfs_path_get_by_index (vpath, indx));</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L5059'>path_element</a> 5059 src/filemanager/panel.c if (path_element->encoding == NULL)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L5061'>path_element</a> 5061 src/filemanager/panel.c vfs_path_add_element (ret_vpath, path_element);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L5065'>path_element</a> 5065 src/filemanager/panel.c converter = str_crt_conv_to (path_element->encoding);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L5068'>path_element</a> 5068 src/filemanager/panel.c vfs_path_add_element (ret_vpath, path_element);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L5072'>path_element</a> 5072 src/filemanager/panel.c MC_PTR_FREE (path_element->encoding);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L5074'>path_element</a> 5074 src/filemanager/panel.c str_vfs_convert_from (converter, path_element->path, tmp_conv);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L5076'>path_element</a> 5076 src/filemanager/panel.c g_free (path_element->path);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L5077'>path_element</a> 5077 src/filemanager/panel.c path_element->path = g_strndup (tmp_conv->str, tmp_conv->len);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L5082'>path_element</a> 5082 src/filemanager/panel.c str_close_conv (path_element->dir.converter);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L5083'>path_element</a> 5083 src/filemanager/panel.c path_element->dir.converter = INVALID_CONV;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L5084'>path_element</a> 5084 src/filemanager/panel.c vfs_path_add_element (ret_vpath, path_element);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L5478'>path_element</a> 5478 src/filemanager/panel.c const vfs_path_element_t *path_element;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L5480'>path_element</a> 5480 src/filemanager/panel.c path_element = vfs_path_get_by_index (panel->cwd_vpath, -1);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L5481'>path_element</a> 5481 src/filemanager/panel.c if (path_element->encoding != NULL)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L5482'>path_element</a> 5482 src/filemanager/panel.c panel->codepage = get_codepage_index (path_element->encoding);</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L789'>path_element</a> 789 src/vfs/extfs/extfs.c const vfs_path_element_t *path_element;</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L792'>path_element</a> 792 src/vfs/extfs/extfs.c path_element = vfs_path_get_by_index (vpath, -1);</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L794'>path_element</a> 794 src/vfs/extfs/extfs.c fstype = extfs_which (path_element->class, path_element->vfs_prefix);</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L817'>path_element</a> 817 src/vfs/extfs/extfs.c path_element->class->verrno = EIO;</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L823'>path_element</a> 823 src/vfs/extfs/extfs.c return path_element->path;</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L352'>path_element</a> 352 src/vfs/ftpfs/ftpfs.c vfs_path_element_t *path_element = vfs_path_element_clone (velement);</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L354'>path_element</a> 354 src/vfs/ftpfs/ftpfs.c if (path_element->port == 0)</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L355'>path_element</a> 355 src/vfs/ftpfs/ftpfs.c path_element->port = FTP_COMMAND_PORT;</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L357'>path_element</a> 357 src/vfs/ftpfs/ftpfs.c if (path_element->user == NULL)</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L361'>path_element</a> 361 src/vfs/ftpfs/ftpfs.c ftpfs_netrc_lookup (path_element->host, &path_element->user, &path_element->password);</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L363'>path_element</a> 363 src/vfs/ftpfs/ftpfs.c if (path_element->user == NULL)</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L364'>path_element</a> 364 src/vfs/ftpfs/ftpfs.c path_element->user = g_strdup ("anonymous");</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L367'>path_element</a> 367 src/vfs/ftpfs/ftpfs.c if (ftpfs_use_netrc && path_element->password == NULL)</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L372'>path_element</a> 372 src/vfs/ftpfs/ftpfs.c ftpfs_netrc_lookup (path_element->host, &new_user, &new_passwd);</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L375'>path_element</a> 375 src/vfs/ftpfs/ftpfs.c if (new_user != NULL && strcmp (path_element->user, new_user) == 0)</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L376'>path_element</a> 376 src/vfs/ftpfs/ftpfs.c path_element->password = new_passwd;</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L383'>path_element</a> 383 src/vfs/ftpfs/ftpfs.c return path_element;</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L455'>path_element</a> 455 src/vfs/ftpfs/ftpfs.c if (ftpfs_login_server (me, super, super->path_element->password))</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L585'>path_element</a> 585 src/vfs/ftpfs/ftpfs.c vfs_print_message (_ ("ftpfs: Disconnecting from %s"), super->path_element->host);</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L621'>path_element</a> 621 src/vfs/ftpfs/ftpfs.c if (super->path_element->password != NULL) // explicit password</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L622'>path_element</a> 622 src/vfs/ftpfs/ftpfs.c op = g_strdup (super->path_element->password);</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L625'>path_element</a> 625 src/vfs/ftpfs/ftpfs.c else if (strcmp (super->path_element->user, "anonymous") == 0</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L626'>path_element</a> 626 src/vfs/ftpfs/ftpfs.c || strcmp (super->path_element->user, "ftp") == 0)</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L637'>path_element</a> 637 src/vfs/ftpfs/ftpfs.c p = g_strdup_printf (_ ("FTP: Password required for %s"), super->path_element->user);</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L642'>path_element</a> 642 src/vfs/ftpfs/ftpfs.c super->path_element->password = g_strdup (op);</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L655'>path_element</a> 655 src/vfs/ftpfs/ftpfs.c name = g_strconcat (super->path_element->user, "@",</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L656'>path_element</a> 656 src/vfs/ftpfs/ftpfs.c super->path_element->host[0] == '!' ? super->path_element->host + 1</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L657'>path_element</a> 657 src/vfs/ftpfs/ftpfs.c : super->path_element->host,</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L660'>path_element</a> 660 src/vfs/ftpfs/ftpfs.c name = g_strdup (super->path_element->user);</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L692'>path_element</a> 692 src/vfs/ftpfs/ftpfs.c super->path_element->user);</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L715'>path_element</a> 715 src/vfs/ftpfs/ftpfs.c wipe_password (super->path_element->password);</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L716'>path_element</a> 716 src/vfs/ftpfs/ftpfs.c super->path_element->password = NULL;</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L722'>path_element</a> 722 src/vfs/ftpfs/ftpfs.c super->path_element->user);</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L832'>path_element</a> 832 src/vfs/ftpfs/ftpfs.c vfs_path_element_t *path_element;</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L834'>path_element</a> 834 src/vfs/ftpfs/ftpfs.c path_element = vfs_url_split (proxy, FTP_COMMAND_PORT, URL_USE_ANONYMOUS);</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L835'>path_element</a> 835 src/vfs/ftpfs/ftpfs.c *host = path_element->host;</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L836'>path_element</a> 836 src/vfs/ftpfs/ftpfs.c path_element->host = NULL;</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L837'>path_element</a> 837 src/vfs/ftpfs/ftpfs.c *port = path_element->port;</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L838'>path_element</a> 838 src/vfs/ftpfs/ftpfs.c vfs_path_element_free (path_element);</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L855'>path_element</a> 855 src/vfs/ftpfs/ftpfs.c if (super->path_element->host == NULL || *super->path_element->host == '\0')</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L868'>path_element</a> 868 src/vfs/ftpfs/ftpfs.c host = g_strdup (super->path_element->host);</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L869'>path_element</a> 869 src/vfs/ftpfs/ftpfs.c tmp_port = super->path_element->port;</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1022'>path_element</a> 1022 src/vfs/ftpfs/ftpfs.c super->path_element = ftpfs_correct_url_parameters (vpath_element);</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1023'>path_element</a> 1023 src/vfs/ftpfs/ftpfs.c if (ftpfs_check_proxy (super->path_element->host))</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1037'>path_element</a> 1037 src/vfs/ftpfs/ftpfs.c vfs_path_element_t *path_element;</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1043'>path_element</a> 1043 src/vfs/ftpfs/ftpfs.c path_element = ftpfs_correct_url_parameters (vpath_element);</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1045'>path_element</a> 1045 src/vfs/ftpfs/ftpfs.c result = ((strcmp (path_element->host, super->path_element->host) == 0)</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1046'>path_element</a> 1046 src/vfs/ftpfs/ftpfs.c && (strcmp (path_element->user, super->path_element->user) == 0)</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1047'>path_element</a> 1047 src/vfs/ftpfs/ftpfs.c && (path_element->port == super->path_element->port))</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1051'>path_element</a> 1051 src/vfs/ftpfs/ftpfs.c vfs_path_element_free (path_element);</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L2428'>path_element</a> 2428 src/vfs/ftpfs/ftpfs.c name = vfs_path_element_build_pretty_path_str (super->path_element);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L143'>path_element</a> 143 src/vfs/sfs/sfs.c const vfs_path_element_t *path_element;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L147'>path_element</a> 147 src/vfs/sfs/sfs.c path_element = vfs_path_get_by_index (vpath, -1);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L151'>path_element</a> 151 src/vfs/sfs/sfs.c w = path_element->class->which (path_element->class, path_element->vfs_prefix);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L196'>path_element</a> 196 src/vfs/sfs/sfs.c ptr = path_element->path;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L411'>path_element</a> 411 src/vfs/sftpfs/config_parser.c config_entity = sftpfs_get_config_entity (super->path_element, mcerror);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L419'>path_element</a> 419 src/vfs/sftpfs/config_parser.c if (super->path_element->port == 0)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L420'>path_element</a> 420 src/vfs/sftpfs/config_parser.c super->path_element->port = config_entity->port;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L422'>path_element</a> 422 src/vfs/sftpfs/config_parser.c if (super->path_element->user == NULL)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L423'>path_element</a> 423 src/vfs/sftpfs/config_parser.c super->path_element->user = g_strdup (config_entity->user);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L427'>path_element</a> 427 src/vfs/sftpfs/config_parser.c char *tmp_str = super->path_element->host;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L429'>path_element</a> 429 src/vfs/sftpfs/config_parser.c super->path_element->host =</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L430'>path_element</a> 430 src/vfs/sftpfs/config_parser.c sftpsfs_expand_hostname (super->path_element->host, config_entity->real_host);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L143'>path_element</a> 143 src/vfs/sftpfs/connection.c if (super->path_element->host == NULL || *super->path_element->host == '\0')</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L149'>path_element</a> 149 src/vfs/sftpfs/connection.c sprintf (port, "%hu", (unsigned short) super->path_element->port);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L164'>path_element</a> 164 src/vfs/sftpfs/connection.c e = getaddrinfo (super->path_element->host, port, &hints, &res);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L171'>path_element</a> 171 src/vfs/sftpfs/connection.c e = getaddrinfo (super->path_element->host, port, &hints, &res);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L223'>path_element</a> 223 src/vfs/sftpfs/connection.c vfs_print_message (_ ("sftp: making connection to %s"), super->path_element->host);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L302'>path_element</a> 302 src/vfs/sftpfs/connection.c found = strcmp (store->name, super->path_element->host) == 0;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L313'>path_element</a> 313 src/vfs/sftpfs/connection.c if (port == super->path_element->port)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L318'>path_element</a> 318 src/vfs/sftpfs/connection.c found = strncmp (store->name + 1, super->path_element->host, kh_name_size) == 0;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L416'>path_element</a> 416 src/vfs/sftpfs/connection.c rc = libssh2_knownhost_addc (sftpfs_super->known_hosts, super->path_element->host, NULL,</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L430'>path_element</a> 430 src/vfs/sftpfs/connection.c super->path_element->host, sftpfs_super->ip_address);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L545'>path_element</a> 545 src/vfs/sftpfs/connection.c sftpfs_super->known_hosts, super->path_element->host, super->path_element->port, remote_key,</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L566'>path_element</a> 566 src/vfs/sftpfs/connection.c super->path_element->host, sftpfs_super->ip_address, key_type, fingerprint_hash);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L579'>path_element</a> 579 src/vfs/sftpfs/connection.c super->path_element->host, sftpfs_super->ip_address);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L638'>path_element</a> 638 src/vfs/sftpfs/connection.c userauthlist = libssh2_userauth_list (sftpfs_super->session, super->path_element->user,</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L639'>path_element</a> 639 src/vfs/sftpfs/connection.c strlen (super->path_element->user));</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L702'>path_element</a> 702 src/vfs/sftpfs/connection.c if (libssh2_agent_userauth (sftpfs_super->agent, super->path_element->user, identity) == 0)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L735'>path_element</a> 735 src/vfs/sftpfs/connection.c if (libssh2_userauth_publickey_fromfile (sftpfs_super->session, super->path_element->user,</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L737'>path_element</a> 737 src/vfs/sftpfs/connection.c super->path_element->password)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L741'>path_element</a> 741 src/vfs/sftpfs/connection.c p = g_strdup_printf (_ ("sftp: Enter passphrase for %s "), super->path_element->user);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L750'>path_element</a> 750 src/vfs/sftpfs/connection.c sftpfs_super->session, super->path_element->user, sftpfs_super->pubkey,</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L789'>path_element</a> 789 src/vfs/sftpfs/connection.c if (strncmp (name, kbi_super->path_element->user, name_len) != 0)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L825'>path_element</a> 825 src/vfs/sftpfs/connection.c if (super->path_element->password != NULL)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L827'>path_element</a> 827 src/vfs/sftpfs/connection.c while ((rc = libssh2_userauth_password (sftpfs_super->session, super->path_element->user,</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L828'>path_element</a> 828 src/vfs/sftpfs/connection.c super->path_element->password))</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L835'>path_element</a> 835 src/vfs/sftpfs/connection.c kbi_passwd = super->path_element->password;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L838'>path_element</a> 838 src/vfs/sftpfs/connection.c super->path_element->user,</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L850'>path_element</a> 850 src/vfs/sftpfs/connection.c p = g_strdup_printf (_ ("sftp: Enter password for %s "), super->path_element->user);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L858'>path_element</a> 858 src/vfs/sftpfs/connection.c while ((rc = libssh2_userauth_password (sftpfs_super->session, super->path_element->user,</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L869'>path_element</a> 869 src/vfs/sftpfs/connection.c super->path_element->user,</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L881'>path_element</a> 881 src/vfs/sftpfs/connection.c g_free (super->path_element->password);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L882'>path_element</a> 882 src/vfs/sftpfs/connection.c super->path_element->password = passwd;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--dir.c.html#L70'>path_element</a> 70 src/vfs/sftpfs/dir.c const vfs_path_element_t *path_element;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--dir.c.html#L74'>path_element</a> 74 src/vfs/sftpfs/dir.c if (!sftpfs_op_init (&sftpfs_super, &path_element, vpath, mcerror))</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--dir.c.html#L77'>path_element</a> 77 src/vfs/sftpfs/dir.c fixfname = sftpfs_fix_filename (path_element->path);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--dir.c.html#L170'>path_element</a> 170 src/vfs/sftpfs/dir.c const vfs_path_element_t *path_element;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--dir.c.html#L173'>path_element</a> 173 src/vfs/sftpfs/dir.c if (!sftpfs_op_init (&sftpfs_super, &path_element, vpath, mcerror))</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--dir.c.html#L176'>path_element</a> 176 src/vfs/sftpfs/dir.c fixfname = sftpfs_fix_filename (path_element->path);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--dir.c.html#L207'>path_element</a> 207 src/vfs/sftpfs/dir.c const vfs_path_element_t *path_element;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--dir.c.html#L210'>path_element</a> 210 src/vfs/sftpfs/dir.c if (!sftpfs_op_init (&sftpfs_super, &path_element, vpath, mcerror))</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--dir.c.html#L213'>path_element</a> 213 src/vfs/sftpfs/dir.c fixfname = sftpfs_fix_filename (path_element->path);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L118'>path_element</a> 118 src/vfs/sftpfs/internal.c sftpfs_stat_init (sftpfs_super_t **super, const vfs_path_element_t **path_element,</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L125'>path_element</a> 125 src/vfs/sftpfs/internal.c if (!sftpfs_op_init (super, path_element, vpath, mcerror))</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L128'>path_element</a> 128 src/vfs/sftpfs/internal.c fixfname = sftpfs_fix_filename ((*path_element)->path);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L224'>path_element</a> 224 src/vfs/sftpfs/internal.c sftpfs_op_init (sftpfs_super_t **super, const vfs_path_element_t **path_element,</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L241'>path_element</a> 241 src/vfs/sftpfs/internal.c *path_element = vfs_path_get_by_index (vpath, -1);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L289'>path_element</a> 289 src/vfs/sftpfs/internal.c const vfs_path_element_t *path_element = NULL;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L293'>path_element</a> 293 src/vfs/sftpfs/internal.c res = sftpfs_stat_init (&super, &path_element, vpath, mcerror, LIBSSH2_SFTP_LSTAT, &attrs);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L317'>path_element</a> 317 src/vfs/sftpfs/internal.c const vfs_path_element_t *path_element = NULL;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L321'>path_element</a> 321 src/vfs/sftpfs/internal.c res = sftpfs_stat_init (&super, &path_element, vpath, mcerror, LIBSSH2_SFTP_STAT, &attrs);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L347'>path_element</a> 347 src/vfs/sftpfs/internal.c const vfs_path_element_t *path_element = NULL;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L351'>path_element</a> 351 src/vfs/sftpfs/internal.c if (!sftpfs_op_init (&super, &path_element, vpath, mcerror))</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L354'>path_element</a> 354 src/vfs/sftpfs/internal.c fixfname = sftpfs_fix_filename (path_element->path);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L437'>path_element</a> 437 src/vfs/sftpfs/internal.c const vfs_path_element_t *path_element = NULL;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L442'>path_element</a> 442 src/vfs/sftpfs/internal.c res = sftpfs_stat_init (&super, &path_element, vpath, mcerror, LIBSSH2_SFTP_LSTAT, &attrs);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L450'>path_element</a> 450 src/vfs/sftpfs/internal.c fixfname = sftpfs_fix_filename (path_element->path);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L490'>path_element</a> 490 src/vfs/sftpfs/internal.c const vfs_path_element_t *path_element = NULL;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L495'>path_element</a> 495 src/vfs/sftpfs/internal.c res = sftpfs_stat_init (&super, &path_element, vpath, mcerror, LIBSSH2_SFTP_LSTAT, &attrs);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L502'>path_element</a> 502 src/vfs/sftpfs/internal.c fixfname = sftpfs_fix_filename (path_element->path);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L541'>path_element</a> 541 src/vfs/sftpfs/internal.c const vfs_path_element_t *path_element = NULL;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L545'>path_element</a> 545 src/vfs/sftpfs/internal.c if (!sftpfs_op_init (&super, &path_element, vpath, mcerror))</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L548'>path_element</a> 548 src/vfs/sftpfs/internal.c fixfname = sftpfs_fix_filename (path_element->path);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.h.html#L78'>path_element</a> 78 src/vfs/sftpfs/internal.h gboolean sftpfs_op_init (sftpfs_super_t **super, const vfs_path_element_t **path_element,</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L664'>path_element</a> 664 src/vfs/sftpfs/sftpfs.c name = vfs_path_element_build_pretty_path_str (super->path_element);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L746'>path_element</a> 746 src/vfs/sftpfs/sftpfs.c super->path_element = vfs_path_element_clone (vpath_element);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L519'>path_element</a> 519 src/vfs/shell/shell.c const char *xsh = (super->path_element->port == SHELL_FLAG_RSH ? "rsh" : "ssh");</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L523'>path_element</a> 523 src/vfs/shell/shell.c if (super->path_element->port == SHELL_FLAG_COMPRESSED)</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L526'>path_element</a> 526 src/vfs/shell/shell.c if (super->path_element->port > SHELL_FLAG_RSH)</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L529'>path_element</a> 529 src/vfs/shell/shell.c g_snprintf (gbuf, sizeof (gbuf), "%d", super->path_element->port);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L540'>path_element</a> 540 src/vfs/shell/shell.c if (super->path_element->user != NULL)</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L543'>path_element</a> 543 src/vfs/shell/shell.c argv[i++] = super->path_element->user;</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L548'>path_element</a> 548 src/vfs/shell/shell.c super->path_element->user = vfs_get_local_username ();</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L551'>path_element</a> 551 src/vfs/shell/shell.c argv[i++] = super->path_element->host;</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L580'>path_element</a> 580 src/vfs/shell/shell.c if (super->path_element->password == NULL)</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L585'>path_element</a> 585 src/vfs/shell/shell.c super->path_element->user);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L590'>path_element</a> 590 src/vfs/shell/shell.c super->path_element->password = op;</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L598'>path_element</a> 598 src/vfs/shell/shell.c str_len = strlen (super->path_element->password);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L599'>path_element</a> 599 src/vfs/shell/shell.c if ((write (shell_super.sockw, super->path_element->password, str_len) !=</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L646'>path_element</a> 646 src/vfs/shell/shell.c g_strconcat ("sh://", super->path_element->user, "@", super->path_element->host,</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L667'>path_element</a> 667 src/vfs/shell/shell.c super->path_element = vfs_path_element_clone (vpath_element);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L670'>path_element</a> 670 src/vfs/shell/shell.c super->path_element->port = SHELL_FLAG_RSH;</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L672'>path_element</a> 672 src/vfs/shell/shell.c shell_super->scr_ls = shell_load_script_from_file (super->path_element->host, VFS_SHELL_LS_FILE,</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L675'>path_element</a> 675 src/vfs/shell/shell.c super->path_element->host, VFS_SHELL_EXISTS_FILE, VFS_SHELL_EXISTS_DEF_CONTENT);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L677'>path_element</a> 677 src/vfs/shell/shell.c super->path_element->host, VFS_SHELL_MKDIR_FILE, VFS_SHELL_MKDIR_DEF_CONTENT);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L679'>path_element</a> 679 src/vfs/shell/shell.c super->path_element->host, VFS_SHELL_UNLINK_FILE, VFS_SHELL_UNLINK_DEF_CONTENT);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L681'>path_element</a> 681 src/vfs/shell/shell.c super->path_element->host, VFS_SHELL_CHOWN_FILE, VFS_SHELL_CHOWN_DEF_CONTENT);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L683'>path_element</a> 683 src/vfs/shell/shell.c super->path_element->host, VFS_SHELL_CHMOD_FILE, VFS_SHELL_CHMOD_DEF_CONTENT);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L685'>path_element</a> 685 src/vfs/shell/shell.c super->path_element->host, VFS_SHELL_UTIME_FILE, VFS_SHELL_UTIME_DEF_CONTENT);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L687'>path_element</a> 687 src/vfs/shell/shell.c super->path_element->host, VFS_SHELL_RMDIR_FILE, VFS_SHELL_RMDIR_DEF_CONTENT);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L688'>path_element</a> 688 src/vfs/shell/shell.c shell_super->scr_ln = shell_load_script_from_file (super->path_element->host, VFS_SHELL_LN_FILE,</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L690'>path_element</a> 690 src/vfs/shell/shell.c shell_super->scr_mv = shell_load_script_from_file (super->path_element->host, VFS_SHELL_MV_FILE,</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L693'>path_element</a> 693 src/vfs/shell/shell.c super->path_element->host, VFS_SHELL_HARDLINK_FILE, VFS_SHELL_HARDLINK_DEF_CONTENT);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L695'>path_element</a> 695 src/vfs/shell/shell.c super->path_element->host, VFS_SHELL_GET_FILE, VFS_SHELL_GET_DEF_CONTENT);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L697'>path_element</a> 697 src/vfs/shell/shell.c super->path_element->host, VFS_SHELL_SEND_FILE, VFS_SHELL_SEND_DEF_CONTENT);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L699'>path_element</a> 699 src/vfs/shell/shell.c super->path_element->host, VFS_SHELL_APPEND_FILE, VFS_SHELL_APPEND_DEF_CONTENT);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L701'>path_element</a> 701 src/vfs/shell/shell.c super->path_element->host, VFS_SHELL_INFO_FILE, VFS_SHELL_INFO_DEF_CONTENT);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L712'>path_element</a> 712 src/vfs/shell/shell.c vfs_path_element_t *path_element;</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L718'>path_element</a> 718 src/vfs/shell/shell.c path_element = vfs_path_element_clone (vpath_element);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L720'>path_element</a> 720 src/vfs/shell/shell.c if (path_element->user == NULL)</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L721'>path_element</a> 721 src/vfs/shell/shell.c path_element->user = vfs_get_local_username ();</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L723'>path_element</a> 723 src/vfs/shell/shell.c result = ((strcmp (path_element->host, super->path_element->host) == 0)</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L724'>path_element</a> 724 src/vfs/shell/shell.c && (strcmp (path_element->user, super->path_element->user) == 0)</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L725'>path_element</a> 725 src/vfs/shell/shell.c && (path_element->port == super->path_element->port))</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L729'>path_element</a> 729 src/vfs/shell/shell.c vfs_path_element_free (path_element);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1659'>path_element</a> 1659 src/vfs/shell/shell.c switch (super->path_element->port)</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1668'>path_element</a> 1668 src/vfs/shell/shell.c if (super->path_element->port > SHELL_FLAG_RSH)</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1670'>path_element</a> 1670 src/vfs/shell/shell.c g_snprintf (gbuf, sizeof (gbuf), ":%d", super->path_element->port);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1677'>path_element</a> 1677 src/vfs/shell/shell.c super->path_element->user, "@", super->path_element->host, flags,</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1678'>path_element</a> 1678 src/vfs/shell/shell.c PATH_SEP_STR, super->path_element->path, (char *) NULL);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--relative_cd.c.html#L162'>path_element</a> 162 tests/lib/vfs/relative_cd.c const vfs_path_element_t *path_element;</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--relative_cd.c.html#L166'>path_element</a> 166 tests/lib/vfs/relative_cd.c path_element = vfs_path_element_clone (vfs_path_get_by_index (vpath, -1));</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--relative_cd.c.html#L171'>path_element</a> 171 tests/lib/vfs/relative_cd.c vfs_path_add_element (last_vpath, path_element);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--vfs_path_string_convert.c.html#L180'>path_element</a> 180 tests/lib/vfs/vfs_path_string_convert.c const vfs_path_element_t *path_element;</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--vfs_path_string_convert.c.html#L188'>path_element</a> 188 tests/lib/vfs/vfs_path_string_convert.c path_element = vfs_path_get_by_index (vpath, -1);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--vfs_path_string_convert.c.html#L193'>path_element</a> 193 tests/lib/vfs/vfs_path_string_convert.c mctest_assert_ptr_eq (path_element->class, data->expected_vfs_class);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--vfs_path_string_convert.c.html#L194'>path_element</a> 194 tests/lib/vfs/vfs_path_string_convert.c mctest_assert_str_eq (path_element->path, data->expected_element_path);</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|