Lines Matching refs:fNotifyClientArray
475 fNotifyClientArray = NULL; in PMinit()
614 if (fNotifyClientArray) { in PMfree()
615 fNotifyClientArray->release(); in PMfree()
616 fNotifyClientArray = NULL; in PMfree()
6076 if (fNotifyClientArray) { in cleanClientResponses()
6080 context.notifyClients = fNotifyClientArray; in cleanClientResponses()
6114 if (fNotifyClientArray) { in cleanClientResponses()
6115 fNotifyClientArray->release(); in cleanClientResponses()
6116 fNotifyClientArray = NULL; in cleanClientResponses()
6138 assert( fNotifyClientArray == NULL ); in tellClientsWithResponse()
6243 fNotifyClientArray = context.notifyClients; in tellClientsWithResponse()
6268 if (fNotifyClientArray) { in tellClientsWithResponse()
6269 fNotifyClientArray->release(); in tellClientsWithResponse()
6270 fNotifyClientArray = NULL; in tellClientsWithResponse()
6971 if (fNotifyClientArray) { in responseValid()
6972 object = fNotifyClientArray->getObject(ordinalComponent); in responseValid()