Lines Matching refs:fNotifyClientArray
475 fNotifyClientArray = NULL; in PMinit()
614 if (fNotifyClientArray) { in PMfree()
615 fNotifyClientArray->release(); in PMfree()
616 fNotifyClientArray = NULL; in PMfree()
6151 if (fNotifyClientArray) { in cleanClientResponses()
6155 context.notifyClients = fNotifyClientArray; in cleanClientResponses()
6193 if (fNotifyClientArray) { in cleanClientResponses()
6194 fNotifyClientArray->release(); in cleanClientResponses()
6195 fNotifyClientArray = NULL; in cleanClientResponses()
6217 assert( fNotifyClientArray == NULL ); in tellClientsWithResponse()
6322 fNotifyClientArray = context.notifyClients; in tellClientsWithResponse()
6347 if (fNotifyClientArray) { in tellClientsWithResponse()
6348 fNotifyClientArray->release(); in tellClientsWithResponse()
6349 fNotifyClientArray = NULL; in tellClientsWithResponse()
7050 if (fNotifyClientArray) { in responseValid()
7051 object = fNotifyClientArray->getObject(ordinalComponent); in responseValid()