Lines Matching defs:quant
311 enum XML_Content_Quant quant;
4651 enum XML_Content_Quant quant;
5487 content->quant = XML_CQUANT_NONE;
5512 quant = XML_CQUANT_NONE;
5515 quant = XML_CQUANT_OPT;
5518 quant = XML_CQUANT_REP;
5521 quant = XML_CQUANT_PLUS;
5528 = (quant == XML_CQUANT_NONE ? next : next - enc->minBytesPerChar);
5533 dtd->scaffold[myindex].quant = quant;
5555 quant = XML_CQUANT_NONE;
5558 quant = XML_CQUANT_OPT;
5561 quant = XML_CQUANT_REP;
5564 quant = XML_CQUANT_PLUS;
5570 dtd->scaffold[dtd->scaffIndex[dtd->scaffLevel]].quant = quant;
7580 dest->quant = dtd->scaffold[src_node].quant;