• Home
  • Raw
  • Download

Lines Matching refs:Py_INCREF

523         Py_INCREF(_empty_bitmap_node);  in hamt_node_bitmap_new()
549 Py_INCREF(_empty_bitmap_node); in hamt_node_bitmap_new()
641 Py_INCREF(key1); in hamt_node_new_bitmap_or_collision()
643 Py_INCREF(val1); in hamt_node_new_bitmap_or_collision()
646 Py_INCREF(key2); in hamt_node_new_bitmap_or_collision()
648 Py_INCREF(val2); in hamt_node_new_bitmap_or_collision()
734 Py_INCREF(self); in hamt_node_bitmap_assoc()
757 Py_INCREF(self); in hamt_node_bitmap_assoc()
767 Py_INCREF(val); in hamt_node_bitmap_assoc()
864 Py_INCREF(new_node->a_array[i]); in hamt_node_bitmap_assoc()
926 Py_INCREF(key); in hamt_node_bitmap_assoc()
928 Py_INCREF(val); in hamt_node_bitmap_assoc()
1017 Py_INCREF(key); in hamt_node_bitmap_without()
1019 Py_INCREF(val); in hamt_node_bitmap_without()
1341 Py_INCREF(self->c_array[i]); in hamt_node_collision_assoc()
1345 Py_INCREF(key); in hamt_node_collision_assoc()
1347 Py_INCREF(val); in hamt_node_collision_assoc()
1362 Py_INCREF(self); in hamt_node_collision_assoc()
1376 Py_INCREF(self->c_array[i]); in hamt_node_collision_assoc()
1382 Py_INCREF(val); in hamt_node_collision_assoc()
1408 Py_INCREF(self); in hamt_node_collision_assoc()
1471 Py_INCREF(self->c_array[2]); in hamt_node_collision_without()
1473 Py_INCREF(self->c_array[3]); in hamt_node_collision_without()
1478 Py_INCREF(self->c_array[0]); in hamt_node_collision_without()
1480 Py_INCREF(self->c_array[1]); in hamt_node_collision_without()
1502 Py_INCREF(self->c_array[i]); in hamt_node_collision_without()
1506 Py_INCREF(self->c_array[i]); in hamt_node_collision_without()
1866 Py_INCREF(key); in hamt_node_array_without()
1868 Py_INCREF(val); in hamt_node_array_without()
1873 Py_INCREF(node); in hamt_node_array_without()
1892 Py_INCREF(node); in hamt_node_array_without()
2309 Py_INCREF(o); in _PyHamt_Assoc()
2346 Py_INCREF(o); in _PyHamt_Without()
2474 Py_INCREF(_empty_hamt); in _PyHamt_New()
2492 Py_INCREF(o); in _PyHamt_New()
2589 Py_INCREF(o); in hamt_baseiter_new()
2646 Py_INCREF(key); in hamt_iter_yield_keys()
2670 Py_INCREF(val); in hamt_iter_yield_values()
2764 Py_INCREF(val); in hamt_tp_subscript()
2815 Py_INCREF(val); in hamt_py_get()
2821 Py_INCREF(def); in hamt_py_get()