Searched refs:ppAllContexts (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/record/
H A Drecord.c186 static RecordContextPtr *ppAllContexts;
188 static int numContexts;/* number of contexts in ppAllContexts */
191 * up at the front of the ppAllContexts array, from ppAllContexts[0] to
192 * ppAllContexts[numEnabledContexts-1], to eliminate time spent skipping
203 * The index into the array ppAllContexts at which pContext is stored.
204 * If pContext is not found in ppAllContexts, returns -1.
216 if (ppAllContexts[i] == pContext)
536 pContext = ppAllContexts[i];
618 pContext = ppAllContexts[ec
185 static RecordContextPtr *ppAllContexts; variable in typeref:typename:RecordContextPtr *
[all...]
/xsrc/external/mit/xorg-server/dist/record/
H A Drecord.c181 static RecordContextPtr *ppAllContexts;
183 static int numContexts; /* number of contexts in ppAllContexts */
186 * up at the front of the ppAllContexts array, from ppAllContexts[0] to
187 * ppAllContexts[numEnabledContexts-1], to eliminate time spent skipping
198 * The index into the array ppAllContexts at which pContext is stored.
199 * If pContext is not found in ppAllContexts, returns -1.
210 if (ppAllContexts[i] == pContext)
515 pContext = ppAllContexts[i];
590 pContext = ppAllContexts[ec
180 static RecordContextPtr *ppAllContexts; variable in typeref:typename:RecordContextPtr *
[all...]

Completed in 5 milliseconds