Searched refs:swap_tmp (Results 1 – 2 of 2) sorted by relevance
444 struct type *swap_tmp = LIST_FIRST((head1)); \446 LIST_FIRST((head2)) = swap_tmp; \447 if ((swap_tmp = LIST_FIRST((head1))) != NULL) \448 swap_tmp->field.le_prev = &LIST_FIRST((head1)); \449 if ((swap_tmp = LIST_FIRST((head2))) != NULL) \450 swap_tmp->field.le_prev = &LIST_FIRST((head2)); \
376 struct Curl_addrinfo *swap_tmp; in Curl_shuffle_addr() local378 swap_tmp = nodes[rnd[i] % (i + 1)]; in Curl_shuffle_addr()380 nodes[i] = swap_tmp; in Curl_shuffle_addr()