Lines Matching refs:fNotifyClientArray
475 fNotifyClientArray = NULL; in PMinit()
614 if (fNotifyClientArray) { in PMfree()
615 fNotifyClientArray->release(); in PMfree()
616 fNotifyClientArray = NULL; in PMfree()
6166 if (fNotifyClientArray) { in cleanClientResponses()
6170 context.notifyClients = fNotifyClientArray; in cleanClientResponses()
6208 if (fNotifyClientArray) { in cleanClientResponses()
6209 fNotifyClientArray->release(); in cleanClientResponses()
6210 fNotifyClientArray = NULL; in cleanClientResponses()
6232 assert( fNotifyClientArray == NULL ); in tellClientsWithResponse()
6337 fNotifyClientArray = context.notifyClients; in tellClientsWithResponse()
6362 if (fNotifyClientArray) { in tellClientsWithResponse()
6363 fNotifyClientArray->release(); in tellClientsWithResponse()
6364 fNotifyClientArray = NULL; in tellClientsWithResponse()
7065 if (fNotifyClientArray) { in responseValid()
7066 object = fNotifyClientArray->getObject(ordinalComponent); in responseValid()