Lines Matching defs:bos

521       DPSExtendedBinObjSeq bos;
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->length;
578 cc->objBuf = (char *)DPScalloc(bos->length, 1);
583 DPSAssertWarn(bos->nTopElements == 1, cc, "illegal binary output detected (bos->nTopElements!=1)");
586 ConvSeqInPlace(1, firstObj, firstObj, bos->tokenType);
1404 DPSExtendedBinObjSeq bos;
1417 bos = &bosRec;
1418 bos->tokenType = seqHead->tokenType;
1419 bos->escape = seqHead->nTopElements;
1420 bos->nTopElements = seqHead->nTopElements;
1421 bos->length = seqHead->length;
1427 bos = (DPSExtendedBinObjSeq) bosBuf;
1428 currObj = &(bos->objects[0]);
1429 seqBase = (char *) &(bos->objects[0]);
1432 firstCharOffset = bos->length - headSize;
1438 NumFormatFromTokenType(bos->tokenType, &numFormat);
1534 unsigned char c = bos->nTopElements;
1538 nBytes = (ctxt->nameEncoding == dps_strings) ? bos->length + len :
1539 bos->length;
1545 DPSWriteData(ctxt, (char *)&bos->escape, 3);
1547 nBytes = (ctxt->nameEncoding == dps_strings) ? bos->length + len :
1548 bos->length;
1555 DPSWriteData(ctxt, stringStart, (bos->length - headSize - firstCharOffset));
1961 DPSExtendedBinObjSeq bos = (DPSExtendedBinObjSeq) buf;
1973 if (bos->escape != 0) {
1976 bos = &bosRec;
1977 bos->tokenType = seqHead->tokenType;
1978 bos->escape = seqHead->nTopElements;
1979 bos->nTopElements = seqHead->nTopElements;
1980 bos->length = seqHead->length;
1983 else currObj = &(bos->objects[0]);
1993 else if (bos->tokenType != DPS_DEF_TOKENTYPE
2000 else DPSWriteData(ctxt, (char *) buf, bos->length);
2008 ctxt, (char *)currObj, currObj, bos->nTopElements,
2009 bos->tokenType, numstringOffsets);
2013 ctxt, (char *)currObj, currObj, bos->nTopElements,
2014 bos->tokenType, numstringOffsets);