Lines Matching defs:count
41 int count = 0;
59 /* count the number of requests by reading the first header of each
64 h = curl_easy_nextheader(curl, origins, count, NULL);
66 count++;
68 printf("count = %u\n", count);
79 /* count the number of requests again. */
80 count = 0;
82 h = curl_easy_nextheader(curl, origins, count, NULL);
84 count++;
86 printf("count = %u\n", count);