Lines Matching refs:fNotifyClientArray
475 fNotifyClientArray = NULL; in PMinit()
614 if (fNotifyClientArray) { in PMfree()
615 fNotifyClientArray->release(); in PMfree()
616 fNotifyClientArray = NULL; in PMfree()
6081 if (fNotifyClientArray) { in cleanClientResponses()
6085 context.notifyClients = fNotifyClientArray; in cleanClientResponses()
6119 if (fNotifyClientArray) { in cleanClientResponses()
6120 fNotifyClientArray->release(); in cleanClientResponses()
6121 fNotifyClientArray = NULL; in cleanClientResponses()
6143 assert( fNotifyClientArray == NULL ); in tellClientsWithResponse()
6248 fNotifyClientArray = context.notifyClients; in tellClientsWithResponse()
6273 if (fNotifyClientArray) { in tellClientsWithResponse()
6274 fNotifyClientArray->release(); in tellClientsWithResponse()
6275 fNotifyClientArray = NULL; in tellClientsWithResponse()
6974 if (fNotifyClientArray) { in responseValid()
6975 object = fNotifyClientArray->getObject(ordinalComponent); in responseValid()