Lines Matching refs:fNotifyClientArray
465 fNotifyClientArray = NULL; in PMinit()
598 if (fNotifyClientArray) { in PMfree()
599 fNotifyClientArray->release(); in PMfree()
600 fNotifyClientArray = NULL; in PMfree()
6021 if (fNotifyClientArray) { in cleanClientResponses()
6025 context.notifyClients = fNotifyClientArray; in cleanClientResponses()
6059 if (fNotifyClientArray) { in cleanClientResponses()
6060 fNotifyClientArray->release(); in cleanClientResponses()
6061 fNotifyClientArray = NULL; in cleanClientResponses()
6083 assert( fNotifyClientArray == NULL ); in tellClientsWithResponse()
6188 fNotifyClientArray = context.notifyClients; in tellClientsWithResponse()
6213 if (fNotifyClientArray) { in tellClientsWithResponse()
6214 fNotifyClientArray->release(); in tellClientsWithResponse()
6215 fNotifyClientArray = NULL; in tellClientsWithResponse()
6912 if (fNotifyClientArray) { in responseValid()
6913 object = fNotifyClientArray->getObject(ordinalComponent); in responseValid()