Files
source/Y/extfs_plugins.html
github-actions[bot] 08571174ab Deploy to GitHub Pages
2026-02-01 17:32:02 +00:00

32 lines
3.7 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>extfs_plugins</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/src--vfs--extfs--extfs.c.html#L110'>extfs_plugins</a> 110 src/vfs/extfs/extfs.c static GArray *extfs_plugins = NULL;</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L178'>extfs_plugins</a> 178 src/vfs/extfs/extfs.c info = &amp;g_array_index (extfs_plugins, extfs_plugin_info_t, EXTFS_SUPER (a)-&gt;fstype);</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L534'>extfs_plugins</a> 534 src/vfs/extfs/extfs.c info = &amp;g_array_index (extfs_plugins, extfs_plugin_info_t, fstype);</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L718'>extfs_plugins</a> 718 src/vfs/extfs/extfs.c for (i = 0; i &lt; extfs_plugins-&gt;len; i++)</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L722'>extfs_plugins</a> 722 src/vfs/extfs/extfs.c info = &amp;g_array_index (extfs_plugins, extfs_plugin_info_t, i);</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L749'>extfs_plugins</a> 749 src/vfs/extfs/extfs.c info = &amp;g_array_index (extfs_plugins, extfs_plugin_info_t, fstype);</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L964'>extfs_plugins</a> 964 src/vfs/extfs/extfs.c info = &amp;g_array_index (extfs_plugins, extfs_plugin_info_t, archive-&gt;fstype);</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1035'>extfs_plugins</a> 1035 src/vfs/extfs/extfs.c info = &amp;g_array_index (extfs_plugins, extfs_plugin_info_t, archive-&gt;fstype);</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1581'>extfs_plugins</a> 1581 src/vfs/extfs/extfs.c if (extfs_plugins == NULL)</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1582'>extfs_plugins</a> 1582 src/vfs/extfs/extfs.c extfs_plugins = g_array_sized_new (FALSE, TRUE, sizeof (extfs_plugin_info_t), 32);</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1619'>extfs_plugins</a> 1619 src/vfs/extfs/extfs.c for (i = 0; i &lt; extfs_plugins-&gt;len &amp;&amp; !found; i++)</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1623'>extfs_plugins</a> 1623 src/vfs/extfs/extfs.c p = &amp;g_array_index (extfs_plugins, extfs_plugin_info_t, i);</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1640'>extfs_plugins</a> 1640 src/vfs/extfs/extfs.c g_array_append_val (extfs_plugins, info);</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1679'>extfs_plugins</a> 1679 src/vfs/extfs/extfs.c if (extfs_plugins == NULL)</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1682'>extfs_plugins</a> 1682 src/vfs/extfs/extfs.c for (i = 0; i &lt; extfs_plugins-&gt;len; i++)</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1686'>extfs_plugins</a> 1686 src/vfs/extfs/extfs.c info = &amp;g_array_index (extfs_plugins, extfs_plugin_info_t, i);</span>
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1691'>extfs_plugins</a> 1691 src/vfs/extfs/extfs.c g_array_free (extfs_plugins, TRUE);</span>
</pre>
</body>
</html>