Home | History | Annotate | Download | only in Modules

Lines Matching defs:NULL

58 static PyObject *garbage = NULL;
61 static PyObject *gc_str = NULL;
64 static PyObject *delstr = NULL;
168 static PyObject *tmod = NULL;
252 node->gc.gc_next = NULL; /* object is not currently tracked */
359 assert(op != NULL);
387 NULL);
507 assert(delstr != NULL);
508 return _PyInstance_Lookup(op, delstr) != NULL;
511 return op->ob_type->tp_del != NULL;
638 for (wr = *wrlist; wr != NULL; wr = *wrlist) {
648 if (wr->wr_callback == NULL)
710 assert(callback != NULL);
713 temp = PyObject_CallFunctionObjArgs(callback, wr, NULL);
714 if (temp == NULL)
748 if (classname != NULL && PyString_Check(classname))
782 if (garbage == NULL) {
784 if (garbage == NULL)
818 if ((clear = Py_TYPE(op)->tp_clear) != NULL) {
855 if (tmod != NULL) {
856 PyObject *f = PyObject_CallMethod(tmod, "time", NULL);
857 if (f == NULL) {
884 if (delstr == NULL) {
886 if (delstr == NULL)
1024 if (gc_str == NULL)
1105 static char *keywords[] = {"generation", NULL};
1110 return NULL;
1114 return NULL;
1148 return NULL;
1179 return NULL;
1255 if (!result) return NULL;
1260 return NULL;
1283 if (result == NULL)
1284 return NULL;
1297 return NULL;
1316 if (result == NULL)
1317 return NULL;
1321 return NULL;
1382 {NULL, NULL} /* Sentinel */
1393 NULL,
1395 if (m == NULL)
1398 if (garbage == NULL) {
1400 if (garbage == NULL)
1413 if (tmod == NULL) {
1415 if (tmod == NULL)
1501 if (g == NULL)
1522 if (op != NULL)
1532 if (op != NULL)
1545 if (g == NULL)