Searched refs:_Py_HASHTABLE_ENTRY_PKEY (Results 1 – 2 of 2) sorted by relevance
121 const void *pkey2 = _Py_HASHTABLE_ENTRY_PKEY(entry); in _Py_hashtable_compare_direct()340 memcpy((void *)_Py_HASHTABLE_ENTRY_PKEY(entry), pkey, ht->key_size); in _Py_hashtable_set()444 assert(ht->hash_func(ht, _Py_HASHTABLE_ENTRY_PKEY(entry)) == entry->key_hash); in hashtable_rehash()514 const void *pkey = _Py_HASHTABLE_ENTRY_PKEY(entry); in _Py_hashtable_copy()
32 #define _Py_HASHTABLE_ENTRY_PKEY(ENTRY) \ macro52 memcpy(&(KEY), _Py_HASHTABLE_ENTRY_PKEY(ENTRY), sizeof(KEY)); \