Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_elementtree.c65 #define STATIC_CHILDREN 4 macro
238 PyObject* _children[STATIC_CHILDREN];
285 self->extra->allocated = STATIC_CHILDREN; in element_new_extra()
330 self->extra->allocated = STATIC_CHILDREN; in element_new()
/external/python/cpython3/Modules/
D_elementtree.c24 #define STATIC_CHILDREN 4 macro
189 PyObject* _children[STATIC_CHILDREN];
238 self->extra->allocated = STATIC_CHILDREN; in create_extra()