Lines Matching refs:entrycopy
1547 setentry entrycopy;1549 entrycopy.hash = entry->hash;1550 entrycopy.key = entry->key;1557 if (set_add_entry((PySetObject *)result, &entrycopy) == -1) {