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

/xsrc/external/mit/libXt/dist/src/
H A DTMstate.c657 static TMContextRec contextCache[2]; variable in typeref:typename:TMContextRec[2]
671 if (contextCache[0].numMatches == 0)
672 context = &contextCache[0];
673 else if (contextCache[1].numMatches == 0)
674 context = &contextCache[1];
728 if (&contextCache[0] == *contextPtr)
729 context = &contextCache[0];
730 else if (&contextCache[1] == *contextPtr)
731 context = &contextCache[1];

Completed in 4 milliseconds