Home
last modified time | relevance | path

Searched refs:key2 (Results 1 – 5 of 5) sorted by relevance

/curl/tests/unit/
H A Dunit1603.c65 char key2[] = "key2b"; variable
76 Curl_hash_str(key2, strlen(key2), slots) != 0 ||
87 nodep = Curl_hash_add(&hash_static, &key2, strlen(key2), &key2);
89 nodep = Curl_hash_pick(&hash_static, &key2, strlen(key2));
90 fail_unless(nodep == key2, "hash retrieval failed");
106 nodep = Curl_hash_pick(&hash_static, &key2, strlen(key2));
107 fail_unless(nodep == key2, "hash retrieval failed");
154 nodep = Curl_hash_pick(&hash_static, &key2, strlen(key2));
155 fail_unless(nodep == key2, "hash retrieval failed");
H A Dunit1616.c57 curl_off_t key2 = 25; variable
69 v = Curl_hash_offt_get(&hash_static, key2);
77 nodep = Curl_hash_offt_set(&hash_static, key2, value2);
81 v = Curl_hash_offt_get(&hash_static, key2);
H A Dunit1602.c59 int key2 = 25; variable
75 nodep = Curl_hash_add(&hash_static, &key2, klen, value2);
/curl/packages/vms/
H A Dconfig_h.com382 $ if key2 .eqs. "LL"
390 $ if key2 .eqs. "bool_t"
398 $ if key2 .eqs. "bits16_t"
414 $ if key2 .eqs. "bits32_t"
430 $ if key2 .eqs. "intmax_t"
442 $ if key2 .eqs. "uintmax_t"
1673 $ if key2 .eqs. "inline"
1741 $ if skey1 .eqs. key2
1765 $! write tf "#define ",key2," """,gproj_name,"_",key2,""""
1780 $! write tf "#define ",key2," """,gproj_name,"_",key2,""""
[all …]
/curl/lib/
H A Dhash.h43 void *key2,

Completed in 18 milliseconds