Searched refs:pListOfRCAP (Results 1 – 1 of 1) sorted by relevance
73 struct _RecordClientsAndProtocolRec *pListOfRCAP; /* all registered info */ member421 for (pRCAP = pContext->pListOfRCAP; pRCAP; pRCAP = pRCAP->pNextRCAP) { in RecordFindClientOnContext()777 for (pRCAP = pContext->pListOfRCAP; pRCAP; pRCAP = pRCAP->pNextRCAP) { in RecordADeviceEvent()1040 if (pContext->pListOfRCAP == pRCAP) in RecordDeleteClientFromRCAP()1041 pContext->pListOfRCAP = pRCAP->pNextRCAP; in RecordDeleteClientFromRCAP()1045 for (prevRCAP = pContext->pListOfRCAP; in RecordDeleteClientFromRCAP()1795 pRCAP->pNextRCAP = pContext->pListOfRCAP; in RecordRegisterClients()1796 pContext->pListOfRCAP = pRCAP; in RecordRegisterClients()1863 pContext->pListOfRCAP = NULL; in ProcRecordCreateContext()2146 for (pRCAP = pContext->pListOfRCAP; pRCAP; pRCAP = pRCAP->pNextRCAP) in ProcRecordGetContext()[all …]