mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
23 lines
1.7 KiB
HTML
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->dir.converter, element->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->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>
|