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

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Ddpssimpint.h60 integer lastNameIndex, cid; member in struct:_t_DPSPrivContextRec
78 long int lastNameIndex, sid; member in struct:_t_DPSPrivSpaceRec
H A DdpsXint.h63 integer lastNameIndex, cid; member in struct:_t_DPSPrivContextRec
93 long int lastNameIndex, sid; member in struct:_t_DPSPrivSpaceRec
H A DdpsXclient.c242 space->lastNameIndex is the highest index known to be known to the
244 c->lastNameIndex is the highest index sent so far to the context
247 if (((DPSPrivSpace)(c->space))->lastNameIndex < c->lastNameIndex)
248 ((DPSPrivSpace)(c->space))->lastNameIndex = c->lastNameIndex;
652 s->lastNameIndex = -1;
669 c->lastNameIndex = s->lastNameIndex;
745 s->lastNameIndex
[all...]
H A Ddpsclient.c150 lastNameIndex to the last known valid index */
153 ((DPSPrivContext)ctxt)->lastNameIndex = ((DPSPrivSpace)(ctxt->space))->lastNameIndex;
672 for (i = s->lastNameIndex+1; i <= globLastNameIndex; i++)
678 c->lastNameIndex = globLastNameIndex;
701 if (((DPSPrivContext)ctxt)->lastNameIndex < globLastNameIndex) DPSUpdateNameMap(ctxt);
2231 if (c->lastNameIndex < globLastNameIndex)
2334 if (((DPSPrivContext)ctxt)->lastNameIndex < j)
2340 if (((DPSPrivContext)ctxt)->lastNameIndex < globLastNameIndex)
2358 ((DPSPrivContext)c)->lastNameIndex
[all...]

Completed in 15 milliseconds