Lines Matching defs:quant
334 enum XML_Content_Quant quant;
4736 enum XML_Content_Quant quant;
5606 content->quant = XML_CQUANT_NONE;
5631 quant = XML_CQUANT_NONE;
5634 quant = XML_CQUANT_OPT;
5637 quant = XML_CQUANT_REP;
5640 quant = XML_CQUANT_PLUS;
5647 = (quant == XML_CQUANT_NONE ? next : next - enc->minBytesPerChar);
5652 dtd->scaffold[myindex].quant = quant;
5674 quant = XML_CQUANT_NONE;
5677 quant = XML_CQUANT_OPT;
5680 quant = XML_CQUANT_REP;
5683 quant = XML_CQUANT_PLUS;
5689 dtd->scaffold[dtd->scaffIndex[dtd->scaffLevel]].quant = quant;
7743 dest->quant = dtd->scaffold[src_node].quant;