Lines Matching refs:space
109 ss = (DPSPrivSpace)c->space;
241 /* update space's name map.
242 space->lastNameIndex is the highest index known to be known to the
243 server for this space.
247 if (((DPSPrivSpace)(c->space))->lastNameIndex < c->lastNameIndex)
248 ((DPSPrivSpace)(c->space))->lastNameIndex = c->lastNameIndex;
329 DPSPrivSpace s = (DPSPrivSpace) c->space;
335 /* Don't free the space's wh out from under it */
339 void DPSPrivateDestroySpace(DPSSpace space)
341 DPSPrivSpace ss = (DPSPrivSpace) space;
473 c->space = (DPSSpace) s;
526 DPSSpace space)
537 newCtxt = DPSCreateContext ((char *) xwh, textProc, errorProc, space);
557 DPSSpace space)
568 newCtxt = DPSCreateContext ((char *) xwh, textProc, errorProc, space);
587 DPSSpace space)
598 newCtxt = DPSCreateContext ((char *) xwh, textProc, errorProc, space);
648 if (s == NIL) /* Create new space record. */
661 c->space = (DPSSpace) s;
692 DPSPrivSpace ss = (DPSPrivSpace) (cc->space);
737 if (s == NIL) /* Create new space record. */
786 SpaceXID XDPSXIDFromSpace (Pdpy, space)
788 DPSSpace space;
790 DPSPrivSpace ss = (DPSPrivSpace) space;