Lines Matching defs:matches
1392 size_t matches = 0;
1417 * the right part of the host matches the domain stuff in the
1440 matches++;
1441 if(matches >= MAX_COOKIE_SEND_AMOUNT) {
1443 matches);
1455 if(matches) {
1465 array = malloc(sizeof(struct Cookie *) * matches);
1475 qsort(array, matches, sizeof(struct Cookie *), cookie_sort);
1480 for(i = 0; i<matches-1; i++)
1482 array[matches-1]->next = NULL; /* terminate the list */