url_str 495 lib/vfs/path.c GString *url_str; url_str 503 lib/vfs/path.c url_str = vfs_path_build_url_params_str (element, TRUE); url_str 504 lib/vfs/path.c if (url_str != NULL) url_str 506 lib/vfs/path.c g_string_append_len (ret_tokens, url_str->str, url_str->len); url_str 508 lib/vfs/path.c g_string_free (url_str, TRUE); url_str 607 lib/vfs/path.c GString *url_str; url_str 615 lib/vfs/path.c url_str = vfs_path_build_url_params_str (element, (flags & VPF_STRIP_PASSWORD) == 0); url_str 616 lib/vfs/path.c if (url_str != NULL) url_str 618 lib/vfs/path.c g_string_append_len (buffer, url_str->str, url_str->len); url_str 620 lib/vfs/path.c g_string_free (url_str, TRUE);