Searched refs:weaklistptr (Results 1 – 2 of 2) sorted by relevance
2209 PyObject **weaklistptr; in subtype_getweakref() local2220 weaklistptr = (PyObject **) in subtype_getweakref()2222 if (*weaklistptr == NULL) in subtype_getweakref()2225 result = *weaklistptr; in subtype_getweakref()
1950 PyObject **weaklistptr; in subtype_getweakref() local1961 weaklistptr = (PyObject **) in subtype_getweakref()1963 if (*weaklistptr == NULL) in subtype_getweakref()1966 result = *weaklistptr; in subtype_getweakref()