Searched refs:next_cookie (Results 1 – 1 of 1) sorted by relevance
182 struct curl_slist *next_cookie = NULL; in test() local339 next_cookie = cookies; in test()340 while ( next_cookie ) in test()342 printf( " %s\n", next_cookie->data ); in test()343 next_cookie = next_cookie->next; in test()