url_str 513 lib/vfs/path.c GString *url_str; url_str 521 lib/vfs/path.c url_str = vfs_path_build_url_params_str (element, TRUE); url_str 522 lib/vfs/path.c if (url_str != NULL) url_str 524 lib/vfs/path.c g_string_append_len (ret_tokens, url_str->str, url_str->len); url_str 526 lib/vfs/path.c g_string_free (url_str, TRUE); url_str 629 lib/vfs/path.c GString *url_str; url_str 637 lib/vfs/path.c url_str = vfs_path_build_url_params_str (element, (flags & VPF_STRIP_PASSWORD) == 0); url_str 638 lib/vfs/path.c if (url_str != NULL) url_str 640 lib/vfs/path.c g_string_append_len (buffer, url_str->str, url_str->len); url_str 642 lib/vfs/path.c g_string_free (url_str, TRUE);