Lines Matching refs:fNotifyClientArray
476 fNotifyClientArray = NULL; in PMinit()
615 if (fNotifyClientArray) { in PMfree()
616 fNotifyClientArray->release(); in PMfree()
617 fNotifyClientArray = NULL; in PMfree()
6234 if (fNotifyClientArray) { in cleanClientResponses()
6238 context.notifyClients = fNotifyClientArray; in cleanClientResponses()
6276 if (fNotifyClientArray) { in cleanClientResponses()
6277 fNotifyClientArray->release(); in cleanClientResponses()
6278 fNotifyClientArray = NULL; in cleanClientResponses()
6300 assert( fNotifyClientArray == NULL ); in tellClientsWithResponse()
6405 fNotifyClientArray = context.notifyClients; in tellClientsWithResponse()
6430 if (fNotifyClientArray) { in tellClientsWithResponse()
6431 fNotifyClientArray->release(); in tellClientsWithResponse()
6432 fNotifyClientArray = NULL; in tellClientsWithResponse()
7133 if (fNotifyClientArray) { in responseValid()
7134 object = fNotifyClientArray->getObject(ordinalComponent); in responseValid()