Searched refs:__protocols_hashtable (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libobjc/
H A Dprotocols.c39 static cache_ptr __protocols_hashtable; variable
52 __protocols_hashtable = objc_hash_new (64, (hash_func_type) objc_hash_string,
71 if (! objc_hash_is_key_in_hash (__protocols_hashtable, name))
72 objc_hash_add (&__protocols_hashtable, name, object);
86 protocol = (Protocol *)(objc_hash_value_for_key (__protocols_hashtable, name));
102 node = objc_hash_next (__protocols_hashtable, NULL);
106 node = objc_hash_next (__protocols_hashtable, node);
117 node = objc_hash_next (__protocols_hashtable, NULL);
122 node = objc_hash_next (__protocols_hashtable, node);
/netbsd-current/external/gpl3/gcc/dist/libobjc/
H A Dprotocols.c39 static cache_ptr __protocols_hashtable; variable
52 __protocols_hashtable = objc_hash_new (64, (hash_func_type) objc_hash_string,
71 if (! objc_hash_is_key_in_hash (__protocols_hashtable, name))
72 objc_hash_add (&__protocols_hashtable, name, object);
86 protocol = (Protocol *)(objc_hash_value_for_key (__protocols_hashtable, name));
102 node = objc_hash_next (__protocols_hashtable, NULL);
106 node = objc_hash_next (__protocols_hashtable, node);
117 node = objc_hash_next (__protocols_hashtable, NULL);
122 node = objc_hash_next (__protocols_hashtable, node);

Completed in 74 milliseconds