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

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Ddpsclient.c693 if (ctxt->chainChild != NIL) DPSWriteData(ctxt->chainChild, buf, count);
1330 DPSWriteData(ctxt, p, length);
1378 else DPSWriteData(ctxt, &c, 1);
1436 so it is okay to call DPSWriteData */
1499 case 2: DPSWriteData(ctxt, p, strlen(p)); goto next_obj;
1510 DPSWriteData(ctxt, (char *) &newObj, sizeof(newObj));
1531 DPSWriteData(ctxt, (char *) &t, 1);
1536 DPSWriteData(ctxt, (char *) &c, 1);
1540 DPSWriteData(ctxt, (char *)&nBytes, 2);
1545 DPSWriteData(ctx
2812 void DPSWriteData( function
[all...]
H A Ddps-def.cpp47 DPSWriteData
/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/
H A Ddpsclient.h239 extern void DPSWriteData(DPSContext ctxt, char *buf, unsigned int count);
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DFontSB.c1402 DPSWriteData(ctxt, "\nexec\n", 6);
1405 DPSWriteData(ctxt, buf, strlen(buf));
1409 DPSWriteData(ctxt, eobuf, strlen(eobuf));

Completed in 29 milliseconds