Searched defs:currObj (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Ddpsclient.c363 static void ConvSeqInPlace(nObjs, currObj, base, tokenType)
365 DPSBinObj currObj;
374 unsigned char t = currObj->attributedType & 0x07f;
381 IEEEHighToNative(&currObj->val.realVal, &f);
383 IEEELowToNative(&currObj->val.realVal, &f);
386 currObj->val.realVal = f;
390 if (currObj->length > 0)
391 ConvSeqInPlace(currObj->length, (DPSBinObj)(base + currObj->val.arrayVal), base, tokenType);
398 ++currObj;
1247 WriteSeqAsAscii( DPSContext ctxt, char *base, DPSBinObj currObj, unsigned int nObjs, unsigned char tokenType, int *numstringOffsets) argument
1410 DPSBinObj currObj; local
1613 WriteSeqAsTokens( DPSContext ctxt, char *base, DPSBinObj currObj, unsigned int nObjs, unsigned char tokenType, int *numstringOffsets) argument
1963 DPSBinObj currObj; local
[all...]

Completed in 15 milliseconds