Searched refs:nodep (Results 1 – 4 of 4) sorted by relevance
/curl/tests/unit/ |
H A D | unit1603.c | 69 char *nodep; variable 83 fail_unless(nodep, "insertion into hash failed"); 85 fail_unless(nodep == key1, "hash retrieval failed"); 88 fail_unless(nodep, "insertion into hash failed"); 90 fail_unless(nodep == key2, "hash retrieval failed"); 93 fail_unless(nodep, "insertion into hash failed"); 95 fail_unless(nodep == key3, "hash retrieval failed"); 99 fail_unless(nodep, "insertion into hash failed"); 101 fail_unless(nodep == key4, "hash retrieval failed"); 123 fail_unless(nodep, "insertion into hash failed"); [all …]
|
H A D | unit1602.c | 55 int *nodep; variable 65 nodep = Curl_hash_add(&hash_static, &key, klen, value); 66 if(!nodep) 68 abort_unless(nodep, "insertion into hash failed"); 75 nodep = Curl_hash_add(&hash_static, &key2, klen, value2); 76 if(!nodep) 78 abort_unless(nodep, "insertion into hash failed");
|
H A D | unit1616.c | 54 int *nodep; variable 63 nodep = Curl_hash_offt_set(&hash_static, key, value); 64 if(!nodep) 66 abort_unless(nodep, "insertion into hash failed"); 77 nodep = Curl_hash_offt_set(&hash_static, key2, value2); 78 if(!nodep) 80 abort_unless(nodep, "insertion into hash failed");
|
H A D | unit1305.c | 115 struct Curl_dns_entry *nodep; variable 125 nodep = Curl_hash_add(&hp, data_key, key_len + 1, data_node); 126 abort_unless(nodep, "insertion into hash failed");
|
Completed in 7 milliseconds