Lines Matching refs:fNotifyClientArray
475 fNotifyClientArray = NULL; in PMinit()
614 if (fNotifyClientArray) { in PMfree()
615 fNotifyClientArray->release(); in PMfree()
616 fNotifyClientArray = NULL; in PMfree()
6108 if (fNotifyClientArray) { in cleanClientResponses()
6112 context.notifyClients = fNotifyClientArray; in cleanClientResponses()
6146 if (fNotifyClientArray) { in cleanClientResponses()
6147 fNotifyClientArray->release(); in cleanClientResponses()
6148 fNotifyClientArray = NULL; in cleanClientResponses()
6170 assert( fNotifyClientArray == NULL ); in tellClientsWithResponse()
6275 fNotifyClientArray = context.notifyClients; in tellClientsWithResponse()
6300 if (fNotifyClientArray) { in tellClientsWithResponse()
6301 fNotifyClientArray->release(); in tellClientsWithResponse()
6302 fNotifyClientArray = NULL; in tellClientsWithResponse()
7003 if (fNotifyClientArray) { in responseValid()
7004 object = fNotifyClientArray->getObject(ordinalComponent); in responseValid()