Lines Matching refs:fResponseArray
474 fResponseArray = NULL; in PMinit()
610 if (fResponseArray) { in PMfree()
611 fResponseArray->release(); in PMfree()
612 fResponseArray = NULL; in PMfree()
6150 if (logErrors && fResponseArray) { in cleanClientResponses()
6154 context.responseArray = fResponseArray; in cleanClientResponses()
6189 if (fResponseArray) { in cleanClientResponses()
6190 fResponseArray->release(); in cleanClientResponses()
6191 fResponseArray = NULL; in cleanClientResponses()
6216 assert( fResponseArray == NULL ); in tellClientsWithResponse()
6222 fResponseArray = OSArray::withCapacity( 1 ); in tellClientsWithResponse()
6223 if (!fResponseArray) { in tellClientsWithResponse()
6227 fResponseArray->setCapacityIncrement(8); in tellClientsWithResponse()
6232 context.responseArray = fResponseArray; in tellClientsWithResponse()
6343 if (fResponseArray) { in tellClientsWithResponse()
6344 fResponseArray->release(); in tellClientsWithResponse()
6345 fResponseArray = NULL; in tellClientsWithResponse()
7003 if (fResponseArray == NULL) { in checkForDone()
7008 theFlag = fResponseArray->getObject(i); in checkForDone()
7040 if (fResponseArray == NULL) { in responseValid()
7044 theFlag = fResponseArray->getObject(ordinalComponent); in responseValid()
7103 fResponseArray->replaceObject(ordinalComponent, kOSBooleanTrue); in responseValid()
7133 obj = fResponseArray->getObject(i); in updateClientResponses()
7155 fResponseArray->replaceObject(i, kOSBooleanTrue); in updateClientResponses()
7991 if (fResponseArray) { in isPMBlocked()