Lines Matching refs:fNotifyClientArray
472 fNotifyClientArray = NULL; in PMinit()
611 if (fNotifyClientArray) { in PMfree()
612 fNotifyClientArray->release(); in PMfree()
613 fNotifyClientArray = NULL; in PMfree()
6078 if (fNotifyClientArray) { in cleanClientResponses()
6082 context.notifyClients = fNotifyClientArray; in cleanClientResponses()
6116 if (fNotifyClientArray) { in cleanClientResponses()
6117 fNotifyClientArray->release(); in cleanClientResponses()
6118 fNotifyClientArray = NULL; in cleanClientResponses()
6140 assert( fNotifyClientArray == NULL ); in tellClientsWithResponse()
6245 fNotifyClientArray = context.notifyClients; in tellClientsWithResponse()
6270 if (fNotifyClientArray) { in tellClientsWithResponse()
6271 fNotifyClientArray->release(); in tellClientsWithResponse()
6272 fNotifyClientArray = NULL; in tellClientsWithResponse()
6969 if (fNotifyClientArray) { in responseValid()
6970 object = fNotifyClientArray->getObject(ordinalComponent); in responseValid()