Lines Matching refs:fNotifyClientArray
443 fNotifyClientArray = NULL; in PMinit()
576 if (fNotifyClientArray) { in PMfree()
577 fNotifyClientArray->release(); in PMfree()
578 fNotifyClientArray = NULL; in PMfree()
5998 if (fNotifyClientArray) { in cleanClientResponses()
6002 context.notifyClients = fNotifyClientArray; in cleanClientResponses()
6036 if (fNotifyClientArray) { in cleanClientResponses()
6037 fNotifyClientArray->release(); in cleanClientResponses()
6038 fNotifyClientArray = NULL; in cleanClientResponses()
6060 assert( fNotifyClientArray == NULL ); in tellClientsWithResponse()
6159 fNotifyClientArray = context.notifyClients; in tellClientsWithResponse()
6184 if (fNotifyClientArray) { in tellClientsWithResponse()
6185 fNotifyClientArray->release(); in tellClientsWithResponse()
6186 fNotifyClientArray = NULL; in tellClientsWithResponse()
6883 if (fNotifyClientArray) { in responseValid()
6884 object = fNotifyClientArray->getObject(ordinalComponent); in responseValid()