Searched refs:h_root (Results 1 – 2 of 2) sorted by relevance
2319 (PyHamtNode *)(o->h_root), in _PyHamt_Assoc()2325 if (new_root == o->h_root) { in _PyHamt_Assoc()2337 new_o->h_root = new_root; /* borrow */ in _PyHamt_Assoc()2354 (PyHamtNode *)(o->h_root), in _PyHamt_Without()2375 new_o->h_root = new_root; /* borrow */ in _PyHamt_Without()2397 return hamt_node_find(o->h_root, 0, key_hash, key, val); in hamt_find()2436 hamt_iterator_init(&iter, v->h_root); in _PyHamt_Eq()2480 o->h_root = NULL; in hamt_alloc()2501 o->h_root = hamt_node_bitmap_new(0); in _PyHamt_New()2502 if (o->h_root == NULL) { in _PyHamt_New()[all …]
20 PyHamtNode *h_root; member