Searched refs:tpn (Results 1 – 2 of 2) sorted by relevance
781 XvVideoNotifyPtr pn, tpn, fpn; in XvdiSelectVideoNotify() local800 if (!(tpn = malloc(sizeof(XvVideoNotifyRec)))) in XvdiSelectVideoNotify()802 tpn->next = NULL; in XvdiSelectVideoNotify()803 tpn->client = NULL; in XvdiSelectVideoNotify()804 if (!AddResource(pDraw->id, XvRTVideoNotifyList, tpn)) in XvdiSelectVideoNotify()811 tpn = pn; in XvdiSelectVideoNotify()812 while (tpn) { in XvdiSelectVideoNotify()813 if (tpn->client == client) { in XvdiSelectVideoNotify()815 tpn->client = NULL; in XvdiSelectVideoNotify()818 if (!tpn->client) in XvdiSelectVideoNotify()[all …]
27727 so don't do it twice. And set tpn->client to NULL explicitly to avoid