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

26 lines
2.1 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>url_params</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#L349'>url_params</a> 349 lib/vfs/path.c char *url_params;</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L360'>url_params</a> 360 lib/vfs/path.c url_params = strchr (op, ':'); // skip VFS prefix</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L361'>url_params</a> 361 lib/vfs/path.c if (url_params != NULL)</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L363'>url_params</a> 363 lib/vfs/path.c *url_params = '\0';</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L364'>url_params</a> 364 lib/vfs/path.c url_params++;</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L365'>url_params</a> 365 lib/vfs/path.c vfs_path_url_split (element, url_params);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1537'>url_params</a> 1537 lib/vfs/path.c GString *url_params, *pretty_path;</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1542'>url_params</a> 1542 lib/vfs/path.c url_params = vfs_path_build_url_params_str (element, FALSE);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1543'>url_params</a> 1543 lib/vfs/path.c if (url_params != NULL)</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1545'>url_params</a> 1545 lib/vfs/path.c g_string_append_len (pretty_path, url_params-&gt;str, url_params-&gt;len);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1546'>url_params</a> 1546 lib/vfs/path.c g_string_free (url_params, TRUE);</span>
</pre>
</body>
</html>