Home
last modified time | relevance | path

Searched refs:ParentLocator (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Modules/
D_elementtree.c2075 } ParentLocator; typedef
2079 ParentLocator *parent_stack;
2122 ParentLocator *item; in parent_stack_push_new()
2126 ParentLocator *parent_stack = it->parent_stack; in parent_stack_push_new()
2127 PyMem_Resize(parent_stack, ParentLocator, new_size); in parent_stack_push_new()
2176 ParentLocator *item = &it->parent_stack[it->parent_stack_used - 1]; in elementiter_next()
2308 it->parent_stack = PyMem_New(ParentLocator, INIT_PARENT_STACK_SIZE); in create_elementiter()