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

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Ddpsclient.c521 DPSExtendedBinObjSeq bos; local
552 bos = (DPSExtendedBinObjSeq) buf;
553 t = bos->tokenType;
554 minSize = (bos->escape == 0) ? DPS_EXT_HEADER_SIZE : DPS_HEADER_SIZE;
567 bos = &bosRec;
568 bos->tokenType = t;
569 bos->nTopElements = seqHead->nTopElements;
570 bos->length = seqHead->length;
573 else firstObj = &(bos->objects[0]);
574 m = bos
1404 DPSExtendedBinObjSeq bos; local
1961 DPSExtendedBinObjSeq bos = (DPSExtendedBinObjSeq) buf; local
[all...]

Completed in 11 milliseconds