Lines Matching refs:fNotifyClientArray
443 fNotifyClientArray = NULL; in PMinit()
576 if (fNotifyClientArray) { in PMfree()
577 fNotifyClientArray->release(); in PMfree()
578 fNotifyClientArray = NULL; in PMfree()
5998 if (fNotifyClientArray) { in cleanClientResponses()
6002 context.notifyClients = fNotifyClientArray; in cleanClientResponses()
6037 if (fNotifyClientArray) { in cleanClientResponses()
6038 fNotifyClientArray->release(); in cleanClientResponses()
6039 fNotifyClientArray = NULL; in cleanClientResponses()
6061 assert( fNotifyClientArray == NULL ); in tellClientsWithResponse()
6160 fNotifyClientArray = context.notifyClients; in tellClientsWithResponse()
6185 if (fNotifyClientArray) { in tellClientsWithResponse()
6186 fNotifyClientArray->release(); in tellClientsWithResponse()
6187 fNotifyClientArray = NULL; in tellClientsWithResponse()
6884 if (fNotifyClientArray) { in responseValid()
6885 object = fNotifyClientArray->getObject(ordinalComponent); in responseValid()