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

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Ddpssimpint.h55 struct _t_DPSContextRec *chainParent, *chainChild; member in struct:_t_DPSPrivContextRec
H A DdpsXint.h58 struct _t_DPSContextRec *chainParent, *chainChild; member in struct:_t_DPSPrivContextRec
H A Ddpsclient.c667 DPSContext children = ctxt->chainChild;
670 if (children != NIL) ctxt->chainChild = NIL;
675 if (children != NIL) ctxt->chainChild = children;
681 ctxt->chainChild = children;
682 DPSUpdateNameMap(ctxt->chainChild);
693 if (ctxt->chainChild != NIL) DPSWriteData(ctxt->chainChild, buf, count);
703 if (ctxt->chainChild != NIL) DPSBinObjSeqWrite(ctxt->chainChild, buf, count);
712 if (ctxt->chainChild !
[all...]
H A DdpsXclient.c117 c->chainParent = c->chainChild = NIL;
162 if (ctxt->chainChild != NIL) DPSFlushContext(ctxt->chainChild);
H A Dcslibext.c352 for (curCtxt = ctxt; curCtxt; curCtxt = curCtxt->chainChild)
/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/
H A Ddpsfriends.h290 struct _t_DPSContextRec *chainParent, *chainChild; member in struct:_t_DPSContextRec
320 The chainChild field is non-NIL if this context automatically sends

Completed in 23 milliseconds