Lines Matching refs:Py_INCREF
542 Py_INCREF(_empty_bitmap_node); in hamt_node_bitmap_new()
568 Py_INCREF(_empty_bitmap_node); in hamt_node_bitmap_new()
660 Py_INCREF(key1); in hamt_node_new_bitmap_or_collision()
662 Py_INCREF(val1); in hamt_node_new_bitmap_or_collision()
665 Py_INCREF(key2); in hamt_node_new_bitmap_or_collision()
667 Py_INCREF(val2); in hamt_node_new_bitmap_or_collision()
753 Py_INCREF(self); in hamt_node_bitmap_assoc()
776 Py_INCREF(self); in hamt_node_bitmap_assoc()
786 Py_INCREF(val); in hamt_node_bitmap_assoc()
883 Py_INCREF(new_node->a_array[i]); in hamt_node_bitmap_assoc()
945 Py_INCREF(key); in hamt_node_bitmap_assoc()
947 Py_INCREF(val); in hamt_node_bitmap_assoc()
1036 Py_INCREF(key); in hamt_node_bitmap_without()
1038 Py_INCREF(val); in hamt_node_bitmap_without()
1360 Py_INCREF(self->c_array[i]); in hamt_node_collision_assoc()
1364 Py_INCREF(key); in hamt_node_collision_assoc()
1366 Py_INCREF(val); in hamt_node_collision_assoc()
1381 Py_INCREF(self); in hamt_node_collision_assoc()
1395 Py_INCREF(self->c_array[i]); in hamt_node_collision_assoc()
1401 Py_INCREF(val); in hamt_node_collision_assoc()
1427 Py_INCREF(self); in hamt_node_collision_assoc()
1490 Py_INCREF(self->c_array[2]); in hamt_node_collision_without()
1492 Py_INCREF(self->c_array[3]); in hamt_node_collision_without()
1497 Py_INCREF(self->c_array[0]); in hamt_node_collision_without()
1499 Py_INCREF(self->c_array[1]); in hamt_node_collision_without()
1521 Py_INCREF(self->c_array[i]); in hamt_node_collision_without()
1525 Py_INCREF(self->c_array[i]); in hamt_node_collision_without()
1885 Py_INCREF(key); in hamt_node_array_without()
1887 Py_INCREF(val); in hamt_node_array_without()
1892 Py_INCREF(node); in hamt_node_array_without()
1911 Py_INCREF(node); in hamt_node_array_without()
2328 Py_INCREF(o); in _PyHamt_Assoc()
2365 Py_INCREF(o); in _PyHamt_Without()
2493 Py_INCREF(_empty_hamt); in _PyHamt_New()
2511 Py_INCREF(o); in _PyHamt_New()
2608 Py_INCREF(o); in hamt_baseiter_new()
2665 Py_INCREF(key); in hamt_iter_yield_keys()
2689 Py_INCREF(val); in hamt_iter_yield_values()
2783 Py_INCREF(val); in hamt_tp_subscript()
2834 Py_INCREF(val); in hamt_py_get()
2840 Py_INCREF(def); in hamt_py_get()