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

/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/
H A Dtsolprotocol.c206 Atom lastAtom = GetLastAtom(); local
212 newsize = (lastAtom > INITIAL_TSOL_NODELENGTH ?
213 lastAtom : INITIAL_TSOL_NODELENGTH);
233 if (lastAtom > tsol_lastAtom) {
235 (lastAtom + 1) * sizeof(TsolNodeRec));
242 tsol_nodelength = lastAtom + 1;
247 for (ia = tsol_lastAtom + 1; ia <= lastAtom; ia++) {
265 tsol_lastAtom = lastAtom;

Completed in 18 milliseconds