Searched refs:RotatingTree_Enum (Results 1 - 3 of 3) sorted by relevance
/third_party/python/Modules/ |
H A D | rotatingtree.c | 105 A non-zero value is directly returned by RotatingTree_Enum(). */ 107 RotatingTree_Enum(rotating_node_t *root, rotating_tree_enum_fn enumfn, in RotatingTree_Enum() function 113 result = RotatingTree_Enum(root->left, enumfn, arg); in RotatingTree_Enum()
|
H A D | rotatingtree.h | 26 int RotatingTree_Enum(rotating_node_t *root, rotating_tree_enum_fn enumfn,
|
H A D | _lsprof.c | 266 RotatingTree_Enum(entry->calls, freeSubEntry, NULL); in freeEntry() 274 RotatingTree_Enum(pObj->profilerEntries, freeEntry, NULL); in clearEntries() 551 if (RotatingTree_Enum(entry->calls, in statsForEntry() 628 if (RotatingTree_Enum(self->profilerEntries, statsForEntry, &collect) in _lsprof_Profiler_getstats_impl()
|
Completed in 2 milliseconds