Home
last modified time | relevance | path

Searched refs:_odictnode_PREV (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Objects/
H A Dodictobject.c77 * _odictnode_PREV(node)
519 #define _odictnode_PREV(node) (node->prev) macro
640 _odictnode_PREV(node) = NULL; in _odict_add_head()
645 _odictnode_PREV(_odict_FIRST(od)) = node; in _odict_add_head()
653 _odictnode_PREV(node) = _odict_LAST(od); in _odict_add_tail()
713 else if (_odictnode_PREV(node) != NULL) in _odict_remove_node()
714 _odictnode_NEXT(_odictnode_PREV(node)) = _odictnode_NEXT(node); in _odict_remove_node()
717 _odict_LAST(od) = _odictnode_PREV(node); in _odict_remove_node()
719 _odictnode_PREV(_odictnode_NEXT(node)) = _odictnode_PREV(nod in _odict_remove_node()
[all...]

Completed in 3 milliseconds