Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dtypeobject.c2209 PyObject **weaklistptr; in subtype_getweakref() local
2220 weaklistptr = (PyObject **) in subtype_getweakref()
2222 if (*weaklistptr == NULL) in subtype_getweakref()
2225 result = *weaklistptr; in subtype_getweakref()
/external/python/cpython2/Objects/
Dtypeobject.c1950 PyObject **weaklistptr; in subtype_getweakref() local
1961 weaklistptr = (PyObject **) in subtype_getweakref()
1963 if (*weaklistptr == NULL) in subtype_getweakref()
1966 result = *weaklistptr; in subtype_getweakref()