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

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Ddpssimpint.h53 DPSResults resultTable; member in struct:_t_DPSPrivContextRec
H A DdpsXint.h56 DPSResults resultTable; member in struct:_t_DPSPrivContextRec
H A DdpsXclient.c185 c->resultTable = NIL;
191 if (c->resultTable != NIL)
197 c->resultTable = NIL;
208 while (c->resultTable != NIL)
215 c->resultTable = NIL;
351 return ctxt->creator == false && ctxt->resultTable != NIL;
912 if (c->resultTable != NIL) /* Currently waiting for results */
H A Ddpsclient.c590 cc->resultTable = NIL;
601 if (!cc->resultTable || t > cc->resultTableLength) {
608 cc->resultTable = NIL;
611 StuffResultVal((DPSContext)cc, &cc->resultTable[t], t, firstObj);
656 ctxt->resultTable = &DPSR; /* must be non-null for handler to work */
2782 (ctxt)->resultTable = (tbl);
H A DdpsXpriv.c185 if (ctxt->resultTable != NIL)
/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/
H A Ddpsfriends.h207 ctxt->resultTableLength and ctxt->resultTable must have been
288 DPSResults resultTable; member in struct:_t_DPSContextRec
312 The 'resultTableLength' and 'resultTable' fields define the number, type

Completed in 286 milliseconds