Home
last modified time | relevance | path

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

/third_party/libsoup/libsoup/
Dsoup-cookie-jar.c331 get_cookies (SoupCookieJar *jar, in get_cookies() function
429 cookies = get_cookies (jar, uri, NULL, NULL, TRUE, for_http, FALSE, FALSE); in soup_cookie_jar_get_cookies()
473 return get_cookies (jar, uri, NULL, NULL, TRUE, for_http, FALSE, TRUE); in soup_cookie_jar_get_cookie_list()
510 …return get_cookies (jar, uri, top_level, site_for_cookies, is_safe_method, for_http, is_top_level… in soup_cookie_jar_get_cookie_list_with_same_site_info()
/third_party/ffmpeg/libavformat/
Dhttp.c1122 static int get_cookies(HTTPContext *s, char **cookies, const char *path, in get_cookies() function
1367 if (!get_cookies(s, &cookies, path, hoststr) && cookies) { in http_connect()