url_str 497 lib/vfs/path.c GString *url_str; url_str 505 lib/vfs/path.c url_str = vfs_path_build_url_params_str (element, TRUE); url_str 506 lib/vfs/path.c if (url_str != NULL) url_str 508 lib/vfs/path.c g_string_append_len (ret_tokens, url_str->str, url_str->len); url_str 510 lib/vfs/path.c g_string_free (url_str, TRUE); url_str 609 lib/vfs/path.c GString *url_str; url_str 617 lib/vfs/path.c url_str = vfs_path_build_url_params_str (element, (flags & VPF_STRIP_PASSWORD) == 0); url_str 618 lib/vfs/path.c if (url_str != NULL) url_str 620 lib/vfs/path.c g_string_append_len (buffer, url_str->str, url_str->len); url_str 622 lib/vfs/path.c g_string_free (url_str, TRUE);