Lines Matching defs:tix
1257 int bufix = 0, six = 0, tix = 0;
1523 toptstart = tix;
1531 ((!six && !tix && (i == priority_len - 1) &&
1543 (second_cutoff + tix + 3 + length < buflen)) {
1545 pix = &tix;
1563 (second_cutoff + tix + 4 < buflen)) {
1564 incr = buflen - (second_cutoff + tix) - 3;
1566 pix = &tix;
1571 tix = toptstart;
1616 if (second_cutoff && tix) {
1617 if (second_cutoff + tix + 1 < buflen) {
1618 memset (&buffer[second_cutoff + tix + 1], DHO_PAD,
1619 buflen - (second_cutoff + tix + 1));
1620 } else if (second_cutoff + tix >= buflen)
1623 buffer[second_cutoff + tix] = DHO_END;
1628 if ((six || tix) && (bufix + 3 > bufend))