Searched refs:for_http (Results 1 – 2 of 2) sorted by relevance
/third_party/libsoup/libsoup/ |
D | soup-cookie-jar.c | 310 gboolean for_http) in cookie_is_valid_for_same_site_policy() argument 321 (is_safe_method || for_http == FALSE)) in cookie_is_valid_for_same_site_policy() 336 gboolean for_http, in get_cookies() argument 374 for_http) && in get_cookies() 375 (for_http || !cookie->http_only)) in get_cookies() 422 gboolean for_http) in soup_cookie_jar_get_cookies() argument 429 cookies = get_cookies (jar, uri, NULL, NULL, TRUE, for_http, FALSE, FALSE); in soup_cookie_jar_get_cookies() 468 soup_cookie_jar_get_cookie_list (SoupCookieJar *jar, SoupURI *uri, gboolean for_http) in soup_cookie_jar_get_cookie_list() argument 473 return get_cookies (jar, uri, NULL, NULL, TRUE, for_http, FALSE, TRUE); in soup_cookie_jar_get_cookie_list() 503 gboolean for_http, in soup_cookie_jar_get_cookie_list_with_same_site_info() argument [all …]
|
D | soup-cookie-jar.h | 58 gboolean for_http); 62 gboolean for_http); 69 gboolean for_http,
|