Lines Matching refs:Cookie

100 static void freecookie(struct Cookie *co)  in freecookie()
370 struct Cookie *co; in remove_expired()
474 struct Cookie *co, in parse_cookie_header()
798 parse_netscape(struct Cookie *co, in parse_netscape()
935 struct Cookie *co, in is_public_suffix()
983 struct Cookie *co, in replace_existing()
993 struct Cookie *clist = Curl_node_elem(n); in replace_existing()
1070 struct Cookie *repl = Curl_node_elem(replace_n); in replace_existing()
1095 struct Cookie *
1107 struct Cookie *co; in Curl_cookie_add()
1118 co = calloc(1, sizeof(struct Cookie)); in Curl_cookie_add()
1297 struct Cookie *c1 = *(struct Cookie **)p1; in cookie_sort()
1298 struct Cookie *c2 = *(struct Cookie **)p2; in cookie_sort()
1333 struct Cookie *c1 = *(struct Cookie **)p1; in cookie_sort_ct()
1334 struct Cookie *c2 = *(struct Cookie **)p2; in cookie_sort_ct()
1374 struct Cookie *co = Curl_node_elem(n); in Curl_cookie_getlist()
1416 struct Cookie **array; in Curl_cookie_getlist()
1420 array = malloc(sizeof(struct Cookie *) * matches); in Curl_cookie_getlist()
1430 qsort(array, matches, sizeof(struct Cookie *), cookie_sort); in Curl_cookie_getlist()
1461 struct Cookie *c = Curl_node_elem(n); in Curl_cookie_clearall()
1489 struct Cookie *curr = Curl_node_elem(n); in Curl_cookie_clearsess()
1520 static char *get_netscape_format(const struct Cookie *co) in get_netscape_format()
1589 struct Cookie **array; in cookie_output()
1592 array = calloc(1, sizeof(struct Cookie *) * ci->numcookies); in cookie_output()
1602 struct Cookie *co = Curl_node_elem(n); in cookie_output()
1609 qsort(array, nvalid, sizeof(struct Cookie *), cookie_sort_ct); in cookie_output()
1663 struct Cookie *c = Curl_node_elem(n); in cookie_list()