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

23 lines
1.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>recode_buffer</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--path.c.html#L587'>recode_buffer</a> 587 lib/vfs/path.c GString *recode_buffer = NULL;</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L636'>recode_buffer</a> 636 lib/vfs/path.c if (recode_buffer == NULL)</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L637'>recode_buffer</a> 637 lib/vfs/path.c recode_buffer = g_string_sized_new (32);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L639'>recode_buffer</a> 639 lib/vfs/path.c g_string_set_size (recode_buffer, 0);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L641'>recode_buffer</a> 641 lib/vfs/path.c str_vfs_convert_from (element-&gt;dir.converter, element-&gt;path, recode_buffer);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L642'>recode_buffer</a> 642 lib/vfs/path.c vfs_append_from_path (recode_buffer-&gt;str, is_relative);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L650'>recode_buffer</a> 650 lib/vfs/path.c if (recode_buffer != NULL)</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L651'>recode_buffer</a> 651 lib/vfs/path.c g_string_free (recode_buffer, TRUE);</span>
</pre>
</body>
</html>