Home
last modified time | relevance | path

Searched refs:fixed_base (Results 1 – 1 of 1) sorted by relevance

/third_party/libsoup/libsoup/
Dsoup-uri.c238 SoupURI *uri, fixed_base; in soup_uri_new_with_base() local
250 memcpy (&fixed_base, base, sizeof (SoupURI)); in soup_uri_new_with_base()
251 fixed_base.path = ""; in soup_uri_new_with_base()
252 base = &fixed_base; in soup_uri_new_with_base()