Searched refs:key3 (Results 1 – 1 of 1) sorted by relevance
/curl/tests/unit/ |
H A D | unit1603.c | 66 char key3[] = "key3"; variable 77 Curl_hash_str(key3, strlen(key3), slots) != 2 || 92 nodep = Curl_hash_add(&hash_static, &key3, strlen(key3), &key3); 94 nodep = Curl_hash_pick(&hash_static, &key3, strlen(key3)); 95 fail_unless(nodep == key3, "hash retrieval failed"); 108 nodep = Curl_hash_pick(&hash_static, &key3, strlen(key3)); 109 fail_unless(nodep == key3, "hash retrieval failed"); 156 nodep = Curl_hash_pick(&hash_static, &key3, strlen(key3)); 157 fail_unless(nodep == key3, "hash retrieval failed");
|
Completed in 6 milliseconds