HomeSort by relevance Sort by last modified time
    Searched refs:hash_static (Results 1 - 2 of 2) sorted by null

  /external/curl/tests/unit/
unit1603.c 31 static struct curl_hash hash_static; variable in typeref:struct:curl_hash
42 return Curl_hash_init(&hash_static, slots, Curl_hash_str,
48 Curl_hash_destroy(&hash_static);
70 nodep = Curl_hash_add(&hash_static, &key1, strlen(key1), &key1);
72 nodep = Curl_hash_pick(&hash_static, &key1, strlen(key1));
75 nodep = Curl_hash_add(&hash_static, &key2, strlen(key2), &key2);
77 nodep = Curl_hash_pick(&hash_static, &key2, strlen(key2));
80 nodep = Curl_hash_add(&hash_static, &key3, strlen(key3), &key3);
82 nodep = Curl_hash_pick(&hash_static, &key3, strlen(key3));
86 nodep = Curl_hash_add(&hash_static, &key4, strlen(key4), &key4)
148 Curl_hash_clean(&hash_static); variable
    [all...]
unit1602.c 31 static struct curl_hash hash_static; variable in typeref:struct:curl_hash
41 return Curl_hash_init(&hash_static, 7, Curl_hash_str,
47 Curl_hash_destroy(&hash_static);
63 nodep = Curl_hash_add(&hash_static, &key, klen, value);
67 Curl_hash_clean(&hash_static); variable
73 nodep = Curl_hash_add(&hash_static, &key2, klen, value2);

Completed in 307 milliseconds