Lines Matching refs:quant
339 enum XML_Content_Quant quant; member
5227 enum XML_Content_Quant quant; local
6099 content->quant = XML_CQUANT_NONE;
6124 quant = XML_CQUANT_NONE;
6127 quant = XML_CQUANT_OPT;
6130 quant = XML_CQUANT_REP;
6133 quant = XML_CQUANT_PLUS;
6140 = (quant == XML_CQUANT_NONE ? next : next - enc->minBytesPerChar);
6145 dtd->scaffold[myindex].quant = quant;
6167 quant = XML_CQUANT_NONE;
6170 quant = XML_CQUANT_OPT;
6173 quant = XML_CQUANT_REP;
6176 quant = XML_CQUANT_PLUS;
6182 dtd->scaffold[dtd->scaffIndex[dtd->scaffLevel]].quant = quant;
8382 dest->quant = dtd->scaffold[src_node].quant;