url_str 512 lib/vfs/path.c GString *url_str; url_str 520 lib/vfs/path.c url_str = vfs_path_build_url_params_str (element, TRUE); url_str 521 lib/vfs/path.c if (url_str != NULL) url_str 523 lib/vfs/path.c g_string_append_len (ret_tokens, url_str->str, url_str->len); url_str 525 lib/vfs/path.c g_string_free (url_str, TRUE); url_str 628 lib/vfs/path.c GString *url_str; url_str 636 lib/vfs/path.c url_str = vfs_path_build_url_params_str (element, (flags & VPF_STRIP_PASSWORD) == 0); url_str 637 lib/vfs/path.c if (url_str != NULL) url_str 639 lib/vfs/path.c g_string_append_len (buffer, url_str->str, url_str->len); url_str 641 lib/vfs/path.c g_string_free (url_str, TRUE);