Searched refs:numContexts (Results 1 – 1 of 1) sorted by relevance
181 static int numContexts; /* number of contexts in ppAllContexts */ variable206 assert(numContexts >= numEnabledContexts); in RecordFindContextOnAllContexts()207 for (i = 0; i < numContexts; i++) { in RecordFindContextOnAllContexts()1856 reallocarray(ppAllContexts, numContexts + 1, sizeof(RecordContextPtr)); in ProcRecordCreateContext()1877 ppAllContexts[numContexts++] = pContext; in ProcRecordCreateContext()2438 ppAllContexts[i] = ppAllContexts[numContexts - 1]; in RecordDeleteContext()2439 if (--numContexts == 0) { in RecordDeleteContext()2713 for (i = 0; i < numContexts; i++) { in RecordAClientStateChange()2731 numContextsCopy = numContexts; in RecordAClientStateChange()2802 numContexts = numEnabledContexts = numEnabledRCAPs = 0; in RecordExtensionInit()