url_str           496 lib/vfs/path.c         GString *url_str;
url_str           504 lib/vfs/path.c         url_str = vfs_path_build_url_params_str (element, TRUE);
url_str           505 lib/vfs/path.c         if (url_str != NULL)
url_str           507 lib/vfs/path.c             g_string_append_len (ret_tokens, url_str->str, url_str->len);
url_str           509 lib/vfs/path.c             g_string_free (url_str, TRUE);
url_str           608 lib/vfs/path.c             GString *url_str;
url_str           616 lib/vfs/path.c             url_str = vfs_path_build_url_params_str (element, (flags & VPF_STRIP_PASSWORD) == 0);
url_str           617 lib/vfs/path.c             if (url_str != NULL)
url_str           619 lib/vfs/path.c                 g_string_append_len (buffer, url_str->str, url_str->len);
url_str           621 lib/vfs/path.c                 g_string_free (url_str, TRUE);