Searched refs:nextlink (Results 1 – 4 of 4) sorted by relevance
104 UNDI_CONFIG_TABLE *nextlink; ///< A pointer to the next UNDI member
961 UndiData->nextlink = NULL; in InstallConfigTable()991 while (TmpData->nextlink != NULL) { in InstallConfigTable()992 TmpData = TmpData->nextlink; in InstallConfigTable()995 TmpData->nextlink = UndiData; in InstallConfigTable()
333 PyObject *nextlink; member356 tdo->nextlink = NULL; in teedataobject_new()366 if (tdo->nextlink == NULL) in teedataobject_jumplink()367 tdo->nextlink = teedataobject_new(tdo->it); in teedataobject_jumplink()368 Py_XINCREF(tdo->nextlink); in teedataobject_jumplink()369 return tdo->nextlink; in teedataobject_jumplink()400 Py_VISIT(tdo->nextlink); in teedataobject_traverse()409 PyObject *nextlink = ((teedataobject *)obj)->nextlink; in teedataobject_safe_decref() local410 ((teedataobject *)obj)->nextlink = NULL; in teedataobject_safe_decref()412 obj = nextlink; in teedataobject_safe_decref()[all …]
333 PyObject *nextlink; member356 tdo->nextlink = NULL; in teedataobject_new()366 if (tdo->nextlink == NULL) in teedataobject_jumplink()367 tdo->nextlink = teedataobject_new(tdo->it); in teedataobject_jumplink()368 Py_XINCREF(tdo->nextlink); in teedataobject_jumplink()369 return tdo->nextlink; in teedataobject_jumplink()400 Py_VISIT(tdo->nextlink); in teedataobject_traverse()411 Py_CLEAR(tdo->nextlink); in teedataobject_clear()